andrew6607 Posted March 10, 2008 Share Posted March 10, 2008 Hello there, I am currently designing a site template using tables. But i keep running into a problem. When i enter text it all go's in one line. Insted of breaking. Look at this link for what im talking about. http://i268.photobucket.com/albums/jj36/pilotman5545/help.png See what i mean. it resized Please Help!! Here is the HTML Code! <table border="0" align="center" height="5" bgcolor="#0000FF"> <tr> <td width="1000" height="5"></td> </tr> </table> <table border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="0000FF"> <tr> <td width="25" height="25" background="images/top_left_corner.jpg"></td> <td width="600" height="25" background="images/top.jpg"></td> <td width="25" height="25" background="images/top_right_corner.jpg"></td> <td width="25" bgcolor="#0000FF"></td> <td width="25" height="25" background="images/top_left_corner.jpg"></td> <td width="200" height="25" background="images/top.jpg"></td> <td width="25" height="25" background="images/top_right_corner.jpg"></td> </tr> <tr> <td width="25" height="100" background="images/left.jpg"></td> <td width="600" height="100"></td> <td width="25" height="100" background="images/right.jpg"></td> <td width="25" bgcolor="#0000FF"></td> <td width="25" height="100" background="images/left.jpg"></td> <td width="200" height="100"></td> <td width="25" height="100" background="images/right.jpg"></td> </tr> <tr> <td width="25" height="25" background="images/bottom_left_corner.jpg"></td> <td width="600" height="25" background="images/bottom.jpg"></td> <td width="25" height="25" background="images/bottom_right_corner.jpg"></td> <td width="25" bgcolor="#0000FF"></td> <td width="25" height="25" background="images/bottom_left_corner.jpg"></td> <td width="100" height="25" background="images/bottom.jpg"></td> <td width="25" height="25" background="images/bottom_right_corner.jpg"></td> </tr> </table> <table border="0" align="center" width="925" height="5"> <tr> <td width="1000" height="5"></td> </tr> </table> <table border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="0000FF"> <tr> <td width="25" height="25" background="images/top_left_corner.jpg"></td> <td width="600" height="25" background="images/top.jpg"></td> <td width="25" height="25" background="images/top_right_corner.jpg"></td> <td width="25" bgcolor="#0000FF"></td> <td width="25" height="25" background="images/top_left_corner.jpg"></td> <td width="200" height="25" background="images/top.jpg"></td> <td width="25" height="25" background="images/top_right_corner.jpg"></td> </tr> <tr> <td width="25" height="100" background="images/left.jpg"></td> <td width="600" height="100"></td> <td width="25" height="100" background="images/right.jpg"></td> <td width="25" bgcolor="#0000FF"></td> <td width="25" height="100" background="images/left.jpg"></td> <td width="200" height="100"></td> <td width="25" height="100" background="images/right.jpg"></td> </tr> <tr> <td width="25" height="25" background="images/bottom_left_corner.jpg"></td> <td width="600" height="25" background="images/bottom.jpg"></td> <td width="25" height="25" background="images/bottom_right_corner.jpg"></td> <td width="25" bgcolor="#0000FF"></td> <td width="25" height="25" background="images/bottom_left_corner.jpg"></td> <td width="100" height="25" background="images/bottom.jpg"></td> <td width="25" height="25" background="images/bottom_right_corner.jpg"></td> </tr> </table> Quote Link to comment Share on other sites More sharing options...
dmccabe Posted March 10, 2008 Share Posted March 10, 2008 Cant say this is the answer to your problem, but it could be. You have no units to your sizes! width="25" ?? 25 what? pixels? %? try width="25px". 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.