Posted: Thu Oct 06, 2005 5:55 pm How do you put an iframe into a table?
Hi,
How do you put an iframe into a table? Im using dreamweaver so I could just add/change the code or easily add a table. I already have my iframe but i want to put it into a table on my site. I dont want to experiment becasue I dont want to screw anything up.
Joined: 15 May 2004 Posts: 8259 Location: Castle Rock CO USA
Posted: Thu Oct 06, 2005 6:13 pm
Something like
Code:
<table style="width: 75%; border-collapse: collapse;">
<tr>
<td><iframe name="inline">
Your browser does not support inline frames or is currently configured not to display inline frames.
</iframe></td>
</tr>
</table>
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum