Forums

This topic is locked

Templates

Posted 02 Mar 2005 04:15:41
1
has voted
02 Mar 2005 04:15:41 jake edwards posted:
Hi
concerning fireworks templates, just a quick question.
Editable regions have a preset size, color, and font layout for a very consistent look from page to page. my question, when a hyperlink is created, the font size automatically defaults to a size smaller, just for the underlined hyperlink area. how does one match the hyperlink font to the page font in templates?

damon

Replies

Replied 02 Mar 2005 06:16:31
02 Mar 2005 06:16:31 Chris Charlton replied:
That post was a little confusing, could you clarify a little more please.

As for fonts in Fireworks, in MX2004, you can change the <i>anti-alias</i> to <i>none</i> to get HTML looking text.

If you're only talking about Dreamweaver, like I said earlier, please clarify your issue.

~ ~ ~ ~ ~ ~ ~
Chris Charlton <i>- DMXzone Manager</i>
<font size=1>[ Studio MX/MX2004 | PHP/ASP | SQL | XHTML/CSS | XML | Actionscript | Web Accessibility | MX Extensibility ]</font id=size1>
Replied 02 Mar 2005 06:43:29
02 Mar 2005 06:43:29 jake edwards replied:
sorry
dreamweaver mx2004
fireworks mx2004

am using fireworks to slice images, and dreamweaver to build site.

the template i used has editable regions, however the size of the font changes smaller, when hyperlinks are used. i am using underlined hyperlinks for now.

is this inherint with dreamweaver templates?


damon
Replied 02 Mar 2005 11:16:07
02 Mar 2005 11:16:07 Chris Charlton replied:
Ah, that sounds like a CSS thing. Are you familiar with CSS (Cascade Style Sheets)? If you are using a DW built-in template (theme), then it must totally be a CSS style that you'd need to edit.

~ ~ ~ ~ ~ ~ ~
Chris Charlton <i>- DMXzone Manager</i>
<font size=1>[ Studio MX/MX2004 | PHP/ASP | SQL | XHTML/CSS | XML | Actionscript | Web Accessibility | MX Extensibility ]</font id=size1>
Replied 02 Mar 2005 20:54:40
02 Mar 2005 20:54:40 jake edwards replied:
thanks chris, indeed it was!

A:link {
COLOR: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
text-decoration: underline;
}
A:visited {
COLOR: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
text-decoration: underline;
}
A:hover {
COLOR: #990000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
text-decoration: none;
}
.BOD {
FONT-SIZE: 9pt;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
color: #CCCCCC;

}
.Head1 {
FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #FF6600; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; font-face: verdana, arial
}

Reply to this topic