View Full Version : Background Position, No Repeat In Table ?


designgURL
01-27-2003, 03:14 AM
I have this layout, http://spicepower.com/layout01.gif
That I split up to put together on the site.

I want to do it with tables and no frames.

But I have those rainbow things behind text. So I need to position them and not repeat.

Can I use those css tags that you can put in your css for for the bg of the whole page inside the tables themselves?

Alcy
01-27-2003, 05:09 AM
Originally posted by designgURL
Can I use those css tags that you can put in your css for for the bg of the whole page inside the tables themselves?

Yes... if you mean:
<table background="IMAGE.GIF" style="background-repeat:no-repeat;">

That's a nice layout, btw :)

designgURL
01-27-2003, 05:17 AM
Thanks

designgURL
01-27-2003, 08:35 AM
I tried it out and I needed to make the background part of it in the CSS, too.

So now we know.


--------------------
I'm going to be deleting that image, btw. If anyone views the thread again.