Quote:
Originally Posted by xmitchx
Another problem, this time with templates. In the GAS_article_pb template, the message/title section of the article is not vertical aligned to the top, so if the article is smaller than the sidebar, it is centered, which is not very article-like. To fix, open up GAS_article_pb and find:
HTML Code:
<td class="alt1">
<!-- message, attachments, sig -->
Replace with:
HTML Code:
<td class="alt1" valign="top">
<!-- message, attachments, sig -->
|
Yea, just noticed the valign problem.
Odd about the editpost. Thought I did that. Ill fold in your changes tomorrow into a new release.
Thanks a lot! (Keep em coming!)