Get exclusive CAP network offers from top brands

View CAP Offers

is there a tag to keep the background from..

cat asked 3 years ago
If using the background=”bg.jpg” tag the background will appear as often as it fits in the table.

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.

7 Answers
cat answered 3 years ago
We found the mistake. Thanks for your time.

LasVegasLady answered 3 years ago
If you know how to accomplish that would you let me know.

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.

LasVegasLady answered 3 years ago
Oh Yeah .. and another question ..

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:

FreePokerLeague answered 3 years ago
Here is a tool that makes pop ups in javascript:

http://www.dynamicdrive.com/dynamicindex8/popwin.htm

sipka answered 3 years ago
In connection with the background images:

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 <span title=” title=”” class=”bbcode_smiley” />

LasVegasLady answered 3 years ago
WOW .. Thank you so much for the help!

I am off to the links you suggested. . :happydanc

sipka answered 3 years ago
Glad that I could help <span title=” title=”” class=”bbcode_smiley” />
Please letme know if you need further assistance <span title=” title=”” class=”bbcode_smiley” />

Cheers <span title=” title=”” class=”bbcode_smiley” />