Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Google and CSS

0 views
Skip to first unread message

Gordowey

unread,
Aug 15, 2006, 9:30:38 AM8/15/06
to
Hi all, I think that this topic has been discussed in the past, but I
would like to Know the last updates about this, and ask the one million
dollars question?

Does Google look at the CSS file?
I mean, can I use style (css) to format my text as I would use <h1> tag
, with the same effect, for example?


Thanks a lot

Alberto

Paul

unread,
Aug 15, 2006, 10:04:16 AM8/15/06
to
On 15 Aug 2006 06:30:38 -0700, "Gordowey" <alberto...@gmail.com>
wrote:

>Hi all, I think that this topic has been discussed in the past, but I
>would like to Know the last updates about this, and ask the one million
>dollars question?
>
>Does Google look at the CSS file?

I hear that they have started to.

>I mean, can I use style (css) to format my text as I would use <h1> tag
>, with the same effect, for example?

That's the whole idea of CSS.

>
>Thanks a lot

No problem

>Alberto

plh
Paul


----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----

Big Bill

unread,
Aug 15, 2006, 10:53:07 AM8/15/06
to
On 15 Aug 2006 06:30:38 -0700, "Gordowey" <alberto...@gmail.com>
wrote:

>Hi all, I think that this topic has been discussed in the past, but I

Yup.

BB
--

http://www.kruse.co.uk/affordable-website-promotion-services.htm
http://www.kruse.co.uk/google-mountain.htm
http://www.kruse.co.uk/seo-home-page.htm

Gerhard Buergmann

unread,
Aug 15, 2006, 11:05:26 AM8/15/06
to
Gordowey schrieb:

<h1> is a heading. Google assumes, the text is important.
You may format this text with CSS as you like.
If you use a <div> tag with the same formatting, it looks the same for
the visitor, but it is treated as normal text by Google.


--
Gerhard Bürgmann
http://www.meta-chrom.com/
http://www.pointinger.com/
http://www.mayerofen.com/

John Bokma

unread,
Aug 15, 2006, 1:45:12 PM8/15/06
to
"Gordowey" <alberto...@gmail.com> wrote:

<h1>If you mean that you want</h1>
<h2>to format your text like</h2>
<H3>this and make it appear to</h3>
<h4>the visitor like a paragraph</h4>
<h5>Don't waste your time and your site</h5>

--
John Freelance Perl programmer: http://castleamber.com/

Quick Bookmarks:http://johnbokma.com/firefox/quick-launch-bookmarks.html

Borek

unread,
Aug 15, 2006, 3:17:34 PM8/15/06
to
On Tue, 15 Aug 2006 15:30:38 +0200, Gordowey <alberto...@gmail.com>
wrote:

> Does Google look at the CSS file?

Yes, it did it in June on my sites.

> I mean, can I use style (css) to format my text as I would use <h1> tag
> , with the same effect, for example?

Same visual effect, but you are loosing the most important reason for
using <h1> tags - they are not to make text look bold and large, thay are
to let everyone and his dog know that <h1>this is the title</h1>. Keywords
in title are more important for SERPS than keywords in text, no matter how
large you will format it with css.

Best,
Borek
--
http://www.chembuddy.com
http://www.ph-meter.info/pH-meter
http://www.terapia-kregoslupa.waw.pl

Jan Paul van de Berg

unread,
Aug 15, 2006, 5:23:00 PM8/15/06
to
Op 15 Aug 2006 17:45:12 GMT schreef John Bokma:

> "Gordowey" <alberto...@gmail.com> wrote:
>
>> Hi all, I think that this topic has been discussed in the past, but I
>> would like to Know the last updates about this, and ask the one million
>> dollars question?
>>
>> Does Google look at the CSS file?
>> I mean, can I use style (css) to format my text as I would use <h1> tag
>> , with the same effect, for example?
>
> <h1>If you mean that you want</h1>
> <h2>to format your text like</h2>
> <H3>this and make it appear to</h3>
> <h4>the visitor like a paragraph</h4>
> <h5>Don't waste your time and your site</h5>

Actually you can if you define the header tags to look like paragraph text
in your css.

H1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
}

Borek

unread,
Aug 15, 2006, 5:46:05 PM8/15/06
to
On Tue, 15 Aug 2006 23:23:00 +0200, Jan Paul van de Berg
<ja...@ulvandebe.rg> wrote:

