johnseito Posted January 25, 2008 Share Posted January 25, 2008 Hello everyone, I create a webpage with html, inside the middle box is where I have my text. When I look it it from my web browser it looks fine, but when I go to another persons computer and go to my website, the text in the middle box is on the left side. Anyone know why and how I can fix it? Here are the codes: <html> <head> <title> </title> </head> <style type="text/css"> body div#footer { color: #999999; text-align: center; font-size: 8pt; } </style> <body> <!--bgcolor= "Moccasin"--> <Center> <table border="1" cellpadding="0" cellspacing="0" width="1200"> <td bgcolor="#FFCC00" valign="top" height ="0" colspan="3" > <h5 align = "right"> <table border =1><td> <input type="text" name="width" size="20"> <td>search </td> </table> </h5> <font size = 60><font color ="blue"><i><b>YYTgen</b></i></font></font> <a href=" ">Click here</a> </td> <tr> <td bgcolor="PaleGoldenRod" valign="top" width="30" height="550"> Members:<br> User Name:<br> <input type="text" name="width" size="10"> <br> Password:<br> <input type="text" name="width" size="10"> <br> <input type = "checkbox" name = "chkFries" value = "1.00"> Remember me <br> Login <br> Forgot Password? <br> Register </td> <td bgcolor ="Moccasin" valign="top" width="500" height="500"> <center> <table border=1> <!--TOP ROW--> <tr> <td> <font color="blue"> <a href=" ">Home</a> </font> </td> <td> <font color="blue"> <a href=" ">Contact us</a> </font> </td> <td> <font color="blue"> <a href=" ">About us</a> </font> </td> <td> <font color ="blue"> <a href=" ">Mission Statement</a> </font> </td> <td> <font color ="blue"> <a href=" ">Press Release</a> </font> </td> </tr> <!--BOTTOM ROW--> <tr> <td> <font color ="blue"> <a href=" ">Management</a> </font> </td> <td> <font color ="blue"> <a href=" ">Meeting</a> </font> </td> <td> <font color ="blue"> <a href=" ">Blog</a> </font> </td> <td> <font color ="blue"> <a href=" ">Forum</a> </font> </td> <td> <font color ="blue"> <a href=" ">Upload</a> </font> </td> </tr> </table> </center> <h5 align="right"><a href="http://finance.yahoo.com/">Click here</a> to get Quote from Yahoo Finance.</h5> <center> <br> <table border="0" width="800" height=200> <td> <font color="#666666" face="Arial" size="3"> eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee <br><br> faeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee </font> <i>...by </i> </td> </table> </center> </td> </table> <div id="footer"> </div> </center> </body> </html> thanks - Quote Link to comment Share on other sites More sharing options...
GameYin Posted January 28, 2008 Share Posted January 28, 2008 What kind of internet browser are you using? IE6 is what I'm guessing is screwed up on your friends computer. Quote Link to comment Share on other sites More sharing options...
kts Posted January 30, 2008 Share Posted January 30, 2008 only thing I have ever seen cause that is lacking a ; but yours seems to be fine, what browser is he using? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.