Not being very adept at this, I threw together my current profile with some art I just finished.
I have no idea how to fix the comment box so it actually fits the space and doesn't create that ugly horizontal scroll bar!
Assistance would be very much appreciated.
I would either take the recent comments out, or do a hover column like mine for that I code...
:hover
{
overflow-x:hidden;
overflow-y: auto;
height: xxxpx;
width:*xxxpx;
}
hope this helped