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.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
SergRU
Оранжевая позиция занимает ширину всей таблицы шириной 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
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.