Log In · Register

 

Resource Center Links

This Month's Contests | Hosts Looking for Hostees | Hostees looking for Hosts | BigBookofResources

Submission Guidelines

new layout
CharlieT
post Aug 3 2007, 12:35 AM
Post #1


Synergistic Consistency
***

Group: Member
Posts: 53
Joined: Mar 2007
Member No: 512,056



this one is much less dramatic then the one I have for my main profile right now. It isn't all the way finished yet, I am having conflicts for where to put stuff I want in the layout.

It still has no comment box or comment table,, yes yes I know, I'll fix it later.

It is on my tester myspace

http://profile.myspace.com/index.cfm?fusea...endid=183849078
 
 
Start new topic
Replies
xTHExDUDEx
post Aug 3 2007, 05:23 PM
Post #2


Senior Member
****

Group: Member
Posts: 174
Joined: Apr 2007
Member No: 517,502



Had a skim thru the source, I usually keep the CSS seperate from the HTML, CSS in the "About Me" because it loads before the HTML and I place the HTML in "I'd Like to meet".

I'm not entirely confident I know exactly how your profile is bolted together but if you nest everything in your "I'd Like to Meet" inside another div and call it something like main. Then apply CSS to that div to center the entire profile, something like.

CODE
.main {
    position: absolute;
    left: 50%;
    top: 170px;
    width: 1200px;
    height: 600px;
    margin-left: -600px;
}


So basicaly, put the above in your "About Me" and
CODE
<div class="main">
before everything in
"I'd Like To Meet" and
CODE
</div>
after everything in "I'd Like To Meet".

Should work fine, then you can adjust the 600px to match up with the background :D

Let me know

EDIT:

The comments you have between your code uses "(" and ")", they are still visible, just behind the profile for most people, but not me! Use "/*" and "*/" to make em vanish.
 

Posts in this topic


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: