OZONE Asylum
Forums
Stupid Basic HTML
frames
This page's ID:
9611
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
CRO8, I think you can fix this without having to use frames. The image itself looks like a "seemless texture" right? OK, this is what I would do. In the body take make sure that the width, height, and margins are all set to 0. Then set up the table and in the <td> tag, set the image as the background and the width of the td and table tags to 100%. Then in between the td tags put the image in. So you would have: [b]Body[/b] [code]LEFTMARGIN="0" RIGHTMARGIN="0" TOPMARGIN="0" BOTTOMMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"[/code] [b]Table[/b] [code] <table width="100%" border="0" cellspacing="0" cellpadding="0" <tr> <td background="myimage.gif" width="100%"><image src="myimage.gif"></td> </tr> </table> [/code] This will give you a seemless backround to the table and will adjust to the width of the browser. Right now, if I resize my browser, I loose the image completley. This will prevent that from happening. Later, C:\ [url=http://faq.ozoneasylum.com/922/]~Binary is best~[/url] [This message has been edited by CPrompt (edited 03-18-2003).]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »