[solved] guestbook problems

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
tobiTOBSEN
Posts: 16
Joined: Sun 23. Oct 2005, 19:47
Location: bayern ganz oben

[solved] guestbook problems

Post by tobiTOBSEN »

in firefox it works fine, in IE the layout collapses,
has anyone an idea to solve this problem?

http://www.tobivandeisner.de/v2/27.21.0.0.1.0.phtml
Last edited by tobiTOBSEN on Tue 29. Nov 2005, 20:06, edited 1 time in total.
wer anderen eine bratwurst brät, der hat ein bratwurstbratgerät
Pappnase

Post by Pappnase »

hello

please proof your guestbook template! maybe an not closed td or something in this direction!
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post by Kosse »

Hi tobi,

try table width different from 100%

Code: Select all

    <td><input name="guestbook_send" type="submit" id="guestbook_send" value="Eintragen" class="v11" /></td>
  </tr>
  <tr>
    <td colspan="2"><img src="img/leer.gif" width="1" height="6" alt="" /></td>
  </tr>
</table>
</form> 
<div align="left"><table width="100%" div align="left" border="0" cellspacing="0" cellpadding="2">
Cheers
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

Kosse wrote:Hi tobi,

try table width different from 100%

Code: Select all

    <td><input name="guestbook_send" type="submit" id="guestbook_send" value="Eintragen" class="v11" /></td>
  </tr>
  <tr>
    <td colspan="2"><img src="img/leer.gif" width="1" height="6" alt="" /></td>
  </tr>
</table>
</form> 
<div align="left"><table width="100%" div align="left" border="0" cellspacing="0" cellpadding="2">
Cheers
-=TYPO=- too !
<div align="left"><table width="100%" div align="left" border="0" cellspacing="0" cellpadding="2">
BTW, you are MIXING :0px, :0pt and plain :0
-->settle on a "method" and try to stick to it :wink:
Last edited by DeXXus on Tue 29. Nov 2005, 19:26, edited 1 time in total.
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

Remove:
align="left"
From:

Code: Select all

<table border="0" align="left" cellpadding="1" cellspacing="0" bgcolor="#FFFFFF" style="margin-bottom:10px;">
tobiTOBSEN
Posts: 16
Joined: Sun 23. Oct 2005, 19:47
Location: bayern ganz oben

Post by tobiTOBSEN »

thanx guys :) u made my day

@dexxus

in future i´ll try to be more consequent & straight in using values :)
wer anderen eine bratwurst brät, der hat ein bratwurstbratgerät
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

tobiTOBSEN wrote:@dexxus

in future i´ll try to be more consequent & straight in using values :)
LOL
-=GOOD MAN=-
:lol: For YOUR benefit... not MINE :twisted:
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post by Kosse »

DeXXus wrote:
-=TYPO=- too !
<div align="left"><table width="100%" div align="left" border="0" cellspacing="0" cellpadding="2">
BTW, you are MIXING :0px, :0pt and plain :0
-->settle on a "method" and try to stick to it :wink:
Wow, missed that one... well read DeXXus (wanna go too fast sometimes) :D

Cheers
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

Kosse wrote:Wow, missed that one... well read DeXXus (wanna go too fast sometimes) :D

Cheers
Well, you didn't introduce it, anyway, it was tobiTOBSEN going too fast :roll:
Post Reply