PDA

View Full Version : Can anyone that is GOOD with HTML and CSS tell me how to


queenkbella07
12-31-2007, 06:00 PM
lower my myspace profile? I have seen it on music profile and other profiles where you see the background image FIRST when go to their page, then you can scroll and the tables come up from below...kind of like a banner, but it IS the background image...I'm trying to make a new layout and it seems i know how to do everything else but this? Please and thank you!!!

bfunkmystic
12-31-2007, 08:59 PM
Try insert breaks like this above the first line of text

see if that moves it down mebbe?

Gabriele
01-01-2008, 02:01 AM
um put after and before each code
if that's what you're asking

if not here are many codes you can use-
hiding codes-
http://blog.myspace.com/index.cfm?fuseaction=blog.view&friendID=297255864&blogID=337827949&Mytoken=D852EBE5-5248-4B58-B98DD2EA8E17337813296973
myspace tweaks
http://blog.myspace.com/index.cfm?fuseaction=blog.view&friendID=297255864&blogID=342037719&Mytoken=E2987F59-53FE-4031-9EC66A3A8C0CEB5233608657

teahTOXIIIC
01-01-2008, 04:59 AM
Uhh... I'm not sure.
Howeverr, I've found a couple of codes - one to put a video at the top of your profile & one for a slideshow;;
http://www.createblog.com/scripts/script.php?id=603
and http://www.createblog.com/scripts/script.php?id=761
...
I guess if you play around with some of the coding you could erase the video/slideshow and still have the space above the profile?
Not sure, sorry.

Good luck. x

col!
01-01-2008, 08:00 AM
What you need to do is lower the body of your page which will create blankspace at the top (this is where band's sites put a div with an advert in it.)

You do this by puting this code in your cascading style sheet (css). (it alters the body section which is were you will set the background btw)


body
{
margin-top:1000;
}

Hope this helps =)
http://www.myspace.com/cols__space

Fiend
01-01-2008, 10:01 AM
Try this:
body div td td {height:700px; vertical-align:bottom;}
.rid td td, td.text div td td {height:auto;}