new layout |
This Month's Contests | Hosts Looking for Hostees | Hostees looking for Hosts | BigBookofResources
Submission Guidelines
new layout |
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 |
|
|
|
![]() |
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. |
|
|
|
CharlieT new layout Aug 3 2007, 12:35 AM
alovesopure It looks really nice, in some places the wood does... Aug 3 2007, 01:26 AM
CrotchetTheLeper Ah, yes, loving the song. :)
I really like the ho... Aug 3 2007, 12:10 PM
xTHExDUDEx Nice, like the wood background idea, adds a nice f... Aug 3 2007, 12:14 PM
CrotchetTheLeper ^ Ahahahahaha
Yeahhh... I get that a lot. Aug 3 2007, 12:18 PM
CharlieT haha thanks all, I can't really center the pro... Aug 3 2007, 02:26 PM
xTHExDUDEx Could you not center then offset by however many p... Aug 3 2007, 02:57 PM
CharlieT where would I put that code in? Sorry I am not the... Aug 3 2007, 03:00 PM![]() ![]() |