Site Layout
i feel real stupid, i've been designing web pages for two years, and i cant get this one to work...i'm running a js nav bar, and then i tried to
divide the document into to columns, left one 25% of page and right one 75% of page. they are all about 2 inches indented from the left....
here's the code (you cant access the site....sorry):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Kyle Koncepts- Hosted Accounts</title>
<meta content="text/html; charset=utf-8">
<meta name="keywords" content="Kyle Koncepts, webmaster, hosting, web hosting, online hosting">
<meta name="description" content="Kyle Koncepts provides webmaster and hosting solutions, for a very reasonable price.">
<meta name="generator" content="Notepad">
<meta name="author" content="Kyle Brady">
<meta name="copyright" content="Copyright © Kyle Koncepts, 2002">
<link rel="stylesheet" type="text/css" href="http://kylekoncepts.hypermart.net/style.css" />
<script language="javascript" src="sniffer.js">
</script>
<script language="javascript1.2" src="custom.js"><html><body><table width="25%" align="left" border="0" cellspacing="0" cellpadding="0" valign="top">
<tr align="left"><td width="100px" align="left"><a href="http://kylekoncepts.hypermart.net/public/home.html">
<img src="http://kylekoncepts.hypermart.net/graphics/logo.jpg" border="0" alt="Kyle Koncepts"></a></td><tr></table></body></html></script>
<script language="javascript1.2" src="style.js"></script>
</head>
<body>
<script language="javascript1.2" src="menu.js"></script>
<!-- Main Document -->
<!-- Left Column -->
<table width="25%" align="left" border="0" cellspacing="2" cellpadding="5">
<tr><td><br><br><br><br><br><br><h1 class="hosting2">Disk Space Used: <br> #numvalue#%</td><td></td></tr>
<tr><td><h1 class="hosting2">Data Transfer Used: <br> #numvalue2#</h1></td><td></td></tr>
</table>
<!-- Right Column -->
<table width="75%" align="right" border="0" cellspacing="2" cellpadding="5">
<tr><td><br><br><br><br><br></td></tr>
<tr><td><h1>Welcome #MEMBERNAME#!</h1><br></td></tr>
<tr><td><p><br><hr color="#3D72A4" width="300" align="left"></p></td></tr>
<tr><td
</table></TABLE>
<!-- Bottom Nav Bar -->
<div align="center"><br><br><br><br><Br><br><br><br><br><br><br><Br><br><br><Br><br><br><br><Br><br><br><Br><Br><br><h1 class="small">
<a class="small" href="http://kylekoncepts.hypermart.net/contact.html">Contact Us</a> | <a class="small" href="http://kylekoncepts.hypermart.net/ads.html">Advertise with Us</a>
| <a class="small" href="http://kylekoncepts.hypermart.net/tos.html">Terms of Service</a> | <a class="small" href="http://kylekoncepts.hypermart.net/help.html">Help</a><br>Copyright © 2002 Kyle Koncepts</div>
</body>
</html>
companyreviews posted this at 21:19 — 1st August 2002.
They have: 44 posts
Joined: Jul 2002
is there any chance you can elaborate into what it wont do?
The Webmistress posted this at 07:34 — 2nd August 2002.
She has: 5,586 posts
Joined: Feb 2001
You appear to have two sets of body tags for a start which you need to rectify.
zollet posted this at 12:16 — 2nd August 2002.
He has: 1,016 posts
Joined: May 2002
Not to mention..
<tr><td><p><br><hr color="#3D72A4" width="300" align="left"></p></td></tr>
<tr><strong><td</strong>
Also, it wouldn't hurt to organize you source so that it is a lot easier to follow.. Something like..
<tr>
<td>
<p>
<br>
<hr color="#3D72A4" width="300" align="left">
</p>
</td>
</tr>
<tr><strong>
<td</strong>
kb posted this at 15:58 — 2nd August 2002.
He has: 1,380 posts
Joined: Feb 2002
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>
Kyle Koncepts- Hosted Accounts
</TITLE>
<META content="text/html; charset=utf-8">
<META name="keywords" content="Kyle Koncepts, webmaster, hosting, web hosting, online hosting">
<META name="description" content="Kyle Koncepts provides webmaster and hosting solutions, for a very reasonable price.">
<META name="generator" content="Notepad">
<META name="author" content="Kyle Brady">
<META name="copyright" content="Copyright © Kyle Koncepts, 2002">
<LINK rel="stylesheet" type="text/css" href="http://kylekoncepts.hypermart.net/style.css">
<script language="javascript" src="sniffer.js" type="text/javascript">
</script>
<script language="javascript1.2" src="custom.js" type="text/javascript">
<html><body><table width="25%" align="left" border="0" cellspacing="0" cellpadding="0" valign="top">
<tr align="left"><td width="100px" align="left"><a href="http://kylekoncepts.hypermart.net/public/home.html"><img src="http://kylekoncepts.hypermart.net/graphics/logo.jpg" border="0" alt="Kyle Koncepts"></a></td><tr></table></body></html>
</script>
<script language="javascript1.2" src="style.js" type="text/javascript">
</script>
</HEAD>
<BODY>
<script language="javascript1.2" src="menu.js" type="text/javascript">
</script>
<!-- Main Document --><!-- Left Column -->
<TABLE width="25%" align="left" border="0" cellspacing="2" cellpadding="5">
<TR>
<TD>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<H1 class="hosting2">
Disk Space Used:<BR>
#numvalue#%
</H1>
</TD>
<TD>
</TD>
</TR>
<TR>
<TD>
<H1 class="hosting2">
Data Transfer Used:<BR>
#numvalue2#
</H1>
</TD>
<TD>
</TD>
</TR>
</TABLE>
<!-- Right Column -->
<TABLE width="75%" align="right" border="0" cellspacing="2" cellpadding="5">
<TR>
<TD>
<BR>
<BR>
<BR>
<BR>
<BR>
</TD>
</TR>
<TR>
<TD>
<H1>
Welcome #MEMBERNAME#!
</H1>
<BR>
</TD>
</TR>
<TR>
<TD>
<P>
<BR>
</P>
<HR color="#3D72A4" width="300" align="left">
</TD>
</TR>
<TR>
<TD>
</TD>
</TR>
</TABLE>
<!-- Bottom Nav Bar -->
<DIV align="center">
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<H1 class="small">
<A class="small" href="http://kylekoncepts.hypermart.net/contact.html">Contact Us</A> | <A class="small" href="http://kylekoncepts.hypermart.net/ads.html">Advertise with Us</A> | <A class=
"small" href="http://kylekoncepts.hypermart.net/tos.html">Terms of Service</A> | <A class="small" href="http://kylekoncepts.hypermart.net/help.html">Help</A><BR>
Copyright © 2002 Kyle Koncepts
</H1>
</DIV>
</BODY>
</HTML>
Megan posted this at 16:13 — 2nd August 2002.
She has: 11,421 posts
Joined: Jun 1999
Um, maybe try taking out the extra body tag? That would be a start
You have :
<script language="javascript1.2" src="custom.js" type="text/javascript">
<em><strong><html><body><table width="25%" align="left" border="0"
cellspacing="0" cellpadding="0" valign="top">
<tr align="left"><td width="100px" align="left"><a
href="http://kylekoncepts.hypermart.net/public/home.html"><img
src="http://kylekoncepts.hypermart.net/graphics/logo.jpg" border="0"
alt="Kyle Koncepts"></a></td><tr></table></body></html></strong></em>
</script>
<script language="javascript1.2" src="style.js" type="text/javascript">
</script>
<strong> </HEAD>
<BODY></strong>
The part I have in bold and italics there seems really out of place -
why a full extra webpage enclosed in script tags in the header ????
It would also help if we knew exactly what was going wrong here -
when I load that page up I don't see an obvious problem, but I don't
have access to your scripts either which could be causing a problem...
Megan
Connect with us on Facebook!
kb posted this at 16:14 — 2nd August 2002.
He has: 1,380 posts
Joined: Feb 2002
ok thanks
Megan posted this at 16:22 — 2nd August 2002.
She has: 11,421 posts
Joined: Jun 1999
Sorry, I edited my post there. Another idea would be to try laying your page out in one big table instead of relying on the align attributes to set things up.
Megan
Connect with us on Facebook!
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.