Forum Moderators: open

Message Too Old, No Replies

Could this cause penalty?

         

bcc1234

5:49 am on Oct 1, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Instead of using pixel images for lines, I use divs as it prevents from having lots of requests for small files.
It gives pages a much quicker perceived loading time.

So instead of

<img src="blue_pixel.gif" width="200" height="1">

I have

<div style="background-color: rgb(0, 0, 255); width: 200px; height: 1px; font-size: 1px;">&nbsp;</div>

Could Yahoo's spiders interpret that as hidden text?

WebGuerrilla

7:36 pm on Oct 1, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member




No.

flex55

10:23 am on Oct 5, 2004 (gmt 0)

10+ Year Member



No, from me too.

prairie

4:02 pm on Oct 5, 2004 (gmt 0)

10+ Year Member



I'd say no -- but non-essential html may dampen rankings.