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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

more about table position on page

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
0
0
I'm having a similar problem. To avoid tiling of my background image, I used a CSS style sheet to define the BG image, but now it appears too far down on the page, although the positioning on the left is fine. I think the problem is in the big table around all my cells, but I can't move it: click and drag doesn't work in any direction. All margins are set at 0. Thanks
 
dear drmell:

i am using this code and it's been working fine for me:
<STYLE TYPE=&quot;text/css&quot;>

<!--

BODY { background-image: url(yourimagefilename.jpg) }

BODY { background-repeat: no-repeat }

BODY { background-position: center }

-->

</STYLE>

place it after this line :
<meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;>


hope this works for you.

peace and have a great holidays.

sistamulan have a very merry christmas and prosperous new year!
love and peace, sistamulan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top