<iframes> and <tables> ???

M

Mel

can iframes be placed inside cells of a tables ?

if so; can i have an example please !

thanks
 
S

Steve Pugh

can iframes be placed inside cells of a tables ?
Yes.

if so; can i have an example please

<table>
<tr>
<td>
<iframe src="page.html" width="200" height="200">
An interesting summary or introduction, including ,a
href="page.html">a link</a>. Obviously 'a link' is a very poor choice
of link text, you would of course choose something that accurately
describes the linked page.
</iframe>
</td>
</tr>
</table>

However, iframes pose a number of usability problems - most of the
same problems as posed by frames plus one or two of their own. And I'm
trying to think of an example where an iframe would be considered
sensible tabluar data and hence belong in a table. I can think of one
or two but they're fairly obscure and not very usable.

Steve
 
B

Barbara de Zoete

can iframes be placed inside cells of a tables ?

if so; can i have an example please !

<http://home.wanadoo.nl/b.de.zoete/_test/i-frame-test.html>


--
,------------- PretLetters: 'woest wyf', met vele interesses: --------------.
| weblog | <http://home.wanadoo.nl/b.de.zoete/_private/weblog.html> |
| webontwerp | <http://home.wanadoo.nl/b.de.zoete/html/webontwerp.html> |
| zweefvliegen | <http://home.wanadoo.nl/b.de.zoete/html/vliegen.html> |
`---------------------------------------------------------------------------'
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

iframes 1
Iframe link overlapping text 4
Best way to remove/replace iframes? 5
IFrames 4
Iframes 3
IFRAMES? 5
Tables vs iFrames vs Div 18
Php interface for Mariadb/any database 0

Members online

Forum statistics

Threads
473,731
Messages
2,569,432
Members
44,832
Latest member
GlennSmall

Latest Threads

Top