Interests Question |
Interests Question |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 22 Joined: Nov 2008 Member No: 701,083 ![]() |
On my interests, I removed the headers, such as "general", "music", etc., but still kept the table. I want to put pictures in, but make them fit the entire box, if that makes sense. Does anyone know the width of the interests box, without headers, in v1 Profile? Thanks!
Also there's a small white space bordering the blue. I want the white to stay around.
Reason for edit: Please use the Edit button instead of double-posting. - Mike
|
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 ![]() |
the easiest way is to put whatever you want in a 300-pixel div and move it a little to the left, since there's still that leftover space.
try something like this (put it between your <style> tags): CODE .interests-div { left:-50px; position:relative; width:300px; } and put this in your interests section: CODE <div class="interests-div"> <img src="IMAGE URL" /> whatever else you want... </div> you can put a different <div class="interests-div"> in each interests section if you want (general, music, movies, etc.). in the CSS part, for ".interests-div" you may need to adjust "left:-50px;" to a different number. it really depends on the size of the font for the rest of your page. |
|
|
![]() ![]() |