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: Human Posts: 100 Joined: Sep 2008 Member No: 682,308 ![]() |
Assuming you've hidden the heading and subheadings correctly, 300px should be the max.
|
|
|
![]()
Post
#3
|
|
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. |
|
|
![]()
Post
#4
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Posts merged. Simply use this code:
CODE <style> .lightbluetext8 {display:none;} table table table table td {width:0px; padding:0px;} </style> That should get rid of the subheaders completely and give you 100% space for your images. |
|
|
![]()
Post
#5
|
|
Member ![]() ![]() Group: Member Posts: 22 Joined: Nov 2008 Member No: 701,083 ![]() |
Thank you all!
|
|
|
![]()
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrator Posts: 8,629 Joined: Jan 2007 Member No: 498,468 ![]() |
Topic Closed & Moved
|
|
|
![]() ![]() |