Forums
This topic is locked
Remove Blue Links
Posted 18 Feb 2003 17:56:14
1
has voted
18 Feb 2003 17:56:14 Ryan Mullins posted:
Hi I am trying to build a new site and want to lose the default blue from html links.
Does anyone have some code for changing them?
Any help would be great.
Thanks<img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
Replies
Replied 18 Feb 2003 19:04:52
18 Feb 2003 19:04:52 Marja Ribbers-de Vroed replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Hi
I am trying to build a new site and want to lose the default blue from html links.
Does anyone have some code for changing them?
Any help would be great.
Thanks<img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
That can be done using CSS (Cascading Style Sheets).
Go to www.mako4css.com for a good start on CSS or search the web on this subject.
--
Marja Ribbers-de Vroed
www.flevooware.nl
www.flevooware.nl/dreamweaver/
Hi
I am trying to build a new site and want to lose the default blue from html links.
Does anyone have some code for changing them?
Any help would be great.
Thanks<img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
That can be done using CSS (Cascading Style Sheets).
Go to www.mako4css.com for a good start on CSS or search the web on this subject.
--
Marja Ribbers-de Vroed
www.flevooware.nl
www.flevooware.nl/dreamweaver/
Replied 18 Feb 2003 19:59:34
18 Feb 2003 19:59:34 james crellin replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
That can be done using CSS (Cascading Style Sheets).
Go to www.mako4css.com for a good start on CSS or search the web on this subject.
--
Marja Ribbers-de Vroed
www.flevooware.nl
www.flevooware.nl/dreamweaver/
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Marja is right about using the CSS as you have a lot more choices and features.
If you are just wanting to change the color of the links and their various states then, you can do this from the menu bar options.
<b>modify > page properties</b>
this will bring up the page properties dialoge box. There will be four (4) settings to change if you want. "text" "links" "visited links" and "active links"
When you change the "text" color, that will be what the color is when you start typing in general.
The other choices are the ones that you were asking about. I think it might be self explanitory from there. If not then just ask and we'll help you out.
I hope that works for you
-- jacrel
That can be done using CSS (Cascading Style Sheets).
Go to www.mako4css.com for a good start on CSS or search the web on this subject.
--
Marja Ribbers-de Vroed
www.flevooware.nl
www.flevooware.nl/dreamweaver/
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Marja is right about using the CSS as you have a lot more choices and features.
If you are just wanting to change the color of the links and their various states then, you can do this from the menu bar options.
<b>modify > page properties</b>
this will bring up the page properties dialoge box. There will be four (4) settings to change if you want. "text" "links" "visited links" and "active links"
When you change the "text" color, that will be what the color is when you start typing in general.
The other choices are the ones that you were asking about. I think it might be self explanitory from there. If not then just ask and we'll help you out.
I hope that works for you
-- jacrel
Replied 18 Feb 2003 20:33:23
18 Feb 2003 20:33:23 Ryan Mullins replied:
Thanks again Marja.<img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>