resizing default pictures |
![]() ![]() |
resizing default pictures |
Dec 26 2005, 03:28 PM
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 7 Joined: Dec 2005 Member No: 333,722 |
ok i looked all over the forums and i didnt see any other topics covering this sooo is there anyway to resize your default picture if you are using a premade layout...i guess my question is where should i put the code so it doesnt mess up my whole layout and do i just use regular img code with sizes in it?? i hope that makes sense..lol
|
|
|
|
Dec 27 2005, 03:09 AM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 |
If you could be more specific.
Is the picture needed to be resized because it is in a DIV overlay layout? Is the picture needed to be resized becuase the layout will look differant if the image is a differant size? Which "pre-made" layout are you using? Which picture are you trying to use? What size is the image supposed to be to correctly be in the layout? What size is the picture actually? |
|
|
|
Dec 27 2005, 05:59 AM
Post
#3
|
|
|
chill ![]() ![]() ![]() ![]() Group: Member Posts: 113 Joined: Apr 2005 Member No: 124,700 |
aha, i think the only relevent question would actually be more like..
is it a standard css edit or overlay layout? |
|
|
|
Dec 27 2005, 01:24 PM
Post
#4
|
|
![]() Newbie ![]() Group: Member Posts: 7 Joined: Dec 2005 Member No: 333,722 |
ok well im using an overlay layout from this website actually....there arent parameters in the html code to determine the size of the default pic so im guessin there is a myspace standard since profiles with out a customized layout have the same size default picture as mine....i know if i were to write code for that table i could enter my own size settings..i guess what my question is how do i incorporate that into the layout im using without disturbing the order of things...hope that makes more sense
|
|
|
|
Dec 27 2005, 01:30 PM
Post
#5
|
|
|
chill ![]() ![]() ![]() ![]() Group: Member Posts: 113 Joined: Apr 2005 Member No: 124,700 |
link?
i guess the easiest thing to do is just put the img tag somewhere and in the tag using style= specify a place to position it. |
|
|
|
Dec 27 2005, 08:55 PM
Post
#6
|
|
![]() Newbie ![]() Group: Member Posts: 7 Joined: Dec 2005 Member No: 333,722 |
ok here is a link to my profile..http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=42319851
now my question is this i know how to size the picture i jsut dont know where to put that code in this premade layout....to make the default picture fill the box more.... |
|
|
|
Dec 28 2005, 12:23 AM
Post
#7
|
|
![]() Newbie ![]() Group: Member Posts: 7 Joined: Dec 2005 Member No: 333,722 |
i realized a better way to ask what i am tryin to accomplish..the followin is my layout code..
<style type="text/css"> table, tr, td { background-color:transparent; border:none; border-width:0;} body { background-image:url('http://images.cbimg5.com/myspace/31/7692.jpg'); background-attachment:fixed; background-repeat:no-repeat; background-position: bottom left; background-color:000000; border-color:FF2121; border-width:5px ; border-style: solid; scrollbar-face-color:000000; scrollbar-highlight-color: FF2121; scrollbar-3dlight-color: FF2121; scrollbar-shadow-color: FF2121; scrollbar-darkshadow-color: FF2121; scrollbar-arrow-color: FF2121; scrollbar-track-color:000000; } table table { border: 1px } table table table table{border:1px} table table table { border-style:dotted; border-width:2px; border-color: FF6969; background-color:000000; } table table table td { background-color:000000;} table table table table td {filter:none;} table, tr, td, li, p, div { font-family:century gothic; color: FF6969; font-size:12px;} .btext { font-family:century gothic; color:FFffff; font-size:12px; letter-spacing:-1px; background-color: FF6969; text-transform: lowercase; text-align: left; width: 100%} .blacktext10 { font-family:century gothic; color:FFffff; font-size:12px; letter-spacing:-1px; background-color: FF6969; text-transform: lowercase; text-align: left; width: 100%} .blacktext12 { font-family:century gothic; color: FF6969; font-size:0px;} .lightbluetext8 { font-family:century gothic; color:FFFFFF; font-size:12px; letter-spacing:-1px; background-color: FF6969; text-transform: lowercase; text-align: left; width: 100%} .orangetext15 { font-family:century gothic; color:FFFFFF; font-size:12px; letter-spacing:-1px; background-color: FF6969; text-transform: lowercase; text-align: left; width: 100%} .redtext { font-family:century gothic; color: FF6969; font-size:12px;} .redbtext { font-family century gothic; color: FF6969; font-size:14px;} .text { font-family:century gothic; color: FF6969; font-size:12px;} .whitetext12 { font-family:century gothic; color:FFFFFF; font-size:12px; letter-spacing:-1px; background-color: FF6969; text-transform: lowercase; text-align: left; width: 100%} a:active, a:visited, a:link { font-family:century gothic; color: FF6969; font-size:12px; } .r{} a:hover { filter:blur(add="0",direction="90",strength="7"); height:0; } table table table td {vertical-align:top ! important;} span.blacktext12 { visibility:visible !important; background-color:transparent; background-image:url("http://images.cbimg5.com/myspace/31/7692a.jpg"); background-repeat:no-repeat; background-position:center center; font-size:0px; letter-spacing:-0.5px; width:428px; height:198px; display:block !important; } span.blacktext12 img {display:none;} </style> The question I am posing is if i wanted to resize my Default Profile picture where would i input the code into this layout code... right now my default picture is applied through Myspace with their upload feature which automatically inserts and applies size... thanks for any help. |
|
|
|
Dec 28 2005, 06:14 PM
Post
#8
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 |
your profile is set to a css layout.
Could you show us either the div layout, or have your profile set to it, to my understanding there is a blank space where a picture should be but you dont know how big the picture has to be to fill that space.. ? |
|
|
|
Dec 28 2005, 10:05 PM
Post
#9
|
|
![]() Newbie ![]() Group: Member Posts: 7 Joined: Dec 2005 Member No: 333,722 |
QUOTE(tcunningham1589 @ Dec 28 2005, 5:14 PM) your profile is set to a css layout. Could you show us either the div layout, or have your profile set to it, to my understanding there is a blank space where a picture should be but you dont know how big the picture has to be to fill that space.. ? the picture that is there is a set size by myspace.com...im just wondering, with my current layout, is there anyway to resize the default picture...if u hit the link to my profile its a picture of my dog i would just like it to fill the box more... and if there is a way to resize it where would i input the code in the previous post... |
|
|
|
![]() ![]() |