Cell paddings and Margins +
-
- Posts: 191
- Joined: Sun 9. Nov 2003, 00:18
- Location: Austin, TX
Hi kemios,
You need to use correct path for your bg_right_shadow.gif file in page layout.
For example if your root dir for your phpWCMS application is http://mysite.com/wcms and you have a folder for your skin pictures called pic1, then you would use this path "/wcms/pic1/bg_right_shadow.gif" in the page layout right block image field.
Regards,
Bijan
You need to use correct path for your bg_right_shadow.gif file in page layout.
For example if your root dir for your phpWCMS application is http://mysite.com/wcms and you have a folder for your skin pictures called pic1, then you would use this path "/wcms/pic1/bg_right_shadow.gif" in the page layout right block image field.
Regards,
Bijan
Mr Bijan is absolutely correct and it could be a simple case of having dropped the pluralization of the folder name
Your pagelayout_INM has the locations specified like:
Your pagelayout_INM has the locations specified like:
But... your HEADER code says:/templates/dari/bg_right_shadow.gif
(note "s" on the end of folder named "template"background="template/dari/bg_right_shadow.gif
-
- Posts: 191
- Joined: Sun 9. Nov 2003, 00:18
- Location: Austin, TX
OK I am trying to get the "default" template working, and I can seems to see what is wrong
http://www.equivity.com/v4/
Any ideas?
http://www.equivity.com/v4/
Any ideas?
-
- Posts: 317
- Joined: Mon 19. Apr 2004, 06:10
- Location: Greenville, SC USA
- Contact:
I'm trying to follow the example at the beginning of this thread but things just don't look right.
The header is not wide enough.
There is a gap between main and footer.
Using Safari, one line of the menu wraps one line instead of no wrap.
Once I navigate around and go back it is OK.
Explorer seems o be no issue.
http://www.nccbmwcca.org/index.php
It looks different when viewed with differrent browsers although the phpwcms home page looks fine.
I've downloaded the proper gifs and jpgs and created directories for them in the /img directory.
I'm missing something obvious.
The header is not wide enough.
There is a gap between main and footer.
Using Safari, one line of the menu wraps one line instead of no wrap.
Once I navigate around and go back it is OK.
Explorer seems o be no issue.
http://www.nccbmwcca.org/index.php
It looks different when viewed with differrent browsers although the phpwcms home page looks fine.
I've downloaded the proper gifs and jpgs and created directories for them in the /img directory.
I'm missing something obvious.
Last edited by 1996 328ti on Fri 23. Apr 2004, 05:38, edited 1 time in total.
-
- Posts: 191
- Joined: Sun 9. Nov 2003, 00:18
- Location: Austin, TX
-
- Posts: 317
- Joined: Mon 19. Apr 2004, 06:10
- Location: Greenville, SC USA
- Contact:
HeaderBijan Hemati wrote:Could you post the values in the page layout and the template?
Code: Select all
<table width="775" height="53" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="200" height="52" bgcolor="#4A5966"><a href="/" target="_top"><img src="img/article/template/template_r1_c1.jpg" width="200" height="52" border="0" alt="phpWCMS"></a></td>
<td width="1" bgcolor="#4A5966"><img src="img/leer.gif" width="1" height="1"></td>
<td width="559" bgcolor="#F59B29"><img src="img/article/template/template_r1_c3.jpg" width="559" height="52" border="0" alt="open source web content management system"></td>
<td width="15" rowspan="2" background="img/article/elements/bg_right_shadow.gif"><img src="img/leer.gif" width="15" height="1"></td>
</tr>
<tr><td height="1" colspan="3" bgcolor="#4A5966"><img src="img/leer.gif" width="1" height="1"></td></tr>
</table>
Code: Select all
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><img src="img/leer.gif" width="1" height="10"></td></tr>
<tr>
<td class="breadcrumb">{BREADCRUMB}</td>
<td align="right" class="footer">{DATE_ARTICLE}</td>
</tr>
<tr><td colspan="2"><img src="img/leer.gif" width="1" height="5"></td></tr>
<tr><td colspan="2"><img src="img/article/elements/content_line_499.gif" width="499" height="1"></td></tr>
<tr><td colspan="2"><img src="img/leer.gif" width="1" height="15"></td></tr>
</table><table width="499" border="0" cellpadding="0" cellspacing="0">
<tr><td>{CONTENT}</td></tr>
<tr><td><img src="img/leer.gif" width="1" height="25"></td></tr>
<tr><td>[BACK]<img src="img/article/back_link_0.gif" border="0">[/BACK] <a href="#" target="_top" title="goto top of the page"><img src="img/article/top_link_0.gif" border="0"></a> [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><img src="img/article/elements/content_line_499.gif" width="499" height="1"></td></tr>
<tr><td><img src="img/leer.gif" width="1" height="5"></td></tr>
<tr><td class="footer">copyright © 2002-2003 Oliver Georgi · [RSS all]XML RSS[/RSS] · <a href="http://sourceforge.net/projects/phpwcms" target="_blank">SourceForge.net</a> · <a href="http://www.hotscripts.com/cgi-bin/rate.cgi?ID=27718" target="_blank">rate phpwcms</a></td></tr>
<tr><td><img src="img/leer.gif" width="1" height="12"><img src="http://sourceforge.net/sflogo.php?group_id=94396&type=1" width="1" height="1" border="0" alt="SourceForge.net Logo"></td></tr>
</table>
Code: Select all
<table width="775" 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>
Code: Select all
<img src="img/article/template/template_r3_c1.jpg" width="200" height="85" border="1">{NAV_TABLE_COLUMN}<img src="img/leer.gif" width="1" height="100">
Left image "img/article/elements/bg_nav.jpg"
Left space "img/article/elements/bg_left.gif"
Right "img/article/elements/bg_right_shadow.gif"
- Oliver Georgi
- Site Admin
- Posts: 9901
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
Hallo 1996 328ti
I am proud to see my little background image on your site
It gives your site a sort of 3. dimension, i think
And here i give you another help, to shorten your todo list:
put it into your templates left col ("width:135px" needs an adaption to your site)
-------------------------------------------------------------------------------------
<!-- search on the left col //-->
<form action="###search_input_action:3###" method="post">
{SPACER:5x1}<input name="###search_input_field###" type="text" size="10" maxlength="50" value="###search_input_value###" style="font-size:10px; width:135px;">
<input type="submit" value="search" style="font-size:10px;">
</form>
-------------------------------------------------------------------------------------
The 3 is the ID of the structure-site, where you must place in the content-part "search". This site can be hidden in the structure-menu.
But - by the way- tell me where is Germantown???
regards pepe
http://cms.peperkorn-online.de
I am proud to see my little background image on your site
It gives your site a sort of 3. dimension, i think
And here i give you another help, to shorten your todo list:
put it into your templates left col ("width:135px" needs an adaption to your site)
-------------------------------------------------------------------------------------
<!-- search on the left col //-->
<form action="###search_input_action:3###" method="post">
{SPACER:5x1}<input name="###search_input_field###" type="text" size="10" maxlength="50" value="###search_input_value###" style="font-size:10px; width:135px;">
<input type="submit" value="search" style="font-size:10px;">
</form>
-------------------------------------------------------------------------------------
The 3 is the ID of the structure-site, where you must place in the content-part "search". This site can be hidden in the structure-menu.
But - by the way- tell me where is Germantown???
regards pepe
http://cms.peperkorn-online.de