tnl2k7
Banned
- Messages
- 3,131
- Reaction score
- 0
- Points
- 0
Yeah, I use tables on my site. One of these days I'll probably switch to iFrames if I see that they are suitable enough, but I have to find a new site design and of course theme my forum.
Use <div>s with the CSS overflow property set to auto, and a PHP include() to achieve the same effect. That way you can use a strict doctype instead of settling for transitional.
-Luke.