layout |
layout |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 144 Joined: Aug 2006 Member No: 459,714 ![]() |
i want my profile to look like this
http://i21.tinypic.com/2n12z8.jpg but everytime i put a code to hide either the comments or the friends list it looks like this http://i21.tinypic.com/34nmkc0.jpg and the about me goes all the way down like a list or something does anyone know the problem?...thanks |
|
|
![]() |
![]()
Post
#2
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 ![]() |
Alright well in the first preview you hide the navigation bar so if you would like that hidden still add this:
CODE <style>.navbar {display:none;} .navigationBar {display:none;}</style> For the tables you can try adding new table widths and see if that helps ![]() CODE <style>
.a {left column} table table table {width:350px;} table table table table {width:auto;} .a {right column} td.text table {width:500px;} td.text table table {width:auto;} </style> |
|
|
![]() ![]() |