Log In · Register

 
 
Closed TopicStart new topic
myspace display name?
shawtiegotem
post Nov 6 2009, 04:58 AM
Post #1


Senior Member
****

Group: Member
Posts: 214
Joined: Aug 2009
Member No: 742,635



well, i'm designing a layout for myspace, a div.
and while i was doing the header. i was thinking,
if their was a way to move the display name up to the header?
instead of adding a table, and add a title myself.
so i was woundering, is it possible to position the display name on
a div?
 
Mickey
post Nov 6 2009, 05:01 AM
Post #2


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



QUOTE
  • Topic must be titled to reflect the question you are asking.
  • Topic must include a screenshot or url AND any coding used.
  • Topic must indicate whether the question you are asking is for Profile 1.0 or Profile 2.0
  • No questions about any type of ad removal.
 
shawtiegotem
post Nov 6 2009, 05:06 AM
Post #3


Senior Member
****

Group: Member
Posts: 214
Joined: Aug 2009
Member No: 742,635



lolz oops, i thought "div" would point out
for 1.0. you can make divs for 2.0?
sorry, you make me feel slow! haha blink.gif
 
Mickey
post Nov 6 2009, 05:13 AM
Post #4


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Try this:

CODE
<style>
.nametext {position:absolute; top:#px; left:50%; margin-left:#px;}
</style>

Replace the pound symbols with appropriate values.
 
shawtiegotem
post Nov 6 2009, 05:16 AM
Post #5


Senior Member
****

Group: Member
Posts: 214
Joined: Aug 2009
Member No: 742,635



ok thanx, could i ask a graphic question mike?
 
shawtiegotem
post Nov 6 2009, 05:32 AM
Post #6


Senior Member
****

Group: Member
Posts: 214
Joined: Aug 2009
Member No: 742,635



1. goodmornin sir :)

http://i34.tinypic.com/25jc9qf.png

i'm still making the header, (this is my FIRST ever layout)
and yes i'm doing this from a tutorial, well kinda. im not exactly following the steps.

since your the only one up. i'm wondering, (in your opinion)
where the black table goes, if i should put a table on that, or just leave it like
how it is?(like a blue sheet on it)

and how do you think it looks so far

i'm really going for a clean layout, cause 1. i have no brushes (using a friends computer, i might download a set though, maybe some textures)

i was also wondering if i could make the table where my stuff will go, stretch out everytime i put info in it? instead of adding a table just for a scroll box?
 
Mickey
post Nov 6 2009, 05:42 AM
Post #7


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Sorry, I'm not with you. Can you clarify your questions?
 
shawtiegotem
post Nov 6 2009, 05:46 AM
Post #8


Senior Member
****

Group: Member
Posts: 214
Joined: Aug 2009
Member No: 742,635



sorry, you know how it is. 6 in the morning.

okay.
well ignore that.

can i make my myspace tables adjust the length by how much stuff is in it?
like a blog.
 
Mickey
post Nov 6 2009, 05:54 AM
Post #9


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Don't set a height for them. The tables should automatically adjust.
 
shawtiegotem
post Nov 6 2009, 06:10 AM
Post #10


Senior Member
****

Group: Member
Posts: 214
Joined: Aug 2009
Member No: 742,635



really???

so "height:;" and it'll do by its self?
 
Mickey
post Nov 6 2009, 06:34 AM
Post #11


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



No, don't even add that. Leave it out and it'll just stretch by itself.
 
shawtiegotem
post Nov 6 2009, 05:38 PM
Post #12


Senior Member
****

Group: Member
Posts: 214
Joined: Aug 2009
Member No: 742,635



okay, any way i can position my default picture?
 
Mickey
post Nov 6 2009, 07:20 PM
Post #13


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



CODE
<style>
.profileInfo a img {position:absolute; top:#px; left:50%; margin-left:#px;}
</style>
 
shawtiegotem
post Nov 6 2009, 08:18 PM
Post #14


Senior Member
****

Group: Member
Posts: 214
Joined: Aug 2009
Member No: 742,635



okay, my layout is 800width and 1200 height
is that the right width? like i really want my layout small, so whats the smallest it should be?
 
Mickey
post Nov 6 2009, 08:27 PM
Post #15


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



That width will do, yeah.
 
shawtiegotem
post Nov 6 2009, 08:27 PM
Post #16


Senior Member
****

Group: Member
Posts: 214
Joined: Aug 2009
Member No: 742,635



would 700 do?
 
Mickey
post Nov 6 2009, 09:13 PM
Post #17


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Sure, that'd be fine too.
 
heyo-captain-jac...
post Nov 6 2009, 10:16 PM
Post #18


/人◕‿‿◕人\
*******

Group: Official Member
Posts: 8,283
Joined: Dec 2007
Member No: 602,927



I use 680, just fyi
 
shawtiegotem
post Nov 6 2009, 10:23 PM
Post #19


Senior Member
****

Group: Member
Posts: 214
Joined: Aug 2009
Member No: 742,635



http://i38.tinypic.com/2iviko2.jpg

what you think? i'm still working on it,
this is my first ever div, so i'm trying
to work hard on it.the artwork isn't mine,
i forgot where i found it at.


mike, look @ the link, you see how the right cloud is?
i can't make it stretch like that, how can i
make the table stretch using css, and still having that rounded
corners, and that point sticking out?
 
shawtiegotem
post Nov 7 2009, 01:10 PM
Post #20


Senior Member
****

Group: Member
Posts: 214
Joined: Aug 2009
Member No: 742,635



i get what you saying,
but how?

and in the design, what part of it i take off?
 
shawtiegotem
post Nov 7 2009, 07:19 PM
Post #21


Senior Member
****

Group: Member
Posts: 214
Joined: Aug 2009
Member No: 742,635



Okay, hey mike!
this is my first layout! ok??
and im stuck _unsure.gif
look and tell me what do YOU think of it.
that'll be really helpful :D

http://i38.tinypic.com/2eb62xh.jpg
 
shawtiegotem
post Nov 7 2009, 07:58 PM
Post #22


Senior Member
****

Group: Member
Posts: 214
Joined: Aug 2009
Member No: 742,635



Ok, well the plain black is a texture, if you look closer, ill lighten that up?
and Okay ill remove the stripes. and the gradient on the content?
hm maybe, but maybe i could lighten it up a bit?
what do you think?
 
shawtiegotem
post Nov 8 2009, 05:49 PM
Post #23


Senior Member
****

Group: Member
Posts: 214
Joined: Aug 2009
Member No: 742,635



Ok and yes u can close this.
 
Mickey
post Nov 8 2009, 05:49 PM
Post #24


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Topic closed & moved.
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: