Is there a tag so that the background would only appear one time?
Even if a table is lets say 300X500 and the bg is 200X400 for example.
I’d appreciate your replies.
The thread should be in the Web Design Category. Sorry.
I have a site where that exact situation is a problem.
The BG image repeats again below the first image and I do not know how to prevent that. :huh2:
Thanks to anyone who can share knowledge on this.
Hate to sound like a nit wit … but I am trying to learn to make a pop-up.
I have some sites where I feel a bingo pop-up might do really well. I think my mostly female visitors might enjoy playing bingo.
I have gone in and gotten the code to make the page pop up, but don’t know how to make the actual pop-up page be smaller and not show up as a full size page.
How do I specify the size of the pop-up page?
I had someone who was doing this kind of stuff for me, but he has gotten busy with a bunch of other things and doesn’t have time right now to make a pop-up for me.
Can’t be all that difficult … right? opcorn:
You could apply a style to the image container (for example the td or table).
You can then style that td for example:
style=”background: url(mybackground.jpg) top left no-repeat” [/CODE]
It will place the background image to the top left corner.
You can find here additional properties:
[url]http://www.htmlhelp.com/reference/css/color-background/[/url]
Hope this helps [CODE] style=”background: url(mybackground.jpg) top left no-repeat” [/CODE]
It will place the background image to the top left corner.
You can find here additional properties:
http://www.htmlhelp.com/reference/css/color-background/
Hope this helps ” title=”” class=”bbcode_smiley” />
I am off to the links you suggested. . :happydanc
Please login or Register to submit your answer