vBulletin Search Engine Optimization
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 ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| ||||
| ||||
| 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
| ||||
| ||||
|
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; }
|
|
#3
| ||||
| ||||
|
Thanks a lot, that seems to work brilliantly! SGL. Last edited by Trifletraxor; 10-30-2007 at 06:51 PM. |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How important are alt image tags? | Brutal_Dreamer | General Discussion | 10 | 06-30-2007 05:35 PM |
| How To add all h1 tags ? | datarecall | Template Modifications | 3 | 10-20-2006 10:53 AM |