Results 1 to 3 of 3

Customized headline tags

This is a discussion on Customized headline tags within the General Discussion forums, part of the vBulletin SEO Discussion category; Hi! Headline tags are good for SEO , [h1], [h2], [h3], etc. But they ruin the layout of my site ...

  1. #1
    Member Trifletraxor's Avatar
    Real Name
    Sverre
    Join Date
    Oct 2007
    Posts
    87
    Liked
    0 times

    Customized headline tags

    Hi!

    Headline tags are good for SEO, [h1], [h2], [h3], etc. But they ruin the layout of my site (being big and bold, and breaking the line). Is there anyway I can customize these tags for a particular style?

    SGL.

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    you can use CSS on any html element.


    go to the ACP, TEMPLATES, MAIN CSS
    scroll to buttom

    in the last text box, add your custom styles

    Code:
    h1 { font: 2em bold arial, sans-serif; text-align: center; padding: 2em; color: #888; background: #333;  }
    
    h2, h3 { font: 1.6em verdana, arial, sans-serif; text-align: center;  padding: 1em; color: #00f; border: 5px solid #444; }
    
    h4, h5, h6 { font-size: .7em; }
    or whatever you want

  3. #3
    Member Trifletraxor's Avatar
    Real Name
    Sverre
    Join Date
    Oct 2007
    Posts
    87
    Liked
    0 times
    Thanks a lot, that seems to work brilliantly!

    SGL.
    Last edited by Trifletraxor; 10-30-2007 at 05:51 PM.

Similar Threads

  1. How important are alt image tags?
    By Brutal_Dreamer in forum General Discussion
    Replies: 10
    Last Post: 06-30-2007, 04:35 PM
  2. How To add all h1 tags ?
    By datarecall in forum Template Modifications
    Replies: 3
    Last Post: 10-20-2006, 09:53 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •