Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Tiling of background picture of tables


Message #1 by "Abhilash" <abhilashbr@y...> on Fri, 9 Feb 2001 14:03:11
Add this style sheet to your HTML page. Adjust the position as needed:

<style>
	table
	{
	background-repeat="no-repeat";
	background-position="center center" 
	}
</style>


-----Original Message-----
From: Abhilash [mailto:abhilashbr@y...]
Sent: Friday, February 09, 2001 9:03 AM
To: HTML Code Clinic
Subject: [html_code_clinic] Tiling of background picture of tables


Hi Friends

Is there any way to place a background picture in table that is not tiled 
if the size of the image is smaller than the table? Pls help me...

Abhilash

  Return to Index