Forum Moderators: open

Message Too Old, No Replies

Problem centring inner frame

Inner frame

         

betteronholiday

1:01 am on Feb 3, 2005 (gmt 0)



Could someone please have a look over the coding for this page:

<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]

valder

2:14 am on Feb 3, 2005 (gmt 0)

10+ Year Member



You're lucky, I got to see it before the url got removed. You should read the forums policys you know ;)

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 :)