htlm/css help.. im gonna scream!

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.

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">&nbsp;</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">&nbsp;</td>
   <td class="box_head_1_dyn" width="225">
   <script language="javascript" src="liveclock.js">
   </script>&nbsp;</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">&nbsp;</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 :P
 
Sorry dude, downloaded and tried it, the right hand side just looked like too much text in IE - remember it generates different content when you call Date().
 
Problem is even if i condense the time/date down to just display the time ie 12:15 AM, IE splits it up over 2 lines. FF is fine though.

Is it possible that IE is interpretting the spaces between the text in the javascript as line breaks, even with nowrap it still does it.
 
Back
Top Bottom