It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Partner Sites
Board index Programming CSS Forum

Help needed with my bands myspace profile

Help needed with my bands myspace profile

Postby kennyb on Fri Feb 27, 2009 12:48 pm

I'm having trouble with my bands myspace profile. I know a bit about CSS & html etc but cant seem to get something to work.

I'm trying to get a pic above the nav bar and it just wont work!!

Could anyone give me a hand .....please.... :cry:

Cheers Guys
kennyb
 
Posts: 16
Joined: Sun May 20, 2007 5:17 pm

Re: Help needed with my bands myspace profile

Postby flabbyrabbit on Fri Feb 27, 2009 2:19 pm

Code: Select all
div.pagetitle {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -450px; /* half width */
  width: 900px;
  height: 556px;
}


Code: Select all
<div class="pagetitle">
  <div align="center"><img src="image.jpg">
  </div>
</div>


Something like that?

Flabby Rabbit

EDIT: I don't think it actually works, sorry :(
User avatar
flabbyrabbit
500+ Club
 
Posts: 703
Joined: Thu Jan 25, 2007 2:10 pm
Location: Midlands, England


Who is online

Users browsing this forum: No registered users and 0 guests