YBJLz4
11-07-2006, 09:58 AM
Hey people I just made a website for a family friend of mine, I have finished the website and all but I have one little problem, when I display the website at his house on a different computer the website is not centred because his display settings are set different, but on mine the website is fine and is centred with the screen, how can I set the page so its always centred in the middle no matter what display settings it is,
all I have done is created different layers and inserted pictures and made them inline by eye no coding on my computer with my display settings , but like I said when it is viewed with different display settings it isn’t in the middle it goes of set.
ill also add in im using html coding if that helps :lolo:
hope you can help people its killing me !!!:confusion
vadimo
11-07-2006, 10:05 AM
yeah sounds like just alignment properties needs to be set correctly, but if its layers you should re-post this problem to correct place: CSS section of this forum.
Also include your weblink or paste in your site code.
YBJLz4
11-07-2006, 10:12 AM
http://members.optusnet.com.au/~marychris/
theres my site link for now
heres my main coding for the website from the main page
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Crackshot Concrete Cutting</title>
<style type="text/css">
<!--
#Layer1 {
position:absolute;
left:50px;
top:102px;
width:598px;
height:338px;
z-index:1;
}
#Layer2 {
position:absolute;
left:94px;
top:123px;
width:258px;
height:59px;
z-index:2;
}
#Layer3 {
position:absolute;
left:418px;
top:122px;
width:315px;
height:258px;
z-index:3;
}
#Layer4 {
position:absolute;
left:91px;
top:191px;
width:288px;
height:217px;
z-index:4;
}
.style3 {font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#Layer5 {
position:absolute;
left:391px;
top:129px;
width:16px;
height:317px;
z-index:5;
}
.style1 {font-size: 9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #CCCCCC;
}
#Layer10 {position:absolute;
left:51px;
top:462px;
width:757px;
height:33px;
z-index:7;
}
-->
</style>
</head>
<body>
<div id="Layer1"><img src="Images/22.jpg" width="756" height="356" border="0" usemap="#Map" />
<map name="Map" id="Map"><area shape="rect" coords="391,332,438,348" href="main.html" target="mainFrame" />
<area shape="rect" coords="444,330,501,347" href="aboutus.html" target="mainFrame" />
<area shape="rect" coords="510,335,567,346" href="services.html" target="mainFrame" />
<area shape="rect" coords="574,331,656,347" href="Photo.html" target="mainFrame" />
<area shape="rect" coords="660,333,729,346" href="contact.html" target="mainFrame" />
</map></div>
<div id="Layer2"><img src="Images/mainpagelogo.jpg" width="279" height="53" /></div>
<div id="Layer3"><img src="Images/Untitled-1.jpg" width="365" height="303" /></div>
<div id="Layer4"><span class="style3">Crackshot Concrete Cutting is a concrete cutting company based in Melbourne, Australia. With many years of experience and knowledge combined with modern cutting technology, we are able to provide any cutting services you may require. Crackshot Concrete Cutting are the specialists in road sawing, core drilling, wall sawing, pattern cutting and demolition. If you’re after a quote or have any questions, please feel free go to the <a href="contactus.html">contact page</a> for all of our contact details. As the best priced and best equipped concrete cutting company, no job is too big for Crackshot concrete cutting.<br />
<br />
So have a look around on our site if you want to see what Crackshot Concrete Cutting can do please go to the <a href="services.html">Services</a> Page or to our <a href="photos.html">Photo Gallery</a>.<br />
<br />
Please note Crackshot Concrete Cutting is a 24 hour service available both
in Victorian metropolitan and country areas.</span></div>
<div id="Layer5"><img src="Images/line.jpg" width="15" height="295" /></div>
<div id="Layer10">
<div id="layer2">
<div align="center"><span class="style1">Site Made By Joel Chris <br />
Copyright © 2006 Crackshot Concrete Cutting. All rights Reserved</span><strong><em><br />
</em></strong></div>
</div>
</div>
<br />
<br />
<br />
<br />
</body>
</html>
i tryed using frames to set in in the centre, but it just did the same thing when viewed in different disaplay settings
thanks for your help mate