Aligning background image in table

liunx

Guest
Hey, I was wondering if there was a way to align a background image to the right and cause the background image not to tile if the resolution is bigger than the bigger? Here's the page I want to fix [it works with 800x600 fine]:<br />
<br />
<!-- m --><a class="postlink" href="http://www.photochopper.com/thechopper.html">http://www.photochopper.com/thechopper.html</a><!-- m --><br />
<br />
I want it to work with other resolutions. It tiles the background with higher resolutions, and cuts off the image on smaller resolutions. Thats why I want to align it to the right and have it not tile.<br />
<br />
Thanks for any and all help you can give me [if this isn't possible in HTML, what can I do to make it work?]<br />
<br />
Thanks<br />
-Steve<!--content-->This should do it for you...<br />
<br />
<table border="0" width="100%" height="85%" cellspacing="0" cellpadding="0" style="background: #000000; background-image:url(bg.jpg); background-repeat: no-repeat; background-position: right top;"><!--content-->Originally posted by pyro <br />
This should do it for you...<br />
<br />
<table border="0" width="100%" height="85%" cellspacing="0" cellpadding="0" style="background: #000000; background-image:url(bg.jpg); background-repeat: no-repeat; background-position: right top;"> <br />
<br />
Thanks my man. I'll give it a shot in a little bit, and I shall report back. :)<br />
<br />
-Steve<!--content-->
 
Back
Top