Permabanned
- Joined
- 25 Oct 2004
- Posts
- 9,078
Been having some major problems with our website layout, been trying for hours to figure out why this is happening and im just stumped, cannot for the life of me figure out whats going on. If anyone could shed some light on this for me I would be eternally grateful and might even buy ya a pint (if i ever see you).
Here is what I have so far code wise, ive included a link at the bottom to a small archive with the javascript and stylesheet. This small snippet works fine in Firefox, but IE6 is just driving me nutts.
Here is the archive with the htlm, css, java and the images used for this part of code. Sorry about the rapidshare, but im unable to upload to the host from this machine.
http://rapidshare.com/files/67798588/helpmeplz.rar.html
EDIT: Oops at typo in title
Here is what I have so far code wise, ive included a link at the bottom to a small archive with the javascript and stylesheet. This small snippet works fine in Firefox, but IE6 is just driving me nutts.
Code:
<html>
<head>
<title>Test</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="geostyle.css" rel="stylesheet" type="text/css" />
</head>
<body onload="show_clock();">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="box_submenu_head_left"> </td>
<td>
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" class="bgwhite">Go To: [ <a href="register.php">Register</a> ] [ <a href="index.php?a=10">Sign In</a> ] </td>
<td align="right" class="bgwhite">Welcome: (!DISPLAY_USERNAME!) </td>
</tr>
</table>
</td>
<td class="box_submenu_head_rightc"> </td>
<td class="box_head_1_dyn" width="225">
<script language="javascript" src="liveclock.js">
</script> </td>
<td class="bgblue" width="18"></td>
</tr>
</table>
<div>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="box_submenu_head_right"> </td>
</tr>
</table>
</div>
</body>
<html>
Here is the archive with the htlm, css, java and the images used for this part of code. Sorry about the rapidshare, but im unable to upload to the host from this machine.
http://rapidshare.com/files/67798588/helpmeplz.rar.html
EDIT: Oops at typo in title
