a design problem

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
globalbox2003
Posts: 7
Joined: Sun 26. Sep 2004, 10:27

a design problem

Post by globalbox2003 »

template codes:

Code: Select all

header:
<table width="760" height="53" border="0" cellpadding="0" cellspacing="0"> 
  <tr> 
   <td width="200" height="52" bgcolor="#4A5966"><img src="img/article/elements/logosol.jpg"></td> 
    <td width="559" bgcolor="#F59B29"><img src="img/article/elements/logosag.jpg"></td> 
  </tr> 
  <tr><td height="1" colspan="3" bgcolor="#4A5966"><img src="img/leer.gif" width="1" height="1"></td></tr> 
</table>


main:
<table border="1" cellpadding="0" cellspacing="0"> 
<tr><td colspan="2">11111<img src="img/leer.gif" width="1" height="10"></td></tr> 
<tr> 
<td class="breadcrumb">22222{BREADCRUMB}</td> 
<td align="right" class="footer">33333{DATE_ARTICLE}</td> 
</tr> 
<tr><td colspan="2">44444<img src="img/leer.gif" width="1" height="5"></td></tr> 
<tr><td colspan="2">55555<img src="img/article/elements/content_line_499.gif" width="499" height="1"></td></tr> 
<tr><td colspan="2">66666<img src="img/leer.gif" width="1" height="15"></td></tr> 
</table>
<table width="499" border="1" cellpadding="0" cellspacing="0"> 
<tr><td>77777{CONTENT}</td></tr> 
<tr><td>88888<img src="img/leer.gif" width="1" height="25"></td></tr> 
<tr><td>99999[BACK]<img src="img/article/back_link_0.gif" border="0">[/BACK]&nbsp;&nbsp;<a href="#" target="_top" title="goto top of the page"><img src="img/article/top_link_0.gif" border="0"></a>&nbsp;&nbsp;[PRINT]<img src="picture/symbols/print_icon.gif" width="44" height="9" border="0" title="open optimized page for printing">[/PRINT]</td></tr> 
<tr><td height="100%"><img src="img/leer.gif" width="1" height="25"></td></tr> 
<tr><td>aaaaa<img src="img/article/elements/content_line_499.gif" width="499" height="1"></td></tr> 
<tr><td>bbbbb<img src="img/leer.gif" width="1" height="5"></td></tr> 
<tr><td class="footer">


</td></tr> 
</table>


footer:
<table width="760" height="11" border="0" cellpadding="0" cellspacing="0"> 
  <tr> 
   <td width="755" height="1" bgcolor="#4A5966"><img src="img/leer.gif" width="1" height="1"></td> 
   <td width="20"><img src="img/article/elements/bg_bottom_shadow_1px.gif" width="20" height="1"></td> 
  </tr> 
<tr> 
   <td height="10"><img src="img/article/elements/bg_bottom_shadow.gif" width="755" height="10"></td> 
   <td><img src="img/article/elements/bg_bottom_corner.gif" width="20" height="10"></td> 
  </tr> 
  </table>


left:
<table cellpadding=0 cellspacing=0 border=0>
<tr><td><img src="img/article/elements/caylak.jpg">
{NAV_TABLE_COLUMN}
<img src="img/leer.gif" width="1" height="100">
</td></tr></table>

and website is: http://www.caylak.net/index.php

you'll see right part of page... i want to fix there. but i couldn't fix already. can you help me please ? where will i remove right part from ? please help :([/code]
macangelo
Posts: 756
Joined: Sat 29. Nov 2003, 14:19
Location: Düsseldorf
Contact:

Post by macangelo »

Code: Select all

header:
<table width="760" height="53" border="0" cellpadding="0" cellspacing="0">
 
      <tr>    
        <td width="200" height="52" bgcolor="#4A5966"><img src="img/article/elements/logosol.jpg"></td>
        <td width="559" bgcolor="#F59B29"><img src="img/article/elements/logosag.jpg"></td>
      </tr>
      <tr>
        <td height="1" colspan="3" bgcolor="#4A5966"><img src="img/leer.gif" width="1" height="1"></td>
      </tr>
  </table>


left:
  <table cellpadding=0 cellspacing=0 border=0><-- left !-->
    <tr>
      <td><img src="img/article/elements/caylak.jpg"> {NAV_TABLE_COLUMN} <img src="img/leer.gif" width="1" height="100"> </td>
    </tr>
  </table>


right:
<table width="499" border="1" cellpadding="0" cellspacing="0">
  <tr>
    <td colspan="2">11111<img src="img/leer.gif" width="1" height="10"></td>
  </tr>
  <tr>
    <td class="breadcrumb">22222{BREADCRUMB}</td>
    <td align="right" class="footer">33333{DATE_ARTICLE}</td>
  </tr>
  <tr>
    <td colspan="2">44444<img src="img/leer.gif" width="1" height="5"></td>
  </tr>
  <tr>
    <td colspan="2">55555<img src="img/article/elements/content_line_499.gif" width="499" height="1"></td>
  </tr>
  <tr>
    <td colspan="2">66666<img src="img/leer.gif" width="1" height="15"></td>
  </tr>
</table>

<table width="499" border="1" cellpadding="0" cellspacing="0">
  <tr>
    <td>77777{CONTENT}</td>
  </tr>
  <tr>
    <td>88888<img src="img/leer.gif" width="1" height="25"></td>
  </tr>
  <tr>
    <td>99999[BACK]<img src="img/article/back_link_0.gif" border="0">[/BACK]&nbsp;&nbsp;<a href="#" target="_top" title="goto top of the page"><img src="img/article/top_link_0.gif" border="0"></a>&nbsp;&nbsp;[PRINT]<img src="picture/symbols/print_icon.gif" width="44" height="9" border="0" title="open optimized page for printing">[/PRINT]</td>
  </tr>
  <tr>
    <td height="100%"><img src="img/leer.gif" width="1" height="25"></td>
  </tr>
  <tr>
    <td>aaaaa<img src="img/article/elements/content_line_499.gif" width="499" height="1"></td>
  </tr>
  <tr>
    <td>bbbbb<img src="img/leer.gif" width="1" height="5"></td>
  </tr>
  <tr>
    <td class="footer"></td>
  </tr></table>


 <table width="760" height="11" border="0" cellpadding="0" cellspacing="0">
       <tr>    
        <td width="755" height="1" bgcolor="#4A5966"><img src="img/leer.gif" width="1" height="1"></td>   
        <td width="20"><img src="img/article/elements/bg_bottom_shadow_1px.gif" width="20" height="1"></td>
      </tr>
      <tr>    
        <td height="10"><img src="img/article/elements/bg_bottom_shadow.gif" width="755" height="10"></td>   
        <td><img src="img/article/elements/bg_bottom_corner.gif" width="20" height="10"></td>
      </tr>
     </table>

Hope it helps

macangelo
Webdesign from Düsseldorf - made with phpwcms (most of it):
http://eyelikeit.com/index.php?de_beispiele-webdesign
Post Reply