Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

td background images?

Status
Not open for further replies.

gwrman

IS-IT--Management
Dec 20, 2005
94
CA
do you know if these (images file name or alts) are given any weiught?

eg

<td background="../images/billiard.gif">

is it even ok to add an alt tag?

would it make any diff if that was named 3948753498.gif??
 
We're not party to the (constantly changing) algorithms, but it seems extremely unlikely that the names of background images will have any impact on ranking. billiard.gif is probably easier to remember when coding though.

The proper syntax would be:
Code:
<td style="background: url(../images/billiard.gif)">
There isn't an [tt]alt[/tt] attribute in <td> elements, it only applies to <img>.

-- Chris Hunt
Webmaster & Tragedian
Extra Connections Ltd
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top