Log In · Register

 
 
Closed TopicStart new topic
HELP.
drunk blake
post Jun 17 2006, 03:03 PM
Post #1


Newbie
*

Group: Member
Posts: 4
Joined: Nov 2005
Member No: 308,719



http://img215.imageshack.us/img215/3038/ba...myspace19rc.gif

if someone cold help me and tell me how to slice it all up and give me the coding or link to the coding so i can figure this out.
that would be great.
 
xastallaslyons
post Jun 17 2006, 03:04 PM
Post #2


Senior Member
*****

Group: Member
Posts: 307
Joined: Apr 2006
Member No: 393,086



Ill code it up for you. message me on aim if u still want it

aim: sup foooool
 
drunk blake
post Jun 17 2006, 09:18 PM
Post #3


Newbie
*

Group: Member
Posts: 4
Joined: Nov 2005
Member No: 308,719



someone, help me.
 
freeflow
post Jun 17 2006, 09:36 PM
Post #4


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



I'll tell you how to code it. Its easy. I think its better if you code it yourself because that way you can learn than someone doing it for you . But its cool when people do.

QUOTE
Once your done and you have the content in the boxes you need to take any stylesheet from here and edit the colors os you have colors that match your layout:
http://www.createblog.com/forums/index.php?showtopic=84325

I put that at hte bottom of this post. Do that first. Why? Because your table backgrounds are black. So you can't align the divs till you change the font color to another color than black. So do that step first.

EDIT YOUR PROFILE IN SAFEMODE!

Firs you need to hide your profile. Use this script:
CODE
<style type="text/css">
    table, tr, td {background:transparent;}
    table table table table, table table table table td.text, table.contactTable {display:none;}
    td.text table, .orangetext15 {visibility:hidden;}
    td.text table table {display:inline; visibility:visible;}
    td.text td.text table {display:none;}
    div b font font, div font font u {display:none;}
.whitetext12 { display: none; }
.nametext { display:none;}
</style>

(got from Holly (this confession) ).

Put that in about me. Then you might loose your submit button so use this

Then go to I'd like to meet. Put the following codes in it . It will position your image in the center.
CODE
<style type="text/css">
.image{
top:150px;
left: 100px;
position: absolute;
}
</style>
<div class="image">
<img src="http://img215.imageshack.us/img215/3038/backroundformyspace19rc.gif">
</div>

If you want the image higher edit the "top" number to a lower number. If you want it to be lower, edit the top number to a higer number. If you want it more left make the "left" number smaller. If you want it more right make the left number bigger.

Now to add content in those boxes.
CODE
.divnamehere{
position: absolute;
top: ###px;
left: ###px;
width: ###px;
height: ###px;
}

and
CODE
<div class="divnamehere">
content content
</div>


FIRST CODE: Put the first code between style tags. Put in I'd like to meet. Now everywhere I put ### you have to add that with a random number. Most likely a random numebr in the hundreds. I would start off with 200 and work your way up or down. So if you want it to go more left the number will be smaller if you want it more right the number will be higher. Same for going up and down. The higher the number for top the lower it is and vise versa. Where I put divnamehere Edit that to whatever you want it to be, but you have to be consistant w/ the first and second code.

Second Code: Put in I'd like to meet. Edit where it says content for what you want to it to say. The div name has to be corresponding to the one in the first code.

Thats how you get content in teh box. You have to do that same set of codes for each of your divs. One between style tags and one just the div. Make one of those for each content box.

Once your done and you have the content in the boxes you need to take any stylesheet from here and edit the colors os you have colors that match your layout:
http://www.createblog.com/forums/index.php?showtopic=84325
 

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