Gegen Bilderklau - Das Original (https://www.gegen-bilderklau.net/index.php)
- Design, Website, Copyright (https://www.gegen-bilderklau.net/board.php?boardid=80)
--- Homepagehilfe (https://www.gegen-bilderklau.net/board.php?boardid=27)
---- Homepagehilfe - Archiv (https://www.gegen-bilderklau.net/board.php?boardid=139)
----- [Wbblite] Quickreply verschoben (https://www.gegen-bilderklau.net/thread.php?threadid=168969)


Geschrieben von Kimi. am 24.02.2010 um 21:01:

  Quickreply verschoben

Ich weiß nicht genau wie ich das wegbekommen soll das die eine Seite oben größer ist als die andere und nicht beide Linien gut übereinander passen.
Wollte nun aber auch nicht unbedingt in den Codes rumfuschen.

Ich hoffe ihr könnt auf dem Anhang erkennen was ich meine.
Wie könnte man das ändern ?



Geschrieben von Kimi. am 24.02.2010 um 22:19:

 

einmal

thread.tpl
php:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
{!DOCTYPE}
<html>
<head>
<title>$master_board_name $thread[topic]</title>
$headinclude
</head>

<body id="bg">
$header
 <tr bgcolor="{tablecolora}" id="tablea">
  <td><table cellpadding=0 cellspacing=0 border=0 width="100%">
   <tr>
    <td><smallfont><b><a href="index.php?sid=$session[hash]">$master_board_name</a>$navbar » </b><b>$thread[topic]</b$threadrating</font></td>
    <td align="right"><smallfont><b>$usercbar</b></font></td>
   </tr>
  </table></td>
 </tr>
 <tr bgcolor="{tabletitlecolor}" id="tabletitle">
  <td><table cellpadding=0 cellspacing=0 border=0 width="100%">
   <tr>
    <td></td>
    <td align="right" valign="top"><smallfont color="{fontcolorsecond}"><a href="print.php?threadid=$threadid&page=$page&sid=$session[hash]">Druckvorschau</a> | <a href="formmail.php?threadid=$threadid&sid=$session[hash]">An Freund senden</a> | <a href="usercp.php?action=addsubscription&threadid=$threadid&sid=$session[hash]">Thema zu Favoriten hinzuf&uuml;gen</a></font></td>
   </tr>
  </table></td>
 </tr>
</table>
<table width="{tableinwidth}">
 <tr>
  <td valign="bottom"><smallfont>$pagelink</font></td>
  <td align="right" valign="bottom"><smallfont>$newthread $addreply</font></td>
 </tr>
</table>$thread_poll
<table cellpadding=0 cellspacing=0 border=0 bgcolor="{tableinbordercolor}" width="{tableinwidth}" align="center">
 <tr>
  <td><table cellpadding=4 cellspacing=1 border=0 width="100%">
   <tr bgcolor="{tabletitlecolor}" id="tabletitle">
    <td width="175" nowrap><smallfont color="{fontcolorsecond}"><b>Autor</b></font></td>
    <td width="100%"><table cellpadding=0 cellspacing=0 border=0 width="100%">
     <tr>
      <td><smallfont color="{fontcolorsecond}"><b>Beitrag</b></font></td>
      <td align="right"><smallfont color="{fontcolorsecond}"><b>«</b> <a href="thread.php?goto=nextoldest&threadid=$threadid&sid=$session[hash]">Vorheriges Thema</a> | <a href="thread.php?goto=nextnewest&threadid=$threadid&sid=$session[hash]">N&auml;chstes Thema</a> <b>»</b></font></td>
     </tr>
    </table></td>
   </tr>
  </table>
  $postbit
  $quickreply
  <table cellpadding=4 cellspacing=1 border=0 width="100%">
   <tr bgcolor="{tabletitlecolor}" id="tabletitle">
    <td colspan=2>
     <table cellpadding=0 cellspacing=0 border=0 width="100%">
      <tr>
       <td><smallfont color="{fontcolorsecond}">$pagelink</font></td>
       <td align="right"><smallfont>&nbsp;</font></td>
      </tr>
     </table>
    </td>
   </tr>
  </table></td>
 </tr>
</table>
<table width="{tableinwidth}">
 <tr>
  <td valign="top"><FORM ACTION="threadrating.php" METHOD="POST">
  <SELECT NAME="rating">
   <option value="-1" selected>Thema bewerten:</option>
   <option value="5">.. sehr gut</option>
   <option value="4">4</option>
   <option value="3">3</option>
   <option value="2">2</option>
   <option value="1">.. sehr schlecht</option>
  </SELECT>
  <input src="{imagefolder}/go.gif" type="image" border=0>
  <input type="hidden" name="sid" value="$session[hash]">
  <input type="hidden" name="threadid" value="$threadid">
  </td></form>
  <td align="right" valign="top"><smallfont>$newthread $addreply</font></td>
 </tr>
 <tr>
  <td valign="top">$boardjump</td>
  <td align="right" valign="top">$modoptions</td>
 </tr>
</table>
$footer
</body>
</html>


und einmal

thread_quickreply.tpl
php:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
<script language="JavaScript" src="bbcode.js">
</script>
<br><table cellpadding=4 cellspacing=1 border=0 width="100%">
<tr bgcolor="{tabletitlecolor}" id="tabletitle"><form action="addreply.php" method="post" name="bbform" onSubmit="return validate(this)">
<td colspan=2><normalfont color="{fontcolorsecond}"><B>schnelle Antwort erstellen</B></font></td>
</tr>
<tr bgcolor="{tablecolora}" id="tablea">
<td><normalfont>Benutzername:</font></td>
<td><input class="input" type="text" name="guestname" value="$wbbuserdata[username]SIZE=40 MAXLENGTH=100 $qr_readonly></td></tr>
<tr bgcolor="{tablecolora}" id="tableb">
<td><normalfont>Thema:</font></td>
<td><input class="input" type="text" name="topic" value="$topicSIZE=40 MAXLENGTH=100></td>
</tr>
<tr bgcolor="{tablecolora}" id="tablea">
<td valign="top"><normalfont><b>Nachricht:</b></font><br/><br/>$bbcode_smilies</td> 
</td>
<td><table><tr><td>$bbcode_buttons</td></tr> 
<tr>
<td align="center"></td>
</tr>
<tr>
<td><textarea name="message" rows=20 cols=80 wrap="soft" onChange=getActiveText(thisonclick=getActiveText(thisonFocus=getActiveText(this)>$message</textarea>
<br><smallfont><input type="checkbox" id="checkbox7" name="showsignature" value="1"  checked /><label for="checkbox7"Signatur anzeigen?</label> </smallfont>
<input type="hidden" name="send" value="send">
<input type="hidden" name="threadid" value="$threadid">
<input type="hidden" name="postid" value="$postid">
<input type="hidden" name="sid" value="$session[hash]">
<br><input class="input" type="submit" name="submit" accesskey="S" value="Antwort erstellen"> <input class="input" type="reset" accesskey="R" value="Zurücksetzen"> 
</font></td>
</tr>
</table></td>
</tr>
</form>
</table>



Geschrieben von Kimi. am 25.02.2010 um 08:34:

 

Super fröhlich Danke, hab auch gesehen das du da ein width reingesetzt hast smile

Dankeschön großes Grinsen


Forensoftware: Burning Board, entwickelt von WoltLab GmbH