>>> I mean, can I use style (css) to format my text as I would use <h1> tag
>>> , with the same effect, for example?
>>
>> <h1>If you mean that you want</h1>
>> <h2>to format your text like</h2>
>> <H3>this and make it appear to</h3>
>> <h4>the visitor like a paragraph</h4>
>> <h5>Don't waste your time and your site</h5>
>
> Actually you can if you define the header tags to look like paragraph
> text
> in your css.
>
> H1 {
> font-family: Georgia, "Times New Roman", Times, serif;
> font-size: 12px;
> }

What for? It will be still heading.

Borek
--
http://www.chembuddy.com
http://www.bpp.com.pl/bitozoa2/bitozoa2.html
http://www.terapia-kregoslupa.waw.pl

Big Bill

unread,
Aug 15, 2006, 6:02:04 PM8/15/06
to
On Tue, 15 Aug 2006 23:46:05 +0200, Borek
<m.bor...@delete.chembuddy.these.com.parts> wrote:

>On Tue, 15 Aug 2006 23:23:00 +0200, Jan Paul van de Berg
><ja...@ulvandebe.rg> wrote:
>
>>>> I mean, can I use style (css) to format my text as I would use <h1> tag
>>>> , with the same effect, for example?
>>>
>>> <h1>If you mean that you want</h1>
>>> <h2>to format your text like</h2>
>>> <H3>this and make it appear to</h3>
>>> <h4>the visitor like a paragraph</h4>
>>> <h5>Don't waste your time and your site</h5>
>>
>> Actually you can if you define the header tags to look like paragraph
>> text
>> in your css.
>>
>> H1 {
>> font-family: Georgia, "Times New Roman", Times, serif;
>> font-size: 12px;
>> }
>
>What for? It will be still heading.
>
>Borek

Yeah, but it won't necessarily dominate the visuals the way a normal
H1 tag would.

Paul

unread,
Aug 15, 2006, 6:14:12 PM8/15/06
to
On Tue, 15 Aug 2006 23:46:05 +0200, Borek
<m.bor...@delete.chembuddy.these.com.parts> wrote:

>On Tue, 15 Aug 2006 23:23:00 +0200, Jan Paul van de Berg
><ja...@ulvandebe.rg> wrote:
>
>>>> I mean, can I use style (css) to format my text as I would use <h1> tag
>>>> , with the same effect, for example?
>>>
>>> <h1>If you mean that you want</h1>
>>> <h2>to format your text like</h2>
>>> <H3>this and make it appear to</h3>
>>> <h4>the visitor like a paragraph</h4>
>>> <h5>Don't waste your time and your site</h5>
>>
>> Actually you can if you define the header tags to look like paragraph
>> text
>> in your css.
>>
>> H1 {
>> font-family: Georgia, "Times New Roman", Times, serif;
>> font-size: 12px;
>> }
>
>What for?

Black hat reasons.

>It will be still heading.

Yep, but to the untrained eye will look like text. To a bot it will be
a lot of h1 tags.

Like all black hat, it won't work for long, if at all.
plh
paul


>Borek

Borek

unread,
Aug 15, 2006, 6:40:37 PM8/15/06
to
On Wed, 16 Aug 2006 00:02:04 +0200, Big Bill <kr...@cityscape.co.uk> wrote:

>>> H1 {
>>> font-family: Georgia, "Times New Roman", Times, serif;
>>> font-size: 12px;
>>> }
>>
>> What for? It will be still heading.

> Yeah, but it won't necessarily dominate the visuals the way a normal
> H1 tag would.

Check chembuddy site for headings - they are all CSS modified ;)

Best,
Borek
--
http://www.chembuddy.com
http://www.ph-meter.info/pH-meter
http://www.terapia-kregoslupa.waw.pl

John Bokma

unread,
Aug 15, 2006, 6:54:49 PM8/15/06
to
Jan Paul van de Berg <ja...@ulvandebe.rg> wrote:

Of course you can. Question is, should you, and if so, should you overdo
it?

--
John

Googlebot Stats: http://johnbokma.com/perl/googlebot-statistics.html

John Bokma

