Hallo.
Jako pierszo by chzialem sie przeprosic za zly polski...ale juz luuuugo nie zyje w polsce
Szukam mozliwosc, dodac Modul Newsflash , albo inny modul , albo normalny content na glowna strone, ktory morzna przes frontend edytowac.
Z Modulem , jest ten Problem , ze przes front end je niemozna edytowac...(albo myle sie?)
Przes MainMenue "HOME" tesz to nie moge srobic...bo to musie byc ogory z 2 "COLS"
A optie od Frontpage do puszczajom tylko 1 lead albo calom strona w 2 rzendach...ale nie 2 lead horizontalnie kolo siebie , areszta normalna.
Nastepny pomys co mam jest index.php/ html file tak smienic zeby ogory byly 2 tabele kostki....ale jak tam content w pakowac.
Prosze o pomoc
Strona:
http://haus-concordia.com/joomla/index.phpTy aktualnosci co stojom na prawej stronie , mam isc do srodka , gora. I majom stac horizontal kolo siebie...a pod niemy inny artykol.
Knight
Kod: |
<body>
<table align="center" border="0" class="table_1">
<tr>
<td rowspan="4" width="179"border="0" class="table_1_cell_1">
</td>
</tr>
<tr>
<td height="137" width="621" class="table_1_cell_2">
</td>
</tr>
<tr>
<td height="26" border="0" class="table_1_cell_3">
</td>
</tr>
<tr>
<td height="26" border="0" class="search1">
</td>
</tr>
</table>
<table align="center" border="0" cellspacing="0" cellpadding="50" class="table_2">
<tr>
<td height="77" width="350" class="table_2_cell_1">
<?php mosLoadModules('user4'); ?>
</td>
<td height="77" width="450" valign="bottom" class="table_2_cell_1a">
<?php mosLoadModules ( "top" ); ?>
</td>
</tr>
</table>
<table align="center" border="0" cellspacing="0" class="table_3">
<tr> <td width="179" class="table_3_cell_1">
<?php mosLoadModules ( "left" ); ?>
<?php mosLoadModules ( "user1" ); ?>
</td>
<td class="table_3_cell_2">
<?php mosLoadModules ( "user5" ); ?>
<?php mosLoadModules ( "user6" ); ?>
<?php mosMainBody(); ?>
<?php mosLoadModules ( "user7" ); ?>
<?php mosLoadModules ( "bottom" ); ?>
</td>
<?php if (mosCountModules( "right" )) { ?>
<td width="150"class="table_3_cell_3">
<?php mosLoadModules ( "right" ); ?>
</td>
<?php } ?>
</tr>
</table>
<table height="100" align="center" class="table_4">
<tr>
<td valign="bottom" class="table_4_cell_1">
<?php include_once( $GLOBALS['mosConfig_absolute_path'] . '/includes/footer.php' ); ?>
</td>
</tr>
</table>
|