Jump to content
Дизайн и модификация IPS Community IPBSkinsBETA
Search In
  • More options...
Find results that contain...
Find results in...
  • entries
    7
  • comments
    14
  • views
    42,389

Добавляем 3 колонку в IP.Content (на IP.Wrapper)

Sign in to follow this  
Buskopan

350 views

Создаем новую страницу в АЦП IP.Content > 1. Page Manager > Pages > Add page (добавить страницу)

 

Выбираем тип rawHTML в контент вставляем следующий код.

 

<br />
<table cellspacing="0">
<tr>
       <td width="20%" class="nopad" valign="top">
               <!-- LEFT -->



               <!--END LEFT-->
       </td>
       <!--SPACER-->
       <td width="1%" class="nopad"> </td>
       <td width="58%" class="nopad" valign="top">
               <!--MAIN-->



               <!--END MAIN-->
       </td>
       <!--SPACER-->
       <td width="1%" class="nopad"> </td>
       <td width="20%" class="nopad" valign="top">
               <!-- RIGHT -->


               <!--END RIGHT-->
       </td>
</tr>
<tr>
 <td colspan="5" valign="top" class="nopad">
 </tr>
<!--End Main Content-->
</table>

 

Скелет готов. Ставим парсеры на свой вкус

 

<!-- RIGHT --> между <!--END RIGHT--> для правой колонки

 

<!-- LEFT --> между <!--END LEFT--> для левой

 

<!-- MAIN--> между <!--MAIN--> для середины.

 

Осталось только, что-то сделать с отображением статей. Слишком близко они сидят друг к другу. Вот как-то так.

Sign in to follow this  


1 Comment


Recommended Comments

Нужно с css поработать. отступы увеличить, тогда будет нормально.

Share this comment


Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...