Jump to content

Cool Backgrounds


colonelby

Recommended Posts

I write some HTML code for chosing the color background of the main white table of one of my cache pages.

 

write this code before cache description

 

</td></tr><tr><td colspan="2" height="32" background="image.jpg"></td></tr><tr><td colspan="2" bgcolor="#000000">

 

This means: Close a white cell, create a new row with a image file as background, close this row, create another row with a color background (#000000 is black). The paramete 'height="32"' is the height choosed of the image

 

And please don't forget to add the next code for reestablish the web after your description text.

 

</td></tr><tr><td colspan="2" height="32" background="image2.jpg"> </td></tr>

<tr><td colspan="2">

 

You can avoid some code if you only want to change the backcolor of the white table (no images).

 

Before cache description text, write:

 

</td></tr><tr><td colspan="2" bgcolor="#000000">

 

And at the end:

 

</td></tr><tr><td colspan="2">

Edited by garri
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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.

Loading...
×
×
  • Create New...