PDA

View Full Version : css question


corbosman
Jan-12-2007, 07:20 AM
Hi all, im working on a guestbook, and am trying to change some font properties but am hitting a brick wall.

http://uwimages.smugmug.com/gallery/2341542

This is a journal style page, and im using a bit of html in the description on the right side. I want to style the <a></a> and am trying to do something like:


.gallery_2341542 #uw_guestbook a {
text-decoration: underline;
font-weight:bold;
color: #ffffff;
}
I use that style of link throughout my site and want to have it in my smugmug section also. I tried different things but none seem to work.

What am i missing..?

Cor

corbosman
Jan-12-2007, 09:12 AM
Already figured it out, had a typo in the css above it..

Cor