Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Iamdrin #1
iframes inside a table??
Hi,
I want a iframe inside a table of the webpage i created...If i use the iframe
option, it divideds the entire page, but All I want is a small portion of the
webpage displaying another webpage, So iframe can do this for me..
But hw do I add the iframe inside my table?????????????//// plzzzz guide
Drin
Iamdrin Guest
-
Scroll inside a table
Okay this might be a simple question but I'm just simple web designer or what not. So I have a site layout made with a table. Say I have a cell... -
CFFORM & TABNAIVAGTOR inside of a table <table> tag
Has anybody else had a problem putting a CFFORM with TABNAVIGATOR inside of a table? My tab system works fine until I put it inside a table which is... -
Displaying MySQL data inside of a table
Hi all, I have this code so far: <? mysql_connect(localhost, USER, PASS); mysql_select_db(DB); $result = mysql_query("SELECT * FROM... -
Form inside a table question
When I go through the "Validation" Feature of DWMX I get error on a line that "The tag: 'Form' is not allowed within: 'Table'. It is only allowed... -
Frames inside table?
Actually, these are all frames. He just put border frames around the center frame. -- Mike ------------------- Michael Langner Macromedia... -
David Wright 61 #2
Re: iframes inside a table??
Hi is this what you want if so just fill in the size of the iframe and source
you can also put this in a layer.
<table width="100%" border="0" cellspacing="5" cellpadding="5">
<tr>
<td><iframe width="728" name="iframe name" height="90" src="url of
source" border="0" frameborder="0" scrolling="no" align="left" hspace="0"
vspace="0"></iframe>*</td>
</tr>
</table>
David Wright 61 Guest



Reply With Quote