unread,
Aug 15, 2006, 6:56:51 PM8/15/06
to
Borek <m.bor...@delete.chembuddy.these.com.parts> wrote:

> On Tue, 15 Aug 2006 23:23:00 +0200, Jan Paul van de Berg
> <ja...@ulvandebe.rg> wrote:
>
>>>> I mean, can I use style (css) to format my text as I would use <h1>
>>>> tag , with the same effect, for example?
>>>
>>> <h1>If you mean that you want</h1>
>>> <h2>to format your text like</h2>
>>> <H3>this and make it appear to</h3>
>>> <h4>the visitor like a paragraph</h4>
>>> <h5>Don't waste your time and your site</h5>
>>
>> Actually you can if you define the header tags to look like paragraph
>> text
>> in your css.
>>
>> H1 {
>> font-family: Georgia, "Times New Roman", Times, serif;
>> font-size: 12px;
>> }
>
> What for? It will be still heading.

But the visitor doesn't see it as such, yet it adds some weight. For
example you could do:

<h1>First sentence of your paragraph.</h1><p>Second
sentence... nth sentence.
</p>

which appears visually as:

first sentence of your paragraph. Second
sentence... nth sentence.

John Bokma

unread,
Aug 15, 2006, 6:58:21 PM8/15/06
to
Paul <lamewolf2004[REMOVE]@yahoo.com> wrote:

> On Tue, 15 Aug 2006 23:46:05 +0200, Borek
> <m.bor...@delete.chembuddy.these.com.parts> wrote:
>
>>On Tue, 15 Aug 2006 23:23:00 +0200, Jan Paul van de Berg
>><ja...@ulvandebe.rg> wrote:
>>
>>>>> I mean, can I use style (css) to format my text as I would use
>>>>> <h1> tag , with the same effect, for example?
>>>>
>>>> <h1>If you mean that you want</h1>
>>>> <h2>to format your text like</h2>
>>>> <H3>this and make it appear to</h3>
>>>> <h4>the visitor like a paragraph</h4>
>>>> <h5>Don't waste your time and your site</h5>
>>>
>>> Actually you can if you define the header tags to look like
>>> paragraph text
>>> in your css.
>>>
>>> H1 {
>>> font-family: Georgia, "Times New Roman", Times, serif;
>>> font-size: 12px;
>>> }
>>
>>What for?
>
> Black hat reasons.

As an earlier discussion on the logo as h1 showed, that's an
oversimplification.

> Like all black hat, it won't work for long, if at all.

Depends: does it mislead the visitor? Does a logo marked up with h1
mislead the visitor? Is it black hat? Is a logo a heading, yes or no?

Jezsta Web Productions

unread,
Aug 15, 2006, 7:12:41 PM8/15/06
to
"John Bokma" <jo...@castleamber.com> wrote in message
news:Xns9820B6D22B...@130.133.1.4...

> Paul <lamewolf2004[REMOVE]@yahoo.com> wrote:
<snip>

>
> As an earlier discussion on the logo as h1 showed, that's an
> oversimplification.
>
>> Like all black hat, it won't work for long, if at all.
>
> Depends: does it mislead the visitor? Does a logo marked up with h1
> mislead the visitor? Is it black hat? Is a logo a heading, yes or no?

That is where I would say it is iffy and up to the individual taste and how
they perceive it to be. To me a heading especially a h1 is suppose to be the
largest and most important. To me that is the top title intro or logo. I do
not see this as being misleading or black hat in anyway, but that is my
taste of a site layout and how I perceive it.

Stacey

--
Crafts - Directory - Your Online Crafting Source
http://www.ecraftsonline.net/
A New Focus In Web Marketing - Search Engine Optimization
http://jezsta.com


Jezsta Web Productions

unread,
Aug 15, 2006, 7:14:53 PM8/15/06
to
"John Bokma" <jo...@castleamber.com> wrote in message
news:Xns9820B63879...@130.133.1.4...

I can't see why anyone would want to do that. To me heading markup is a
special coding and other content will work fine. I feel that it could be
easy to program something to pick up headings not followed by content, but a
load of headings.

Big Bill

unread,
Aug 15, 2006, 7:21:50 PM8/15/06
to

Is there intent to deceive?

John Bokma

unread,
Aug 15, 2006, 10:45:08 PM8/15/06
to
"Jezsta Web Productions" <Please-use-ou...@jezsta.com> wrote:

> "John Bokma" <jo...@castleamber.com> wrote in message

...

>>>> <h1>If you mean that you want</h1>
>>>> <h2>to format your text like</h2>
>>>> <H3>this and make it appear to</h3>
>>>> <h4>the visitor like a paragraph</h4>
>>>> <h5>Don't waste your time and your site</h5>
>>>
>>> Actually you can if you define the header tags to look like
>>> paragraph text in your css.
>>>
>>> H1 {
>>> font-family: Georgia, "Times New Roman", Times, serif;
>>> font-size: 12px;
>>> }
>>
>> Of course you can. Question is, should you, and if so, should you
>> overdo it?
>
> I can't see why anyone would want to do that. To me heading markup is
> a special coding and other content will work fine. I feel that it
> could be easy to program something to pick up headings not followed by
> content, but a load of headings.

It was a crazy example, but how about:

<h1>The life cycle of a Perl programmer</h1>

<h2>Birth</h2>
:
:
<h2>Toddler</h2>


In short, a h1 can be directly followed by a h2. I don't prefer this, I
have had some instructions on technical writing, and prefer a short intro
after the h1, but I have seen this construct, for example the HTML 4.01
specification uses it :-)

Other example in other post (the first sentence of a paragraph marked up
with a heading).

--
John Freelance Perl programmer: http://castleamber.com/

Firefox Keywords: http://johnbokma.com/firefox/keymarks-explained.html

John Bokma

unread,
Aug 15, 2006, 10:46:37 PM8/15/06
to
Big Bill <kr...@cityscape.co.uk> wrote:

> On 15 Aug 2006 22:58:21 GMT, John Bokma <jo...@castleamber.com> wrote:

[...]

>>Depends: does it mislead the visitor? Does a logo marked up with h1
>>mislead the visitor? Is it black hat? Is a logo a heading, yes or no?
>
> Is there intent to deceive?

Tune in next week to "What Hat do you Wear?" for the answer :-D.

--
John Freelance Perl programmer: http://castleamber.com/

Firefox Keywords: http://johnbokma.com/firefox/keymarks-explained.html

Vegas-real-estate-kid

unread,
Aug 16, 2006, 3:41:20 AM8/16/06
to

Why not simply right enough content on a page so you can use h1 and h3
multiple times as relevant to the content. Separate your paragraphs
with h3 titles, like this

http://www.summerlin-las-vegas-real-estate.com/summerlin-trails.rub

If you don't have enough content for 4 paragraphs is it even going to
matter? Check out this article as it tests the importance of the title
tags and good coding. Kind of a long read but very cool.

http://www.mikeindustries.com/blog/archive/2006/01/the-roundabout-seo-test

Vegas kid

Jan Paul van de Berg

unread,
Aug 16, 2006, 4:23:23 AM8/16/06
to
Op Wed, 16 Aug 2006 01:14:53 +0200 schreef Jezsta Web Productions:

If you overdo it, I can imagine it backfires. But if you want to add weight
to your SERP (e.g. a higher prominence) you could add this H1 tag here and
there in the paragraph text.

I don't use the technique but I do use header tags lately and it works. The
header tags are formatted in CSS like I demonstrate but to the visitor the
headers still look like headers, although not so silly huge as with
unformatted headers. The difference is now: for the search engine they look
as headers as well.

Big Bill

unread,
Aug 16, 2006, 5:28:26 AM8/16/06
to
On Wed, 16 Aug 2006 10:23:23 +0200, Jan Paul van de Berg
<ja...@ulvandebe.rg> wrote:

You're lucky Els is away. H1 tag is for use once and once only. You
can sprinkle the others around a bit but not the h1 tag.

Jan Paul van de Berg

unread,
Aug 16, 2006, 6:30:51 AM8/16/06
to
Op Wed, 16 Aug 2006 09:28:26 GMT schreef Big Bill:

Ok, thanks for the hint. Who is Els? Is she like: "only use H1 tag once or
Els..."?

Big Bill

unread,
Aug 16, 2006, 6:47:48 AM8/16/06
to
On Wed, 16 Aug 2006 12:30:51 +0200, Jan Paul van de Berg
<ja...@ulvandebe.rg> wrote:

Els is, like, on holiday.

Jezsta Web Productions

unread,
Aug 16, 2006, 8:58:50 AM8/16/06
to
"John Bokma" <jo...@castleamber.com> wrote in message
news:Xns9820DD84E2...@130.133.1.4...

> Big Bill <kr...@cityscape.co.uk> wrote:
>
>> On 15 Aug 2006 22:58:21 GMT, John Bokma <jo...@castleamber.com> wrote:
>
> [...]
>
>>>Depends: does it mislead the visitor? Does a logo marked up with h1
>>>mislead the visitor? Is it black hat? Is a logo a heading, yes or no?
>>
>> Is there intent to deceive?
>
> Tune in next week to "What Hat do you Wear?" for the answer :-D.

I don't wear any! :-)

Jezsta Web Productions

unread,
Aug 16, 2006, 9:21:09 AM8/16/06
to
"John Bokma" <jo...@castleamber.com> wrote in message
news:Xns9820DD449E...@130.133.1.4...

Yes, I sometimes do this also. H1 to H2. But most of the time I have the H1
by the logo or in the logo. Now I do it by the logo and have just the alt
text for the logo. The way I have been setting up some pages look better
this way. This is how I did flowerdeliverplus. I also had used h2 then
directly after h3 for the look and sometimes it is almost like the example
you gave above, but I already used the h1 so of course it would go to the h2
the h3.

Jezsta Web Productions

unread,
Aug 16, 2006, 9:26:13 AM8/16/06
to
"Jan Paul van de Berg" <ja...@ulvandebe.rg> wrote in message
news:cv1aro8pija7.6ncccor8m87n$.dlg@40tude.net...

> Op Wed, 16 Aug 2006 01:14:53 +0200 schreef Jezsta Web Productions:
<snip>

>> I can't see why anyone would want to do that. To me heading markup is a
>> special coding and other content will work fine. I feel that it could be
>> easy to program something to pick up headings not followed by content,
>> but a
>> load of headings.
>
> If you overdo it, I can imagine it backfires. But if you want to add
> weight
> to your SERP (e.g. a higher prominence) you could add this H1 tag here and
> there in the paragraph text.

You should only use the h1 once. IMO it is like an outline. The h1 is the
top and beginning of it all. Then followed by h2's and h3's and so forth.
You can have a couple of h2's and h3's depending on how you want the outline
of the page to look as a bot would read it. There are ways to make keywords
have more prominence by the way it is written.

> I don't use the technique but I do use header tags lately and it works.
> The
> header tags are formatted in CSS like I demonstrate but to the visitor the
> headers still look like headers, although not so silly huge as with
> unformatted headers. The difference is now: for the search engine they
> look
> as headers as well.

Of course header tags work. I don't think there was anyone here disputing
that.

Jezsta Web Productions

unread,
Aug 16, 2006, 9:29:31 AM8/16/06
to
"Big Bill" <kr...@cityscape.co.uk> wrote in message
news:kjt5e2te7ermt69sj...@4ax.com...

> On Wed, 16 Aug 2006 12:30:51 +0200, Jan Paul van de Berg
> <ja...@ulvandebe.rg> wrote:
>
>>Op Wed, 16 Aug 2006 09:28:26 GMT schreef Big Bill:
<snip>

>>>
>>> You're lucky Els is away. H1 tag is for use once and once only. You
>>> can sprinkle the others around a bit but not the h1 tag.
>>
>>Ok, thanks for the hint. Who is Els? Is she like: "only use H1 tag once or
>>Els..."?
>
> Els is, like, on holiday.

I just replied before reading this, and stated my thoughts about the h1.
Yes, it should only be used once IMO. You use it more than once I feel you
could be caught as it is misuse of the heading, competitors love to catch
ya.:-)

Luigi Donatello Asero

unread,
Aug 16, 2006, 9:33:29 AM8/16/06
to

"Jezsta Web Productions" <Please-use-ou...@jezsta.com> skrev i
meddelandet news:ebv6jn$42u$01$1...@news.t-online.com...

