I went through the code and, while you've got a whole heck of a lot there, I didn't see any really glaring errors. There were one or two unclosed div and if tags, or closing tags that didn't correspond to any opening tag. The background image for the "avatar" just needs to be coded so it doesn't repeat. Basically, your table cell for the image is larger than the image itself, so it repeats. I changed the backround image coding for that table cell to a better CSS format. I also added a rowspan the to message data table cell, this might fix the issue with the top portion.
It's hard to say if any of this will absolutely fix your issues or cause one or two more without being able to directly test it and not being able to see the entire postbit in your screenshot. Keep a back up of your current postbit template just in case.
Indenting code can really help you see what is enclosed in what tag.
New page attached.
|