View Single Post
  #3 (permalink)  
Old 01-25-2002, 03:38 AM
Till's Avatar
Till Till is offline
Administrator
 
Join Date: Jan 2002
Location: Berlin, Germany
Posts: 1,453
Re: Changing <H1> tags

Hi Neil!

Quote:
Originally posted by Neil Wardyn
I am trying to use a syle sheet or a <style> tag to change my <H1> tags. I heard that it really helps in some search engines. The problem I am having is that I always get a blank line before and after the tag. Everything in the <stlyle> tag or style sheet works, it just puts extra lines in there. I found a way around it by using a table and the <td> tags, but I would rather not use a table if at all possibe. Can anyone help me? I want this line to show up all as one font and size.

Here is my text with my <h1>keyword</h1> in the h1 tag.
I haven't heard about <h1> influencing your ranking, but if you want search engines to "notice" you, just put the "description" (from the meta tags) somewhere on your page. For example:

Code:
<meta name="description" content="This page is about Meta Tags">
And somewhere in the <body>:

Code:
<!-- This page is about Meta Tags -->
Of course that's not everything there's to it. META tags are not some kind of magic, there's a lot more. We'll have a new improved article (tutorial) on meta tags and searchengines up soon. If you want I would notify you once it's available to the public.


Best regards,

_till
Reply With Quote