Please review my website and give me ur valuable inputs

G

Guest

Hi Guys
With your help I have finally managed to finish my website. Can you pls
comment on it pls??
Its password protected at the moment

www.sissal.govt.nz
username- mita
password- sissal

Thanks
cheers
 
T

Trevor L.

mita said:
Hi Guys
With your help I have finally managed to finish my website. Can you
pls comment on it pls??
Its password protected at the moment

www.sissal.govt.nz
username- mita
password- sissal

Thanks
cheers

Hi again,

It look good to me and views wel lo my browser window which is 1024*768

But I note that the banner is still not centred

Is this the code that has this image in it ?

<table cellpadding="0" cellspacing="0" width=100% height="700">
<!-- MSTableType="layout" -->
<tr>
<td bgcolor="#A0CAE9" valign="top" colspan="2" align="center">
<div style="position: absolute; top: 14px; left: 373px; width: 495px;
height: 161px; z-index: 1">
<p align="center">
<span style="font-size: 12.0pt; font-family: Times New Roman">
<map name="FPMap0">
<area href="index.htm" shape="rect" coords="3, 0, 491, 155">
</map>
<img border="0" src="images/logo123.gif" width="495" height="161"
align="center" usemap="#FPMap0"></span></div>
</td>
<td height="169"></td>
</tr>
<tr>

If so, I wonder at the absolutely positoned <div> inside the first table
cell. This will start at left:373px and be of width:495px, regardless of
browser window size.
If I figure it correctly, then a 1024px window will have left margin 373px
and right margin 256px (1024 - 373 - 495), which is not centred.

I tried removing all style and it looks much better to me. In fact removing
the <div ></div > tags altogether works fine. I also couldn't find a closing
</p> tag for the <p align="center"> tag so I removed that as well

This is what worked
<td bgcolor="#A0CAE9" valign="top" colspan="2" align="center">
<span style="font-size: 12.0pt; font-family: Times New Roman">
<map name="FPMap0">
<area href="index.htm" shape="rect" coords="3, 0, 491, 155">
</map>
<img border="0" src="images/logo123.gif" width="495" height="161"
align="center" usemap="#FPMap0"></span>
</td>

--
Cheers,
Trevor L.
[ Microsoft MVP - FrontPage ]
MVPS Website: http://trevorl.mvps.org/
----------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top