HighDots Forums  

Changing the colour of a "horizontal rule"

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Changing the colour of a "horizontal rule" in the Macromedia Dreamweaver forum.



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

Default Changing the colour of a "horizontal rule" - 08-17-2004 , 02:58 PM






How do I do this I cant seem to find any colour options also I have the same problem with hyperlinks the text always stays blue and wont appear in the colour I have selected.

Can anyone help.

Reply With Quote
  #2  
Old   
Joe Makowiec
 
Posts: n/a

Default Re: Changing the colour of a "horizontal rule" - 08-17-2004 , 05:34 PM






On Tue 17 Aug 2004 02:58:38p, Semtexuk wrote in macromedia.dreamweaver:

Quote:
How do I do this I cant seem to find any colour options also I have
the same problem with hyperlinks the text always stays blue and wont
appear in the colour I have selected.
<style>
hr {color : aqua ; }
</style>

I seem to recall that not all browsers display color the same in <hr>s,
however. You may want to experiment with borders in CSS instead.


Reply With Quote
  #3  
Old   
James Shook
 
Posts: n/a

Default Re: Changing the colour of a "horizontal rule" - 08-17-2004 , 06:29 PM



Joe Makowiec wrote:
Quote:
style
hr {color : aqua ; }
/style

I seem to recall that not all browsers display color the same in <hr>s,
however. You may want to experiment with borders in CSS instead.
Yes, in my experience this is not widely supported. I always end up
using a single-celled table.

--
James M. Shook
http://www.jshook.com


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.