Quote:
If you want to fix it, just edit the css to have the tables smaller. Just note that the 3 tables in the middle only have so much room that they can smooch together.
Edit this line in the css that you add:
#ecmemberinfo {width:975px;margin: 0 auto;}
Fix the width to what ever you'd like.
Uncompressed version:
#ecmemberinfo {
width: 975px;
margin: 0 auto;
}
|
See what I did thar? Whats your forum link?