Friends Box and |
![]() ![]() |
Friends Box and |
Apr 9 2006, 09:53 PM
Post
#26
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Probably just doesn't work. I'ma play with it but in the meantime
I thought about this it might workout Remember this: <style type="text/css"> table table td img {display:none;} table table table td img {display:inline;} table td td {width:0px;} table {width:450px;} table table {width:auto;} table table td {padding:3px;} table table table td {padding:0px;} table table table {width:220px !important; height:0px;} td.text td a img {width:auto !important;} table table table table table, table table table table table td { width:0px !important; padding:0px !important;} td.text a img {width:100px !important; height:191px;} td.text td.text a img {width:35px !important;} td td td div strong {width:170px !important; display:block;} textarea, input, font, a, table, td, div, b {font-size:6pt !important;} span {font-size:7pt !important;} embed, object {display:block; width:220px; height:38px;} .orangetext15, .blacktext10 { display:block; width:110px; font-size:6pt !important;} td.text td.text .orangetext15, td.text td.text table table div {display:none;} </style> Add what I added in bold to your code. |
|
|
|
Apr 9 2006, 09:55 PM
Post
#27
|
|
|
**I'm O sO fLy** ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 304 Joined: Aug 2004 Member No: 42,281 |
ok thanx
|
|
|
|
Apr 10 2006, 03:44 PM
Post
#28
|
|
|
**I'm O sO fLy** ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 304 Joined: Aug 2004 Member No: 42,281 |
have u figured out wat i can do?
|
|
|
|
Apr 10 2006, 05:43 PM
Post
#29
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Did you do that? I posted above what did that do to your default.
It should have fixed it since its the exact size. Otherwise you'll most likely have to use a div. |
|
|
|
Apr 10 2006, 05:53 PM
Post
#30
|
|
|
**I'm O sO fLy** ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 304 Joined: Aug 2004 Member No: 42,281 |
yea i did that... but it stretched out whole thing like my contact box friends and my profile realli big... it doesn't work..
|
|
|
|
Apr 10 2006, 05:56 PM
Post
#31
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
You have no other options. Your last one is a div . That may take a while since you have to figure out the coordinates of the default pic.
|
|
|
|
Apr 10 2006, 05:57 PM
Post
#32
|
|
|
**I'm O sO fLy** ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 304 Joined: Aug 2004 Member No: 42,281 |
wat's a div?
|
|
|
|
Apr 10 2006, 06:02 PM
Post
#33
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
its a table or form of positioning. Examples would be div layouts.
It may take you some time to figure it out QUOTE <style type="text/css"> display{ position:absolute; left:#px; top:#px; width:#px; height:#px; } </style> goes in about me QUOTE <div class="display"> <img src="urltopicture"> </div> goes in the about me. Basically you put random numbers in top & left till the picture ends up covering your display pic. For left make small numbers or negative numbers to get it to cover. Height & width should be the height & width of the picture. |
|
|
|
Apr 10 2006, 06:05 PM
Post
#34
|
|
|
**I'm O sO fLy** ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 304 Joined: Aug 2004 Member No: 42,281 |
o wow... i might be able to figure this out but can u tell me this.. like which place is for wat... yea thsoe <<
QUOTE <style type="text/css"> display{ position:absolute; left:#px; << top:#px; << width:#px; << height:#px; << } </style> please? |
|
|
|
Apr 10 2006, 06:08 PM
Post
#35
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Just put random numbers in # leave the px.
Left means how far left it goes. You can use negative numbers. The lower the closer left. Top means how far up it goes the bigger the number lower it is. Width: width. Height: height. |
|
|
|
Apr 10 2006, 06:11 PM
Post
#36
|
|
|
**I'm O sO fLy** ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 304 Joined: Aug 2004 Member No: 42,281 |
KK thanx... I"mm try and figure this out
|
|
|
|
Apr 10 2006, 06:14 PM
Post
#37
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
|
|
|
|
Apr 10 2006, 06:23 PM
Post
#38
|
|
|
**I'm O sO fLy** ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 304 Joined: Aug 2004 Member No: 42,281 |
where do u put the code... I have it in the about me section and it is juss in my about me area...
|
|
|
|
Apr 10 2006, 06:39 PM
Post
#39
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
yea you have to submit to see how it shows on the page.
|
|
|
|
Apr 10 2006, 06:55 PM
Post
#40
|
|
|
**I'm O sO fLy** ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 304 Joined: Aug 2004 Member No: 42,281 |
yea i do press submit and then i view my profile and it is still in the about me section
|
|
|
|
Apr 10 2006, 09:13 PM
Post
#41
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Post what you saved.
|
|
|
|
![]() ![]() |