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

tables or iframes

Jun 14, 2009 11:22PM PDT

is the idea of using tables or iframes good for web design?

Discussion is locked

- Collapse -
To design no
Jun 16, 2009 5:08PM PDT

Tables are for data, not for design. Iframes are outdated and not supported on many mobile phones (for people looking at your web site from their phone). Iframes are also problematic when it comes to search engines indexing your web site.

The best way: server side includes.

~Sovereign

- Collapse -
PS
Jun 16, 2009 5:18PM PDT

The server side includes are for maintaining repetitive content such as menus, headers, footers, etc. For designing the web page, you only need to use CSS. It can accomplish most everything.

~Sovereign