Quote:
Originally Posted by adamadamadam
Ah, yes. You've already seen the problem when you had your browser at a medium width. See how the cell breaks with the images within it? How do I do that? Right now my entire forum stretches rather than just that one cell.
|
I think you need to compare your style to the default style because on my forum, where the postbit and SHOWTHREAD templates are left basically default, if a large image is posted in one post, it only stretches that one post, not all of the forum. So, it sounds like you did some modification yourself which is causing the problem and you will have to figure it out by comparing the default postbit and SHOWTHREAD templates to yours.
Quote:
Originally Posted by adamadamadam
So I found the info I need to remove:
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
However, when I move this, all columns/rows that aren't headers (re: Forum Name, Replies, Posts, etc) are shifted over to replace that removed column. This results in the headers not reflecting the columns they should be representing properly.

|
You need to remove the column from the header also. And, if there is a row that stretches over all of the table and used to say, colspan=5, then you need to change it to colspan=4 (that is just an example, I can't remember if it is 5 or 6 that is default).
I found this thread. I'm not sure if it will help you or not:
https://vborg.vbsupport.ru/showthread.php?t=167347