Templates make my head off - HELP!!!
Templates make my head off - HELP!!!
Here is design-template:
As you can see it's look like 2-column left template. But! My design have the graphical border around all site. And that is the problem.
Question: How to split my design and what the part of it I need to paste in phpwcms blocks?
Thank you.
As you can see it's look like 2-column left template. But! My design have the graphical border around all site. And that is the problem.
Question: How to split my design and what the part of it I need to paste in phpwcms blocks?
Thank you.
Let's make this world better.
ure "border around" design isn't the big problem. i use on my one site an table for that dynamic expanding content.
to see the result of this code look here: http://www.taog.de
Code: Select all
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="35" height="6" background="img/border_top_left.gif"></td>
<td background="img/border_top.gif"></td>
<td width="8" height="6" background="img/border_top_right.gif"></td>
</tr>
<tr>
<td background="img/border_left.gif"></td>
<td bgcolor="#FFFFE5" valign="top">{NAV_TABLE_COLUMN}</td>
<td background="img/border_right.gif"></td>
</tr>
<tr>
<td width="35" height="7" background="img/border_bottom_left.gif"></td>
<td background="img/border_bottom.gif"></td>
<td width="8" height="7" background="img/border_bottom_right.gif"></td>
</tr>
</table>
TAOG,
Thanks for help but it's not it. For more understanding of my question I changed picture. Look on it again And you'll understand (I hope) what I mean.
And also I need to know how to divide html code between blocks?
Thanks for help but it's not it. For more understanding of my question I changed picture. Look on it again And you'll understand (I hope) what I mean.
And also I need to know how to divide html code between blocks?
Last edited by DiG on Tue 19. Oct 2004, 17:33, edited 1 time in total.
Let's make this world better.
@#$%! Some one, please, tell me what I'm doing wrong?
Link: http://morrowind.ncn.ru/test/index.php
Look as HTML.
Link: http://morrowind.ncn.ru/test/index.php
Look as HTML.
Let's make this world better.
let me show ure code for the left content. i think u have the left border only placed in the row u have content. make this border in an <td background="image.gif" width="xyz">DiG wrote:@#$%! Some one, please, tell me what I'm doing wrong?
Link: http://morrowind.ncn.ru/test/index.php
Look as HTML.
and cut ure image.gif so, that u have the right width.
edit:
i copy&paste the sourcecode of this site. u do the right think.
u must place around the navigation table a table with 100% hight an 2 cols. in the left ure BG image in the right ure code for the navigation table.
i think it works. ure navigation is not large enought to close the border at the end.
style sheets
I have put my style sheet here: site root/phpwcms_template/inc_css
and I can choose it from the dropdown menu in the backend.
Hope this helps.
and I can choose it from the dropdown menu in the backend.
Hope this helps.