This html code needs help

GEC: Discuss gaming, computers and electronics and venture into the bizarre world of STGODs.

Moderator: Thanas

Post Reply
User avatar
Superman
Pink Foamin' at the Mouth
Posts: 9690
Joined: 2002-12-16 12:29am
Location: Metropolis

This html code needs help

Post by Superman »

How can I add the code into this to change its color?

This code ---> <h2><center><A HREF="http://bozzanova55.tripod.com/">Test</A></center></h2>

how would I put something like this into it ---><FONT COLOR="#0000FF"> </FONT><BR>
Image
User avatar
CDS
Padawan Learner
Posts: 301
Joined: 2004-12-15 03:55pm
Location: Lancaster University, UK
Contact:

Post by CDS »

Code: Select all

<h2><center><a href="http://bozzanova55.tripod.com/" style="color: #0000FF">Test</A></center></h2>
Image
"Only two things are infinite, the universe and human stupidity, and I'm not sure about the former." --Albert Einstein
nimoll.co.uk technology website | N forums | Nimoll web design and hosting | Macguide
User avatar
Superman
Pink Foamin' at the Mouth
Posts: 9690
Joined: 2002-12-16 12:29am
Location: Metropolis

Post by Superman »

Thank you, sir! *salutes*
Image
User avatar
CDS
Padawan Learner
Posts: 301
Joined: 2004-12-15 03:55pm
Location: Lancaster University, UK
Contact:

Post by CDS »

Superman wrote:Thank you, sir! *salutes*
*nods head slightly*
Image
"Only two things are infinite, the universe and human stupidity, and I'm not sure about the former." --Albert Einstein
nimoll.co.uk technology website | N forums | Nimoll web design and hosting | Macguide
User avatar
Superman
Pink Foamin' at the Mouth
Posts: 9690
Joined: 2002-12-16 12:29am
Location: Metropolis

Post by Superman »

Oh CDS, now what if I want to put a picture in there to make it the link?
Image
User avatar
CDS
Padawan Learner
Posts: 301
Joined: 2004-12-15 03:55pm
Location: Lancaster University, UK
Contact:

Post by CDS »

Just as easy :)

Code: Select all

<h2><center><a href="http://bozzanova55.tripod.com/"><img src="yourimagehere.jpg" /></a></center></h2>
If you want to get rid of that annoying border around it, just use this code instead:

Code: Select all

<h2><center><a href="http://bozzanova55.tripod.com/"><img src="yourimagehere.jpg" border="0" /></a></center></h2>
Image
"Only two things are infinite, the universe and human stupidity, and I'm not sure about the former." --Albert Einstein
nimoll.co.uk technology website | N forums | Nimoll web design and hosting | Macguide
Post Reply