My header tags don't look the same when I publish my site as they do in iWeb.

Usually when you add a header tag in iWeb using a textbox you would enter;



<h1>HEADER</h1>



Sometimes it may appear in black text in a different font than what is used by the iWeb theme. You can customize the look of a header tag using code such as;



<h1 style="font-family:Arial;font-size:20px;color:blue">HEADER</h1>



Replacing the values with the font styling you want. Make sure your code is formatted exactly as shown above, any errors in your formatting will result in the code not working correctly and the header text defaulting back to its original style.



The way the above code works is by using cascading style sheets (CSS). The 'style' attribute of the h1 tag (or h2-h6 tag) determine how the header should be styled. The format is;



css-attribute:css-value;



So the above tag has the following css attributes;



font-family:Arial;

font-size:20px;

color:blue



You can use any number of CSS styling attributes including these CSS Styling attributes.
  • 232 utilizatori au considerat informaţia utilă
Răspunsul a fost util?

Articole similare

Will SEIntelligence work with dynamic sites such as Wordpress, Joomla, etc...

Yes!! SEIntelligence can work with any kind of website no matter what it was created in. If...

How does SEIntelligence compare to iWeb SEO Tool?

SEIntelligence is a much more powerful version of iWeb SEO Tool. In addition to including all of...

How does SEIntelligence compare to SERank?

SEIntelligence and SERank are completely different applications. SEIntelligence is used to...

Are there any monthly fees, subscription fees or search engine script updates?

No, unlike other companies, when you buy our software it will not stop working. We do not charge...

What is the best way to use SEIntelligence with iWeb, RapidWeaver or Sandvox?

When you use desktop web building software like iWeb, RapidWeaver or Sandvox, which cannot import...