Jump to content

Pictures moves in html table.


aic007

Recommended Posts

I am using an html table with 2 pictures, 2 pictures that link to other sites - in a table that is inside a <td>In the <tr> under theese pictures I use something called a text editor web part which is in another table. The web part makes it possible for users of the Intranet to write text when being online. The problem is that when the users write long lines. The pictures moves many pixels to the right side. Is there any way to tell the pictures to hold their posistions? This is a stripped down version of my table.

<table>  <tr>    <td>       <table>           <td>picture 1</td>           <td>picture 2</td>       </table>    </td>  </tr>    <tr>       <td></td>       <td></td>        <td clospan=5>text editor web part</td>        <td></td>  </tr> </table>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...