PDA

View Full Version : recent threads issue


da prez
12-25-2005, 10:22 PM
when i try to move my recent threads to the right column,
they go to bottom of forum and stretch all the way across bottom of page.

i did a search and this particualr issue wasn't addressed that i saw.

thanks.

Brian
12-26-2005, 01:55 PM
Can you post a screenshot of the problem? Also, have you modified any of the templates for the latest threads module?

Our Sponsors
 

da prez
12-26-2005, 03:32 PM
i am guessing that it is a problem with the block above it as it is the only block i have added.
because i did try to moving it to left side and it works fine.

i used the old block from 1.x.x

here is code for block above it, it is the twisted history module,, can you tell me what's wrong with it ?<table align="center" border="2" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">

<tr>
<td class="$getbgrow">
<center><font color="black">
<script language="JavaScript" src="http://www.amuseyourself.com/twistedhistory/twistedhistory.js">
</script>
</center>
</td></tr>

</table>
<br />

Brian
12-26-2005, 05:52 PM
That code looks ok to me. It could be something with the javascript though.

Our Sponsors
 

da prez
12-26-2005, 10:39 PM
i figured this out, apparently i no longer need to use the <table> tag and other stuff.

this worked fine :<tr>
<td class="$getbgrow">
<center><font color="black">
<script language="JavaScript" src="http://www.amuseyourself.com/twistedhistory/twistedhistory.js">
</script>
</center>
</td></tr>