ISPr_Winter
Member
I'd like to have it so that on posts the member signature is always at the bottom. I tried this but it overlaps once you get more than one paragraph of text in a message.
	
	
	
		
Any other ideas?
				
			
		Code:
	
	.message-signature {
    position: absolute;
    bottom: 0;
}
	Any other ideas?