TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

setting BG

Page: 1 Reply
Apr 28th 2003#101400 Report
Member since: Feb 12th 2003
Posts: 29
hello i want to set the background of a table with a image but i want it only to appear once and be in the middle of the table anyone help please
Reply with Quote Reply
Apr 28th 2003#101401 Report
Member since: Nov 26th 2001
Posts: 2586
You can use a style sheet. You would have to set it in a cell (td tag) and use an ID tag to set it to one only.
for example:
#tdUniqueName {background-image : url(images/blah.gif); }

then on the actual cell:

< td ID="tdUniqueName" ....... >

That should do it. Unless I forgot something.

One thing to note ****edit**** If you are nesting a lot of tables sometimes the background images dont show up.
Reply with Quote Reply
May 1st 2003#101749 Report
Member since: Apr 20th 2002
Posts: 3000
The definitions for a BG in center which appears once would be:

#tdUniqueName {
background-image : url(images/blah.gif);
background-repeat: no-repeat;
background-position: center center;
}
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum