1.
Resize H1 Tags
After following a few tutorials on SEO optimisation, I altered my links to use the Relevant Replacements, and then used this tutotial to add H1 tags:
[How To] Add H1 Tags to your vBulletin Templates for Long Tail Search Optimization
However obviously H1 text is pretty big, but I did read that you can alter the size of the H1 text using CSS
So I added the following to my Additional CSS Definitions:
/* ***** H1 Tags ***** */
h1.myh1 {font-family: Arial; font-size: 20px;
color: #000000; font-weight: bold;}
h2.myh2 {font-family: Arial; font-size: 16px;
color: #000000; font-weight: bold;}
But the text size has not changed? see satmods.com
any idea what im doing wrong?
2.
Images break when using 301 redirect?
When I enable 301 redirect on my forum, the images break? e.g. show as red X?







Reply With Quote