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.
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 ...
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.
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
or whatever you wantCode: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; }
Thanks a lot, that seems to work brilliantly!
SGL.
Last edited by Trifletraxor; 10-30-2007 at 05:51 PM.