Get exclusive CAP network offers from top brands

View CAP Offers

Reply To: is there a tag to keep the background from..

[bsa_pro_ad_space id=2]
#673696
Anonymous
Inactive

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 :)