Jump to content

Dreamweaver (Sorry if this is the wrong forum)


Kasdraven

Recommended Posts

Could somebody help me here. I have a table based layout (don't bother telling me not to use a table absed layout.) So how do I untile the background for my table row? The picture is attached. The picture of Rayne hanging upside down and shooting is the one I want to untile.

post-2348-1139923432_thumb.jpg

Link to comment
Share on other sites

in the code am sure it used this to place the bg image

<td background="image.gif">

what you need to do is change it to this

<td style="background-image:url(image.gif);background-repeat:no-repeat">

That should do it.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...