Options

Bold text in bio?

marlinspikemarlinspike Registered Users Posts: 2,095 Major grins
edited September 3, 2005 in SmugMug Support
I did a search and didn't come up with anything, though I'm sure this came up on here at least once before. I want to bold 1 sentance in my bio, how do I do it?
Thanks,
Richard

Comments

  • Options
    bwgbwg Registered Users, Retired Mod Posts: 2,119 SmugMug Employee
    edited September 3, 2005
    I did a search and didn't come up with anything, though I'm sure this came up on here at least once before. I want to bold 1 sentance in my bio, how do I do it?
    Thanks,
    Richard
    Blah blah blah blah. <html><span style="font-weight: bold;">bolded sentence.</span></html> Blah blah blah...
    Pedal faster
  • Options
    {JT}{JT} Registered Users Posts: 1,016 Major grins
    edited September 3, 2005
    Let's stay away from inline stays when we can; put this in your styles section in customizing:
    #userBio {
    font-weight: bold;
    }
    

    Or if you are not a pro, use plain ol HTML when it can do the job:
    <html><b>Bolded sentence.</b></html>
    

    bigwebguy wrote:
    Blah blah blah blah. <html><span style="font-weight: bold;">bolded sentence.</span></html> Blah blah blah...
  • Options
    marlinspikemarlinspike Registered Users Posts: 2,095 Major grins
    edited September 3, 2005
    Hmmm, I used Bigwebguy's way before seeing your response JT. Is there any reason I should change it to your way seeing as how it works for me?
Sign In or Register to comment.