OZONE Asylum
Forums
Stupid Basic HTML
frames, iframes, and td's
This page's ID:
9575
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
ok, i have a problem here. if you have a frameset, you can drag the divider between the frames. if you have an html page, then you put in an iframe, you can then use a frameset page as the src of the iframe. BUT, if you put it into a TD, it won't resize... is there a way to make this work? [code] <table> <tr> <td> <iframe src="frameIndex.html" ></iframe> </td> </tr> </table> frameIndex.html source: <frameset rows="70%,*"> <frame src="http://www.yahoo.com" name="upperFrame" marginwidth="0" marginheight="0" scrolling="auto" frameborder="0"> <frame src="http://www.ebay.com" name="lowerFrame" marginwidth="0" marginheight="0" scrolling="auto" frameborder="0"> </frameset> [/code] if i take the iframe out of the table, it works just fine and i can resize the frames by dragging the frame divider. HELP!! :confused: [i]"there has to be a solution."[/i]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »