Couple of questions.......

SteveH

New Member
Hello

I have a web site here:

http://grafik1.7host.com/index.asp

This is only a test site, but it is in a bit of a mess as you can see.

I would like to do a couple of things with it, and would appreciate some advice.

I am quite happy with the colour scheme, the main image, font style and size, etc, but everything is to the left of the screen. The code at the beginning of the main page is:

/HEAD>

<BODY BGCOLOR="black" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0" ALINK="#87CEFA" LINK="#87CEFA" VLINK="#87CEFA" TEXT="#FFFFFF">

<TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0" WIDTH="723"><TR><TD WIDTH="15" BGCOLOR="black"><IMG SRC="bspacer.gif" WIDTH="15" HEIGHT="1"><BR></TD><TD WIDTH="1" BGCOLOR="#87CEFA"><IMG SRC="bspacer.gif" WIDTH="1" HEIGHT="1"></TD><TD WIDTH="383" BGCOLOR="#000000" VALIGN="top">

However, if I add a <center> tag before <TABLE CELLSPACING="0" CELLPADDING="0" BORDER like this: <center><TABLE CELLSPACING="0" CELLPADDING="0" BORDER, the web page becomes centered, but there is an ugly column down the left-hand side of the screen.

What I would like to do is have the entire page in the middle (and suited to all screen resolutions) and not to have the colum down the left.

Any ideas, please!?

Thanks

Steve
 

moonfish

New Member
I got this error when viewing with firefox:

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Microsoft Access Driver] '(unknown)' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.

/index.asp, line 104

I guess you are aware of this as you are testing your site.

I agree with the "<div align="center> all the content of the page </div>

Site looks good, made me interested

Rob

http://www.moonfish-design.co.uk
 
Top