Jump to content
MakeWebGames

Table + CSS problem


Lithium

Recommended Posts

I bumped into something new to me, and can't seem to get an answer anywhere, so here it goes...

I have a background image inside a .css file on the body element...

background-image: url(../images/background.jpg);

background-repeat: repeat;

now i need to set a table with a background image, let's say...

background-image: url(../images/table.jpg);

background-repeat: repeat;

apparently... all good, but it doesn't show the table image. (also, placing image on td is not an option),

also style tag inside the table element doesn't work as well...

any suggestions to make this work?

Thanks :)

Link to comment
Share on other sites

Re: Table + CSS problem

@ POG1 and killah,

As my post says, i had set css images to body and table, though simply it didn't showed up the table image for some reason, though thx for the tips

@ Luke

thanks for the div tip, as it worked. Though i still wonder why it did not worked with the css.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...