Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

IFRAME Help

Mar 29, 2005 9:46AM PST

Is it possible to have an IFRAME inside of a table? How would I go about doing it?

tks

Discussion is locked

- Collapse -
Yes
Mar 31, 2005 3:16AM PST

<table "75%" height="320">
<tr>
<td><iframe src="http://google.com"></iframe></td>
</tr>
</table>


Thats how you would do it, is that what you meant?

- Collapse -
Iframes in Table
Jun 10, 2009 6:29PM PDT

Awesome....

Can I use Iframes in tables and make it SEO friendly?

- Collapse -
Re: iframes.
Jun 10, 2009 7:03PM PDT

Iframes don't seem to be SEO friendly. Whether they are in a table or not doesn't make a difference.

Kees

- Collapse -
It's not very hard
Jun 11, 2009 1:47PM PDT

to switch to shtml or php includes. You should really consider looking into that. It will solve all your problems.

~Sovereign