Change <h1>


Author Message
edith

Posted: 5/28/2009
Quote message 

For SEO reasons I want words with <h1> to look exactly like words in normal characters. So far, so good: color o.k., font-weight o.k., but once using the <h1> in real life the specific word gets lots of space around it. Where do I change that...?
 
Your Web Pros - Ismail

Posted: 5/28/2009
Quote message 

Hi.

This is because of your CSS H1 property

look for this code in your main CSS File

h1 {  }


and write this into it along with the other styles like font-family, color, font

margin:0px,0px,0px,0px;


This will remove the extra space around the h1 tag text.

hope this helps

your web pros - Ismail
 
PDGWeb

Posted: 5/28/2009
Quote message 

Double what Ismail said but I don't think the commas are needed at all:

Simply just change it to>

margin: 0;

(the way Ismail has it written out applies to margin TOP, RIGHT, BOTTOM, LEFT --- the code above is a shortcut applying to all margins)
 
Your Web Pros

Posted: 6/5/2009
Quote message 

Hi edith,

While your still creating the template in artisteer. You can edit the h1 h2 and others.

at artisteer menu > articles> headings

you will see the list from H1 H2 H3..

let me know if i confused you, so i can show an image. :)

hope that helps

yourwebpros - pongz