Forum Moderators: open
<Sorry, no personal URLs.
See Terms of Service [webmasterworld.com]>
as ive been trying to centre the black inner frame in the middle of the beige table, as at the moment it's a bit skew-whiff, but alas at present all my efforts have been fruitless
Thanking you in advance
[edited by: tedster at 4:50 am (utc) on Feb. 3, 2005]
First of all, your page is filled with errors, try a validator [validator.w3.org], will you? You even have html code after </html>
Secondly, I would discourage you to use frames. If you want to include other content, I think you should try a server side scripting language, like PHP [php.net]. With php, you can do a simple
include('filename'); to include external content (for instance). If you must use frames, have you tried using <center> tags inside that table cell? I'll be honest, I'm not an expert on using frames, because IMO they shouldn't be commonly used anyway.
Oh yeah, welcome to WebmasterWorld btw :)