Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I posted this in the html/css forum

Status
Not open for further replies.

katiekat

Technical User
Jun 6, 2000
300
US
I posted this in the html/css forum, but thought I would post it here too, in case it was a dreamweaver thing.


I've got some stuff here:

<style type=&quot;text/css&quot;>
<!--
A:visited {text-decoration: none color: #FFFFFF;}
A:link {text-decoration: none; color: #FFFFCC}
A:hover { text-decoration: none; color: #336699; background-color: #FFFFCC}
nor {font-size: 11pt; color: #FFFFCC; font-family: &quot;Tw Cen MT&quot;, Courier, Arial; }
-->
</style>

I have dreamweaver 3, and IE 5. The font styles look fine in DW, but when I preview, and when I publish, they show up in some places, but not in others. It's weirdly erratic. Is this a browser thing, a DW thing? Should I just be using inline styles instead? I'm pretty new at this stuff, very sorry if the question is silly. I appreciate any help I can get!

THANKS!
Holy tek-tips batman!:-0
 
Possible if the link tags get over lapped with font tags then the text will follow the style of the font

so ur tag structure will be
Code:
<a href=&quot;@&quot;><font color=&quot;#FFFF00&quot;></font></a>

if this is the problem then all you have to do is to remove the font tag and the text should get the right font

this problem should not rise with the hower

regards Unicorn11
unicorn11@mailcity.com

[red]Luck is not chance, it's toil; fortune's expensive
smile is earned.[red]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top