PDA

View Full Version : 3 Questions in 1 Thread [ postbits & showthread templates ]


eGoR
08-02-2002, 12:36 PM
here is the screenshots:

Screenshot 1 (http://www.ski2oo2.com/1.gif)

Screenshot 2 (http://www.ski2oo2.com/2.gif)

here is the problems:

#1 : Could u plz try to help me to align reply button to right side

<!-- NEWTHREAD AND NEWREPLY -->
<br>
<table align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="48"><img src="images/left.gif" border="0"></td>

<td align="center" background="images/middle.gif" width="100%"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="#000000"><b>$thread[title]</b></normalfont></a></td>

<td width="48"><img src="images/right.gif" border="0"></td>
</tr>
</table>

<table cellpadding="0" cellspacing="0" border="0" bgcolor="#6597D9" width="100%" align="center"><tr><td>
<table cellpadding="0" cellspacing="1" border="0" width="100%">
<tr>

<td background="images/cat_bg.gif" width="100%">
<!-- Thread nav and post images --><center>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>

<td><a href="newthread.php?s=$session[sessionhash]&action=newthread&forumid=$forum[forumid]"><img src="images/newthread.gif" border="0" alt="Post New Thread"></a></td>
<td><normalfont>&nbsp;&nbsp;</normalfont></td>
<td><a href="newreply.php?s=$session[sessionhash]&action=newreply&threadid=$threadid" align="right"><img src="$replyclose" border="0" alt="Post A Reply"></a></td>

</tr>
</table></center>
<!-- /Thread nav and post images -->
</td>
</tr>
</table>
</td></tr></table>

<table align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="48"><img src="images/bleft.gif" border="0"></td>

<td align="center" background="images/bmiddle.gif" width="100%"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"></a></td>

<td width="48"><img src="images/bright.gif" border="0"></td>
</tr>
</table>

<!-- /NEWTHREAD AND NEWREPLY -->

#2 : After Iam installing "Break Up Your Posts" hack - its kinda broken like u can c... strange white square :S

#3 : is there any luck so [ C O D E ] command will not beak my posts or is there possibility to change size of font in [ C O D E ] command???

thx alot...

eGoR
08-02-2002, 03:37 PM
#1 is solved already.

thats where the prob:
Before >>
<td><a href="newreply.php?s=$session[sessionhash]&action=newreply&threadid=$threadid" align="right"><img src="$replyclose" border="0" alt="Post A Reply"></a></td>

Need To Be >>
<td align="right"><a href="newreply.php?s=$session[sessionhash]&action=newreply&threadid=$threadid"><img src="$replyclose" border="0" alt="Post A Reply"></a></td>

thx

mashby
08-03-2002, 05:45 PM
No offense guys, but I removed the [ code ] tags from your posts so that they don't distort the forum. :)