Click to See Complete Forum and Search --> : Needing guidance with page
Nadine4001
07-26-2006, 11:58 AM
hi,i have a profile on www.myspace.com,and came accross this profile:
http://www.myspace.com/lizzisfit
I was wondering how the person may have achieved this sort of profile?
it would be great if you could help,thank you!
Siddan
07-26-2006, 03:39 PM
.. and how does one "normal" profile look like then?
Nadine4001
07-26-2006, 08:44 PM
like this:
http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=161
Siddan
07-26-2006, 09:09 PM
Well that person has certainly messed up that page.
looks like she just made a very thick border by 115px using an imbedded style sheet in her profile editor. The rest must have been made by myspade or extra addons in admin panel or something
Nadine4001
07-26-2006, 10:19 PM
ooh ok
dyou know how to do that embedded style sheet?
Siddan
07-26-2006, 10:46 PM
that user did something like this:
<style type="text/css">
body {
border-left:115px solid black;
border-right:115px solid black;
}
</style>
Nadine4001
07-27-2006, 11:32 PM
okay,sorry,one last question,
also,would you know how to replace the black colour with an image url instead?
Siddan
07-28-2006, 06:45 AM
I believe I have once seen how to put an image inside the border, but now I cannot find it.
ray326
07-28-2006, 06:04 PM
At this point you don't. You can put the element inside but smaller than a div with a background image that forms the border.
Nadine4001
07-28-2006, 08:49 PM
ok,wooo
sorry,all i need to know is how to do the thing
are u guys sure you can't help?
these are two profiles,showing where i want the image to be (in the grey area)
http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=1844647
http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=3306967
and an example of this effect:
http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=17991000
thank youu
Nadine4001
07-28-2006, 09:00 PM
or,if the other one cannot be done,like that:
http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=49322738
thank you so much in advance
ray326
07-29-2006, 06:53 PM
That's a fixed background image on the body.
body {
background-color:444556;
background-image:url('http://194.242.130.15/caldecourt/pebbles.jpg');
background-attachment:fixed;
background-repeat:repeat;
}
WebJoel
07-29-2006, 07:05 PM
I believe I have once seen how to put an image inside the border, but now I cannot find it.
I seem to recall seeing or reading this also, -but wasn't it CSS3 and there's not alot of support out there yet for even CSS2...
Nadine4001
07-30-2006, 11:36 PM
That's a fixed background image on the body.
body {
background-color:444556;
background-image:url('http://194.242.130.15/caldecourt/pebbles.jpg');
background-attachment:fixed;
background-repeat:repeat;
}
thanks
lastly,do you know how to make that main area in the page all go into one like he did?
because if you look at a normal profile,it is broken into tables
http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=161
however his
http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=17991000
is just sort of merged
and so is hers
http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=49322738
thank you!
ray326
07-31-2006, 12:06 AM
I'd recommend doing a view source on the pages of interest and see what they're up to. I don't mess with myspace.
Nadine4001
08-03-2006, 02:27 PM
okay,i'll try,thank you very much for trying though