Options

Changing Fonts

mckphotosmckphotos Registered Users Posts: 14 Big grins
Can someone help me on how to change my font in my captions. I know how to change the font size, but not the font it's self... is it possible?

Thanks in advance!

Marco

Comments

  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited September 16, 2007
    mckphotos wrote:
    Can someone help me on how to change my font in my captions. I know how to change the font size, but not the font it's self... is it possible?

    Thanks in advance!

    Marco
    Try this.

    .caption {font-family: Comic Sans MS, verdana, tahoma, helvetica, arial, sans-serif;}
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    mckphotosmckphotos Registered Users Posts: 14 Big grins
    edited September 16, 2007
    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:

    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!
  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited September 16, 2007
    mckphotos wrote:
    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.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    mckphotosmckphotos Registered Users Posts: 14 Big grins
    edited September 16, 2007
    Sorry about that... here is the link to my site www.mckphotos.com i am trying to set up the fonts to the prices off of the nav bar...

    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
  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited September 16, 2007
    mckphotos wrote:
    Sorry about that... here is the link to my site www.mckphotos.com i am trying to set up the fonts to the prices off of the nav bar...

    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
    This will change the caption fonts for that one gallery.
    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.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    mckphotosmckphotos Registered Users Posts: 14 Big grins
    edited September 16, 2007
    Thanks Sir, it worked!
Sign In or Register to comment.