template -> html question...

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
aschenk
Posts: 10
Joined: Wed 7. Jul 2004, 11:19

template -> html question...

Post by aschenk »

Hi,

I've two problems with the html-code on my site:
http://www.aschenk.de/fahrschule/index.php
navigate to "Ausbildung/Klassenübersicht/A1" you can see that the black vertical stripe on the right side of the navigationbar isn't long enough :-(
here's my html-code:
left:

Code: Select all

<table width="200" border="0" cellpadding="0" cellspacing="0">
 <tr>
   <td width="199"><img src="img/leer.gif" width="1" height="28"></td><td width="1" bgcolor="#000000"></td></tr>
<tr>
<td width="199">{NAV_TABLE_COLUMN}<img src="img/leer.gif" width="1" height="100"></td><td width="1" bgcolor="#000000"></td></tr>
the second problem is the shadow-edge...there is a little white stripe between...
footer:

Code: Select all

<table width="775" height="11" border="0" cellpadding="0" cellspacing="0">
  <tr>
   <td width="755" height="0" 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="8"><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>

how can I fix this?

cu
Andi
User avatar
Oliver Georgi
Site Admin
Posts: 9900
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

Hm,

machs einfach exakt wie ich es auf der Projektseite getan habe. Dann geht es (eigentlich).

Füge mal an Deinen main Bereich noch eine abschließenden Abstand ein - hinter die Copyright-Info, damit das nicht so am unteren Rand steht.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Post Reply