Jump to content

Need Help!!


andrew6607

Recommended Posts

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>

Link to comment
https://forums.phpfreaks.com/topic/95328-need-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.