end if Response.Write " <tr>" & vbNewline Response.Write " <td bgcolor=""" & strForumCellColor & """ align=""center"" valign=""center"">" ' -- Set up a link to the topic and display the icon appropriate to the status of the post. Response.Write "<a href=""topic.asp?TOPIC_ID=" & Topic_ID & """>" ' - If status = 0, topic/forum/category is locked. If status > 2, posts are unmoderated/rejected if CatStatus <> 0 and ForumStatus <> 0 and Topic_Status <> 0 then ' DEM --> Added code for topic moderation if Topic_Status = 2 then
We have already changed all instances of valign=""center"" to valign=""middle"" in v3.4. There was a bug report about it. Please try searching before posting things such as this to make sure they have not already been posted.