With the help of this forum and this website and serveral other tutorials I have made my Dad a website for his business:
http://www.darcyengineering.com.au
I now have it validating without error (with the exception of one page, which I can fix) and, as a user of Internet Explorer I was viewing what looked pretty good to me
But...
... I have now downloaded Firefox and Opera and see something quite different
It appears that nearly all of the margins I have set are lower on the screen, and most of my text has double the line space.
Below is my html for the home page (of which the changes aren't too bad):
CODE
<!DOCTYPE HTML SYSTEM "http://www.darcyengineering.com.au/HTML4plus.dtd">
<head>
<META NAME="keywords" CONTENT="darcy, engineering, darcy engineering, darcy engraving, engraving, pattern making, tool making, toolmaking, traditional pattern making, traditional toolmaking, peter mcgregor, mcgregor, dies and stamps, dies, stamps, die, stamp">
<STYLE TYPE="text/css">
<!-- /* $WEFT -- Created by: Michelle McGregor (info@darcyengineering.com.au) on 16/04/2007 -- */
@font-face {
font-family: AvantGarde Bk BT;
font-style: normal;
font-weight: normal;
src: url(AVANTGA2.eot);
}
-->
</STYLE>
<style type="text/css">
a:link, span.MsoHyperlink
{color:white;
text-decoration:none;
text-underline:none; }
a:visited, span.MsoHyperlinkFollowed
{color:white;
text-decoration:none;
text-underline:none; }
a img { border: black; }
p { font-family: AvantGarde Bk BT; font-size:14pt; }
</style>
<title>Darcy Engineering</title>
</head>
<body bgcolor=white background="Website_files/background.jpg" lang=EN-US
style='tab-interval:36.0pt'>
<table STYLE='margin-left:76px; margin-top:100px; width:800px; background-color: black; border=none;'>
<tr>
<td width="33.3%">
<p align=center>
<a href="http://www.darcyengineering.com.au/Engraving.html">
engraving</a></p>
</td>
<td width="33.3%">
<p align=center>
<a href="http://www.darcyengineering.com.au/PatternMaking.html">
pattern making</a></p>
</td>
<td width="33.3%">
<p align=center>
<a href="http://www.darcyengineering.com.au/DiesAndStamps.html">
dies and stamps</a></p>
</td>
</table>
<img src="Website_files/DarcyEngineering.png" ALT="Darcy Engineering" style='margin-left:100px; margin-top:50px'>
<table STYLE='margin-left:76px; margin-top:50px; width:800px; background-color: black; border=none;'>
<tr>
<td width="33.3%">
<p align=center>
<a href="http://www.darcyengineering.com.au/AboutUs.html">
about us</a></p>
</td>
<td width="33.3%">
<p align=center>
<a href="http://www.darcyengineering.com.au/ContactUs.html">
contact us</a></p>
</td>
<td width="33.3%">
<p align=center>
<a href="http://www.darcyengineering.com.au/RequestQuote.html">
request a quote</a></p>
</td>
</table>
</body>
</html>
<head>
<META NAME="keywords" CONTENT="darcy, engineering, darcy engineering, darcy engraving, engraving, pattern making, tool making, toolmaking, traditional pattern making, traditional toolmaking, peter mcgregor, mcgregor, dies and stamps, dies, stamps, die, stamp">
<STYLE TYPE="text/css">
<!-- /* $WEFT -- Created by: Michelle McGregor (info@darcyengineering.com.au) on 16/04/2007 -- */
@font-face {
font-family: AvantGarde Bk BT;
font-style: normal;
font-weight: normal;
src: url(AVANTGA2.eot);
}
-->
</STYLE>
<style type="text/css">
a:link, span.MsoHyperlink
{color:white;
text-decoration:none;
text-underline:none; }
a:visited, span.MsoHyperlinkFollowed
{color:white;
text-decoration:none;
text-underline:none; }
a img { border: black; }
p { font-family: AvantGarde Bk BT; font-size:14pt; }
</style>
<title>Darcy Engineering</title>
</head>
<body bgcolor=white background="Website_files/background.jpg" lang=EN-US
style='tab-interval:36.0pt'>
<table STYLE='margin-left:76px; margin-top:100px; width:800px; background-color: black; border=none;'>
<tr>
<td width="33.3%">
<p align=center>
<a href="http://www.darcyengineering.com.au/Engraving.html">
engraving</a></p>
</td>
<td width="33.3%">
<p align=center>
<a href="http://www.darcyengineering.com.au/PatternMaking.html">
pattern making</a></p>
</td>
<td width="33.3%">
<p align=center>
<a href="http://www.darcyengineering.com.au/DiesAndStamps.html">
dies and stamps</a></p>
</td>
</table>
<img src="Website_files/DarcyEngineering.png" ALT="Darcy Engineering" style='margin-left:100px; margin-top:50px'>
<table STYLE='margin-left:76px; margin-top:50px; width:800px; background-color: black; border=none;'>
<tr>
<td width="33.3%">
<p align=center>
<a href="http://www.darcyengineering.com.au/AboutUs.html">
about us</a></p>
</td>
<td width="33.3%">
<p align=center>
<a href="http://www.darcyengineering.com.au/ContactUs.html">
contact us</a></p>
</td>
<td width="33.3%">
<p align=center>
<a href="http://www.darcyengineering.com.au/RequestQuote.html">
request a quote</a></p>
</td>
</table>
</body>
</html>
And here is my code from what is a typical page on my site (which I am not happy with the Firefox and Opera appearance):
CODE
<!DOCTYPE HTML SYSTEM "http://www.darcyengineering.com.au/HTML4plus.dtd">
<head>
<STYLE TYPE="text/css">
<!-- /* $WEFT -- Created by: Michelle McGregor (info@darcyengineering.com.au) on 16/04/2007 -- */
@font-face {
font-family: AvantGarde Bk BT;
font-style: normal;
font-weight: normal;
src: url(AVANTGA2.eot);
}
-->
</STYLE>
<STYLE TYPE="text/css">
a:link, span.MsoHyperlink
{color:white;
text-decoration:none;
text-underline:none; }
a:visited, span.MsoHyperlinkFollowed
{color:white;
text-decoration:none;
text-underline:none; }
a img { border: black; }
/* general style for P */
p {font-family: "AvantGarde Bk BT"; font-size:1em; line-height: 1.3em; color: white; }
/* style for points */
p.points {
font-size:1.2em;
color: black;
line-height: 1.5em;
}
/* style for body */
.body {
font-size:1.25em;
color: black;
line-height: 1.5em;
}
/* style for footer */
p.footer {font-family: AvantGarde Bk BT;color: black;font-size:10pt; }
H1 {font-family: AvantGarde Bk BT; color:black; font-size:20pt; }
</style>
<title>Darcy Engineering - Engraving</title>
</head>
<body marginheight="0" topmargin="0" marginwidth="0" leftmargin="0" style="margin:0;padding:0" bgcolor=white background="Website_files/background.jpg" lang=EN-US>
<DIV ALIGN=LEFT>
<table style='position:absolute' width=137px bgcolor="black" border=0px>
<tr>
<td height=150px>
</td>
</tr>
<tr>
<td>
<p align=center><a href="http://www.darcyengineering.com.au">home</a></p>
</td>
</tr>
<tr><td><p> </p></td></tr>
<tr>
<td>
<p align=center>engraving</p>
</td>
</tr>
<tr><td><p> </p></td></tr>
<tr>
<td>
<p align=center><a href="http://www.darcyengineering.com.au/PatternMaking.html">
specialised pattern making</a></p>
</td>
</tr>
<tr><td><p> </p></td></tr>
<tr>
<td>
<p align=center><a href="http://www.darcyengineering.com.au/DiesAndStamps.html">
dies and stamps</a></p>
</td>
</tr>
<tr><td><p> </p></td></tr>
<tr>
<td>
<p align=center><a href="http://www.darcyengineering.com.au/AboutUs.html">
about us</a></p>
</td>
</tr>
<tr><td><p> </p></td></tr>
<tr>
<td>
<p align=center><a href="http://www.darcyengineering.com.au/ContactUs.html">
contact us</a></p>
</td>
</tr>
<tr><td><p> </p></td></tr>
<tr>
<td>
<p align=center><a href="http://www.darcyengineering.com.au/RequestQuote.html">
request a quote</a></p>
</td>
</tr>
<tr>
<td height=350px>
</td>
</table>
</DIV>
<img src="Website_files/logo.jpg" ALT="Darcy Engineering" style='position:absolute;margin-left:6px;margin-top:15px;width:199.5pt;height:43.3pt'>
<h1 align=center style='margin-top:100px' >engraving</h1>
<table style='line-height:150%;margin-left:220px;margin-top:80px;width=400px'>
<tr><td>
<p class=points>memorial plaques</p>
</td></tr>
<tr><td>
<p class=points>engraving from your artwork</p>
</td></tr>
<tr><td>
<p class=points>labels: plastic, aluminium, timber</p>
</td></tr>
<tr><td>
<p class=points>computer engraving</p>
</td></tr>
</table>
<table width=400px style='margin-left:220px;margin-top:50px;'>
<tr>
<td>
<p class=body ALIGN=justify>
Darcy Engineering combines the skill of traditional engraving with the modern practices and technology of the industry to create a more diversified and higher quality product for their customers.
<br>
Darcy Engineering specialises in engraving, and can work with a wide range of materials and artwork.
</p>
</td>
</tr>
</table>
<a href="http://www.darcyengineering.com.au/Website_files/brass_plaque1.jpg"
target="new"><img src="Website_files/brass_plaque.jpg" ALT="Brass Plaque Sample"
style='position:absolute;margin-left:555.6pt;margin-top:-300pt'></a>
<table style='width:300px;margin-top:100px' align=center>
<tr><td align=center>
<p class=footer>Darcy Engineering</p>
</td></tr>
<tr><td align=center>
<p class=footer>phone 02 9558 3805 fax 02 9558 5894</p>
</td></tr>
<tr><td align=center>
<p class=footer>email <a href="mailto:info@darcyengineering.com.au" style='color:black'><u>info@darcyengineering.com.au</u></a></p>
</td></tr>
</table>
</body>
</html>
<head>
<STYLE TYPE="text/css">
<!-- /* $WEFT -- Created by: Michelle McGregor (info@darcyengineering.com.au) on 16/04/2007 -- */
@font-face {
font-family: AvantGarde Bk BT;
font-style: normal;
font-weight: normal;
src: url(AVANTGA2.eot);
}
-->
</STYLE>
<STYLE TYPE="text/css">
a:link, span.MsoHyperlink
{color:white;
text-decoration:none;
text-underline:none; }
a:visited, span.MsoHyperlinkFollowed
{color:white;
text-decoration:none;
text-underline:none; }
a img { border: black; }
/* general style for P */
p {font-family: "AvantGarde Bk BT"; font-size:1em; line-height: 1.3em; color: white; }
/* style for points */
p.points {
font-size:1.2em;
color: black;
line-height: 1.5em;
}
/* style for body */
.body {
font-size:1.25em;
color: black;
line-height: 1.5em;
}
/* style for footer */
p.footer {font-family: AvantGarde Bk BT;color: black;font-size:10pt; }
H1 {font-family: AvantGarde Bk BT; color:black; font-size:20pt; }
</style>
<title>Darcy Engineering - Engraving</title>
</head>
<body marginheight="0" topmargin="0" marginwidth="0" leftmargin="0" style="margin:0;padding:0" bgcolor=white background="Website_files/background.jpg" lang=EN-US>
<DIV ALIGN=LEFT>
<table style='position:absolute' width=137px bgcolor="black" border=0px>
<tr>
<td height=150px>
</td>
</tr>
<tr>
<td>
<p align=center><a href="http://www.darcyengineering.com.au">home</a></p>
</td>
</tr>
<tr><td><p> </p></td></tr>
<tr>
<td>
<p align=center>engraving</p>
</td>
</tr>
<tr><td><p> </p></td></tr>
<tr>
<td>
<p align=center><a href="http://www.darcyengineering.com.au/PatternMaking.html">
specialised pattern making</a></p>
</td>
</tr>
<tr><td><p> </p></td></tr>
<tr>
<td>
<p align=center><a href="http://www.darcyengineering.com.au/DiesAndStamps.html">
dies and stamps</a></p>
</td>
</tr>
<tr><td><p> </p></td></tr>
<tr>
<td>
<p align=center><a href="http://www.darcyengineering.com.au/AboutUs.html">
about us</a></p>
</td>
</tr>
<tr><td><p> </p></td></tr>
<tr>
<td>
<p align=center><a href="http://www.darcyengineering.com.au/ContactUs.html">
contact us</a></p>
</td>
</tr>
<tr><td><p> </p></td></tr>
<tr>
<td>
<p align=center><a href="http://www.darcyengineering.com.au/RequestQuote.html">
request a quote</a></p>
</td>
</tr>
<tr>
<td height=350px>
</td>
</table>
</DIV>
<img src="Website_files/logo.jpg" ALT="Darcy Engineering" style='position:absolute;margin-left:6px;margin-top:15px;width:199.5pt;height:43.3pt'>
<h1 align=center style='margin-top:100px' >engraving</h1>
<table style='line-height:150%;margin-left:220px;margin-top:80px;width=400px'>
<tr><td>
<p class=points>memorial plaques</p>
</td></tr>
<tr><td>
<p class=points>engraving from your artwork</p>
</td></tr>
<tr><td>
<p class=points>labels: plastic, aluminium, timber</p>
</td></tr>
<tr><td>
<p class=points>computer engraving</p>
</td></tr>
</table>
<table width=400px style='margin-left:220px;margin-top:50px;'>
<tr>
<td>
<p class=body ALIGN=justify>
Darcy Engineering combines the skill of traditional engraving with the modern practices and technology of the industry to create a more diversified and higher quality product for their customers.
<br>
Darcy Engineering specialises in engraving, and can work with a wide range of materials and artwork.
</p>
</td>
</tr>
</table>
<a href="http://www.darcyengineering.com.au/Website_files/brass_plaque1.jpg"
target="new"><img src="Website_files/brass_plaque.jpg" ALT="Brass Plaque Sample"
style='position:absolute;margin-left:555.6pt;margin-top:-300pt'></a>
<table style='width:300px;margin-top:100px' align=center>
<tr><td align=center>
<p class=footer>Darcy Engineering</p>
</td></tr>
<tr><td align=center>
<p class=footer>phone 02 9558 3805 fax 02 9558 5894</p>
</td></tr>
<tr><td align=center>
<p class=footer>email <a href="mailto:info@darcyengineering.com.au" style='color:black'><u>info@darcyengineering.com.au</u></a></p>
</td></tr>
</table>
</body>
</html>
Please feel free to pick on my code, I am very new at this, and any advice on my code would be much appreciated (but please try to be nice too! This is my first website!)
I guess the most annoying thing about the appearance in Firefox and Opera is that my page is so stretched it has made my background have a 'tiled' effect, which I think looks dodgy. I am yet to test this on a Mac... fingers crossed it works!
Any advice would be much appreciated
Thanks,
Michelle
