FreeHostia Forums
https://forum.freehostia.com/

How to change the color of my links?
https://forum.freehostia.com/viewtopic.php?f=8&t=10387
Page 1 of 1

Author:  ash [ Sun Nov 01, 2009 11:08 am ]
Post subject:  How to change the color of my links?

Hello, I just want to ask how to change the color of my text links in website.
I just couldn't find where to modify. It is currently blue and I want to change
it .


Your help would be appreciated.

Author:  ash [ Sat Nov 07, 2009 1:31 pm ]
Post subject:  hi

Please help.

Author:  Geeky8Force [ Sun Nov 29, 2009 12:17 am ]
Post subject: 

Hi ash,
boy do I know this problem. You either have to manually insert the color code you want into the html or if you have a WYSIWYG editor for your site (wordpress?) you can manually change the color via the toolbar. There may also be a "one fellow swoop" approach by changing the template code but I wouldnt be familiar with that. For color codes: http://html-color-codes.info/

Author:  EricJames [ Tue Feb 16, 2010 11:16 am ]
Post subject: 

Great. Just what I needed. The color code link. Thank you so much. Appreciate it.
25th Wedding Anniversary

Author:  WebMaster123 [ Sun Feb 21, 2010 4:37 am ]
Post subject:  So easy!

This is literally the easiet thing to do :)

Code:
<a href="index.html"><font color="red">Home</font></a>

Author:  JohnZ29 [ Fri Mar 12, 2010 10:50 pm ]
Post subject: 

use css style

Author:  EdwardRS [ Wed Mar 31, 2010 11:44 am ]
Post subject: 

change the font color in HTML. If there is a external CSS then you have to do change in CSS style sheet. OR show your Url here I will help you definitely.

Author:  therry [ Thu May 20, 2010 1:20 pm ]
Post subject: 

by using CSS style sheet in web dreamweaver.For cheap Zhu Zhu pets please see the [url="http://discountedzhuhamsterpets.com/1/zhu-zhu-pets/"]zhu zhu pets hamster[/url] site where you can buy Zhu Zhu hamsters at low prices.

Author:  nslpn20 [ Thu Jun 03, 2010 5:27 am ]
Post subject: 

This is exactly what I was looking for. Thank you guys, appreciate the help.


Assisted Living Jobs

Author:  julie9999 [ Mon Dec 20, 2010 8:45 pm ]
Post subject: 

Please visit to w3school for every help in html codes.

Author:  KevinAnderson [ Tue Dec 28, 2010 4:18 am ]
Post subject: 

Hi.....

Use HTML code for changing the link colour.

:evil:

Author:  julie9999 [ Thu Feb 03, 2011 12:15 pm ]
Post subject: 

<a href="index.html"><font color="red">Home</font></a>
this is the main html tag which is used to change color of ur links. W3 school is the site which will explain u in details with some practice.

Author:  nilson1 [ Thu Mar 31, 2011 4:56 am ]
Post subject: 

I think,use HTML code.
<a href="index.html"><font color="yellow">Home</font></a>

Author:  steveb123 [ Mon Jul 18, 2011 6:51 am ]
Post subject: 

You can change the color of your links through CSS. Use below given code.

a:link { color: red; }
a:visited { color: red; }
a:hover { color: blue; }

Author:  Bolden [ Wed Jul 20, 2011 7:49 am ]
Post subject: 

Using CSS is the easiest way to do so. Nowadays it is not recommended to make many changes in HTML. As more as u can do through CSS. Steveb123 has written a clear example.

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/