Jump to content
  • 0

Вставка новых позиций модулей


SergRU
 Share

Question

Оранжевая позиция занимает ширину всей таблицы шириной 880. А мне нужно чтобы три позиции разделили поровну эту ширину. Подскажите в чем я ошибаюсь.

<table width="900" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">

<tr>

<td><p> </p>

<table width="880" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">

<tr>

<td width="293" valign="top"><?php mosLoadModules ( 'user13' ); ?></td>

<td width="293" valign="top"><?php mosLoadModules ( 'user14' ); ?></td>

<td width="294" valign="top"><?php mosLoadModules ( 'user15' ); ?></td>

</tr>

<tr>

<td height="30" background="templates/porto/images/header.gif"> </td>

</tr>

<tr>

<td height="10"></td>

</tr>

<tr>

<td><table width="880" border="0" cellspacing="0" cellpadding="0">

<tr>

<td width="695"valign="top"><table width="570" border="0" cellspacing="0" cellpadding="0">

<tr>

<td colspan="5"><img src="templates/porto/images/pic2.jpg" width="690" height="170" /></td>

</tr>

<tr>

<td height="15"></td>

</tr>

<tr>

<td height="15"></td>

</tr>

<tr>

<td colspan="5"><?php mosMainBody(); ?></td>

</tr>

<tr>

<td colspan="5"> </td>

</tr>

</table></td>

<td width="10" background="templates/porto/images/dot.gif"> </td>

<td width="170" valign="top"><?php mosLoadModules ( 'left' ); ?></td>

</tr>

</table>

</td>

</tr>

<tr>

<td><hr size="1" noshade="noshade" color="#CCCCCC" /></td>

</tr>

<tr>

<td><?php echo $mosConfig_sitename; ?><br />

</td>

</tr>

</table></td>

</tr>

</table>

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

У вас совершеннейший бардак!

1. Это не позиции, а ячейки таблицы.

2. Если вы в строке таблицы устанавливаете 3 ячейки, то все остальные строки тоже должны иметь по 3 ячейки.

3. Ячейки можно объединять в одну параметром colspan. Вы его используете в одной ячейке непонятно зачем и почему-то указали значение 5, хотя в остальных строках таблицы у вас по 1-ой ячейке. Там нечего объединять.

4. Количество закрывающих тэгов толжно соответствовать количеству открывающих. У вас же </table> больше, чем <table>

5. Не верстайте таблицами, при сложном макете сами же и запутаетесь.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • 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. See more about our Guidelines and Privacy Policy