Click to See Complete Forum and Search --> : Help with adding color & font size to DIV


rhondad
10-02-2006, 09:38 AM
Hello,
I need help and am sorry to say that I only have basic html abilities. What I want to do is change the color and font size of "click to shop" so that it is bigger and a different color. This is what I have now.....

< div><a href="http://xxxxxxxx/index.html">Click to Shop!</a></div>

where do i add the font & color, I've tried it different ways, and the only thing that happens is the "click to shop" link just disappears.

Any help would be appreciated. I luv html smart people! wish i was one!

rhonda

House of Haus
10-02-2006, 10:01 AM
Here is the easiest way:

<a href="http://xxxxxxxx/index.html" style="color:#FF0000; font-size:x-large">Click to Shop!</a>


Or you can use CSS to make all of your links look that way.

rhondad
10-02-2006, 10:38 AM
THANK YOU House of Haus!!!!! YOU are the BEST!!!!