I am trying to tweak the left area where the posters name/rank/stars/post count are located.
<----- This area. I removed a blank line between the rank and the post count, and now I would like to add a few <BR>'s to the area to give it a minimum height. I have been completely sucessful in doing this by modifying the code on lines around 560-570 of topic.asp.
However, this ONLY changes the replies to the orginal post... the original post retains the space, and the lack of <BR>'s I have added. Perhaps I missed something, but where is the code that handles the first post, vs the code on lines 560-570 that handle the replies?
I havent analyzed the code, but it doesn't seem very efficient to have basically the same code twice? Why wouldn't one use a If/Then/Else statement to process this?