October 2, 2005 at 4:05 pm
#673696
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 