HighDots Forums  

Re: Still having trouble with CSS Link styles

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Re: Still having trouble with CSS Link styles in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
SugnaShane
 
Posts: n/a

Default Re: Still having trouble with CSS Link styles - 09-08-2006 , 09:09 AM






You should learn CSS

Wrap this around your content

like:

<div id="footer">Content</>

Put this in your styles"
#footer {

font-family: Verdana, Arial, Helvetica, sans-serif;
color:#000000; /*Change this if you need*/
#footer a:link {
text-decoration: none;
}
#footer a:visited {
text-decoration: none;
}
#footer a:hover {
text-decoration: none;
}
#footer a:active {
text-decoration: none;
}



}



Reply With Quote
  #2  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: Still having trouble with CSS Link styles - 09-08-2006 , 09:44 AM






#footer {
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#000000; /*Change this if you need*/
#footer a {
text-decoration: none;
}

Better, no?

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"SugnaShane" <shane (AT) sugnadesign (DOT) com> wrote

Quote:
You should learn CSS

Wrap this around your content

like:

div id="footer">Content</

Put this in your styles"
#footer {

font-family: Verdana, Arial, Helvetica, sans-serif;
color:#000000; /*Change this if you need*/
#footer a:link {
text-decoration: none;
}
#footer a:visited {
text-decoration: none;
}
#footer a:hover {
text-decoration: none;
}
#footer a:active {
text-decoration: none;
}



}





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.