View Single Post
  #3  
Old 05-05-2008, 09:48 PM
navaldesign's Avatar
navaldesign navaldesign is online now
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 9,284
Default Re: SEO TIP: Proper H-Tags Development & Techniques

The importance of headers is obvious.

The technical part needs not be so complicated. Also, if your layout requires same order h's to be differently formatted, you can't do it this way.

Solution (very simple):

Create your headers as simple text in BV. Make them bold, not because it is important, but because this way you will see on the BV screen what will also be actually displayed in the browsers.
You can make what ever size or colour or font family you like (remember: should be web safe font) and then as Vasili suggested, enter the header tags in the Before Tag and After Tag of the text html.

However, since we no more use the css in the Between Head, the code to paste in the Before Tag is slightly different because FF and Safari add a LF (new line) if the margin is not defined, so they will make your text appear one line down. Here is what you use in the Before Tag:


<h1 style="margin:0px;">

The code in the After Tag of the text itself is the same:

</h1>


Please note that you don't need to paste ANYTHING in the Between Head Tag of the Page HTML, because with this method the text is ALREADY formatted directly in BlueVoda
__________________
Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

Reply With Quote