Where do I put this? I tried to put it into the caption it's self, but it doesn't work. This is what I have:
<font size="6">Wall Prints
<font size="4">16x20.....150.00
<font size="4">16x24.....195.00
<font size="4">20x20.....225.00
<font size="4">20x24.....295.00
Ask about Canvas Prints
I want to change the font of "Wall Prints" and "Ask about..."
When I put the code next to the font size code, it didn't work...
Any ideas?
Thanks again!
That goes in your CSS.
You have a link to your site? Kinda working blind here.:D
Looks like you're working with html in the captions. There's probably a better
way to do what you.'re doing with CSS formating.
Comments
.caption {font-family: Comic Sans MS, verdana, tahoma, helvetica, arial, sans-serif;}
My Website index | My Blog
Wall Prints
16x20.....150.00
16x24.....195.00
20x20.....225.00
20x24.....295.00
Ask about Canvas Prints
I want to change the font of "Wall Prints" and "Ask about..."
When I put the code next to the font size code, it didn't work...
Any ideas?
Thanks again!
You have a link to your site? Kinda working blind here.:D
Looks like you're working with html in the captions. There's probably a better
way to do what you.'re doing with CSS formating.
My Website index | My Blog
Also, I love your guest book!!! Could you send me info on how to get one like yours? It's what I was looking for..
THanks,
Marco
Add to your CSS.
.gallery_3486837 .caption {
font-family: Comic Sans MS, verdana, tahoma;
}
My guessbook is just an "html" gallery. Everything is in the album description. Take a look here and here.
My Website index | My Blog