> "Big Bill" <kr...@cityscape.co.uk> wrote in message
> news:kjt5e2te7ermt69sj...@4ax.com...
> > On Wed, 16 Aug 2006 12:30:51 +0200, Jan Paul van de Berg
> > <ja...@ulvandebe.rg> wrote:
> >
> >>Op Wed, 16 Aug 2006 09:28:26 GMT schreef Big Bill:
> <snip>
>
> >>>
> >>> You're lucky Els is away. H1 tag is for use once and once only. You
> >>> can sprinkle the others around a bit but not the h1 tag.
> >>
> >>Ok, thanks for the hint. Who is Els? Is she like: "only use H1 tag once
or
> >>Els..."?
> >
> > Els is, like, on holiday.
>
> I just replied before reading this, and stated my thoughts about the h1.
> Yes, it should only be used once IMO. You use it more than once I feel you
> could be caught as it is misuse of the heading, competitors love to catch
> ya.:-)
>
> Stacey

I guess we are talking about using it once for every page, aren´t we?

--
Luigi Donatello Asero
https://www.scaiecat-spa-gigi.com/
你干什么明天早上 ?


Jezsta Web Productions

unread,
Aug 16, 2006, 9:51:39 AM8/16/06
to
"Vegas-real-estate-kid" <derrick...@gmail.com> wrote in message
news:1155714080....@i42g2000cwa.googlegroups.com...

If you could learn to quote who you are referring your posting to.

> Why not simply right enough content on a page so you can use h1 and h3
> multiple times as relevant to the content. Separate your paragraphs
> with h3 titles, like this
>
> http://www.summerlin-las-vegas-real-estate.com/summerlin-trails.rub

Very slow to load BTW.

You don't need these especially since you aren't really using them some of
them.
<meta name="distribution" content="" />
<meta name="rating" content="" />
<meta name="classification" content="" />
<meta name="robots" content="" />
<meta name="copyright" content="" />
<meta name="author" content="" />
<meta name="generator" content="REML Layout Engine 2" />
<meta name="content-language" content="" />
<meta name="reply-to" content="" />
<meta http-equiv="imagetoolbar" content="no" />

Your h3 can become h2's, I don't know why you didn't use h2's for them. You
could use some alternate text in your images. I would switch your left
navigation and move it over to your right. Bringing your content up better.
The top nav is fine. But each image should have some alt text.

You title is to long and spammy looking, IMO you are not doing Summerlin any
good by mentioning it that many times. If Summerlin is suppose to be in Las
Vegas you don't seem to use the term properly and it isn't stated until the
end of your title. Plus, you don't mention it until the 3rd paragraph. It
could do with a rewrite as thinking about it you are wanting people to come
and Buy in Summerlin, but you really don't state to much of Las Vegas. If I
was searching for real estate in Las Vegas, I would use that as my main
search term. The next would be real estate. You page seems to be putting
Trails Village as the most important phrase and you will be losing out
unless someone is searching for that, the only problem is I never knew about
Trails Village until I seen the page.

I hope this helps you some.

Jan Paul van de Berg

unread,
Aug 16, 2006, 10:25:00 AM8/16/06
to
Op Wed, 16 Aug 2006 15:26:13 +0200 schreef Jezsta Web Productions:

> "Jan Paul van de Berg" <ja...@ulvandebe.rg> wrote in message
> news:cv1aro8pija7.6ncccor8m87n$.dlg@40tude.net...

>> I don't use the technique but I do use header tags lately and it works.

>> The
>> header tags are formatted in CSS like I demonstrate but to the visitor the
>> headers still look like headers, although not so silly huge as with
>> unformatted headers. The difference is now: for the search engine they
>> look
>> as headers as well.
>
> Of course header tags work. I don't think there was anyone here disputing
> that.

OP wasn't sure, he asked if the use of css had the same effect as using
header tags.

Jezsta Web Productions

unread,
Aug 16, 2006, 11:20:54 AM8/16/06
to
"Jan Paul van de Berg" <ja...@ulvandebe.rg> wrote in message
news:1mhvv2g7sigjk.2fzkvy13igcv$.dlg@40tude.net...

Ok, thanks for pointing that out.

John Bokma

unread,
Aug 16, 2006, 12:13:03 PM8/16/06
to
Big Bill <kr...@cityscape.co.uk> wrote:

> You're lucky Els is away. H1 tag is for use once and once only. You
> can sprinkle the others around a bit but not the h1 tag.

Uhm, nope, although it might be considered good pratice to have on most
pages just one h1.

0 new messages