Log In · Register

 

Resource Center Links

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

Submission Guidelines

 
Reply to this topicStart new topic
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
 
*alovesopure*
post Aug 3 2007, 01:26 AM
Post #2





Guest






It looks really nice, in some places the wood doesn't line up, and the ")" look odd on the rollover links. But other than that I really like it.
 
CrotchetTheLeper
post Aug 3 2007, 12:10 PM
Post #3


Farewell, Hello. I'm Colleen.
****

Group: Official Designer
Posts: 222
Joined: Jun 2007
Member No: 539,346



Ah, yes, loving the song. :)

I really like the hovers and the Ace of Hearts graphic. & I love the brushes you used throughout.

Nice work.
:)
 
xTHExDUDEx
post Aug 3 2007, 12:14 PM
Post #4


Senior Member
****

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



Nice, like the wood background idea, adds a nice feel to it.
Are those brushes your own or randoms? They're pretty smart.
Also liking the text at mad angles.
But please, please, please, be one of the few to actually center your profiles! :D

EDIT: lol @ "CrotchetTheLeper"'s name.
 
CrotchetTheLeper
post Aug 3 2007, 12:18 PM
Post #5


Farewell, Hello. I'm Colleen.
****

Group: Official Designer
Posts: 222
Joined: Jun 2007
Member No: 539,346



^ Ahahahahaha XD.gif
Yeahhh... I get that a lot. tongue.gif
 
CharlieT
post Aug 3 2007, 02:26 PM
Post #6


Synergistic Consistency
***

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



haha thanks all, I can't really center the profile, the wood doesn't align at all when I do it. : ( sorry.
 
xTHExDUDEx
post Aug 3 2007, 02:57 PM
Post #7


Senior Member
****

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



Could you not center then offset by however many pixels you need so it matches?


Par example:
CODE
.main {
left: 50%;
margin-left: -600px;
}


Adjust 600 to your needs, no?
 
CharlieT
post Aug 3 2007, 03:00 PM
Post #8


Synergistic Consistency
***

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



where would I put that code in? Sorry I am not the greatest at scripting unless, I have a tutorial in front of me : /
 
xTHExDUDEx
post Aug 3 2007, 05:23 PM
Post #9


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.
 

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