Log In · Register

 

Help Topic Rules and Requirements


For a list of all requirements and guidelines pertaining to posting a new Help topic, please click here.

This Month's Contests | Hosts Looking for Hostees | Hostees looking for Hosts | Big Book of Resources

Submission Guidelines

Making a DIV Overlay Layout, Step by step
*This Confession*
post Jul 15 2006, 05:28 PM
Post #1





Guest






Note:This thread was updated and cleaned out on Febuary 26, 2007. Try to quote the post you are helping. Also please if you don't understand any of the steps, then please post a topic and don't reply in this one. If you just have one simple question (on a step or two) feel free to post it here.

Making a div

Version 1.0

Level : Step By Step
Written By: This Confession - Infinite.-Intercourse. Insurmountable

First:

Hiding your profile.

If you would like to have comments in your div. Please use this code.
http://www.createblog.com/scripts/script.php?id=376

If you wouldn't like comments to show use this code to hide your profile.
http://www.createblog.com/scripts/script.php?id=368

This will hide your whole profile, except for the ad.
Do not hide your ad, its against myspace rules. =]

Also yes, this coding and all of the coding can go in to your about me or who I'd like to meet


Second:

Customizing your profile.
http://www.createblog.com/forums/index.php?showtopic=84325

I suggest using the 3rd one down, it explains what all parts do and such.
But mostly all you need to do is do the background color, scrollbar colors, border colors.
and link colors and text properties.

Third:

Making your div's. [the fun part wink.gif]

Putting up your main image.
Upload it at http://www.imageshack.us

and then put it into this

CODE
<div class="bg" style="position: absolute; left:0px; top:0px; width:000px; height:000px; overflow: hidden;">
<img src="IMAGEURLHERE">
</div>


Change the top and left to position where the image is.
And change the width and height to the same as the image.

I suggest making the top about 160-170px
So its right under the navigation bar more than likely.
Really Just mess with the numbers and such and you'll get the hang of it happy.gif

Forth:

Other Div area's

CODE
<div class="content" style="position: absolute; left:000px;  top:000px; width:000px; height:000px; overflow: auto;"><center>
CONTENT FOR DIV.
</div>


You can have as many of these as you want,
this is for all your other content.
Change the left and top for the positioning once again, you may want to make a estimate
and then just go check and see how much further it is away. Thats what most people do,
Just have patience and you'll be fine. happy.gif

Change the width and height for how big it is. Most of the time I just crop out one of the places
in photoshop off the image and then get the image size so I can see how big it is instead of roughing it.

PS- you can get rid of the <center> Its just there to center your text if you want it to be centered.

Fifth

Final Touches

For this you may just want to make some final touches
Putting the comments in to your div.
http://www.createblog.com/scripts/script.php?id=74

For the comments in to your div, a lot of people have problems with it.
Make sure you don't have anything that hides stuff, such as bottom links or
top links or it won't work. [it sucks but you get use to it]

Also, if your using the myspace player. Then you may want to hide it so it isn't peeking through any of your divs and covering some important stuff.
http://www.createblog.com/scripts/download.php?id=409


Any other questions, just ask happy.gif
But please if you have your problem on a myspace, then please provide a link and make sure your profile isn't private, if your profile is private then you won't recieve any help.



Positioning made easy?


quick lesson on "position: relative"

top: -45px = moves up 45px
top: 45px = moves down 45px
left: -15px = moves left 15px
left: 15px = moves right 15px

quick lesson on "position: absolute"

top: 0% = moves to top of page
top: 50% = moves to middle of page
top: 100% = moves to bottem of page
left: 0% = moves to left of page
left: 50% = moves to center of page
left: 100% = moves to right of page
margin-left: -15px = moves left 15px
margin-left: 15px = moves right 15px
margin-top: 45px = moves down 45px
margin-top: -45px = moves up 45px




further explanation to someone that asked
http://www.createblog.com/forums/index.php?showtopic=157773

This post has been edited by micron: May 2 2008, 04:13 AM
 
6 Pages V  < 1 2 3 4 5 > »   
Start new topic
Replies (50 - 74)
CHIINASTEE
post May 25 2008, 04:31 PM
Post #51


Newbie
*

Group: Member
Posts: 7
Joined: May 2008
Member No: 652,381



how do i get the bottom links on
 
BrandonJohn
post May 26 2008, 03:58 AM
Post #52


Newbie
*

Group: Member
Posts: 2
Joined: Sep 2007
Member No: 574,843



How do i put scrolly boxes ontop of my div image?
I have the div image (image map) in my 'I'd like to meet' section and i have the scrolly code in my about me
CODE
<div class="content" style="position: absolute; left:000px; top:000px; width:384px; height:265px; overflow: auto;"><center>
<style type="text/css">
div.myspace-scroll-box {
height:265px;
width:384px;
font:12pt Arial;
overflow:scroll;
}
</style>
<div class="myspace-scroll-box"><center>Then i have the text here</div>

And its not showing up over the div, but sometimes it shows up underneath the div image.
If anyone can help send a message to my myspace the friend id is
272109343
 
jasonblue
post Jun 5 2008, 09:28 AM
Post #53


Newbie
*

Group: Member
Posts: 2
Joined: Jun 2008
Member No: 655,580



Please no advertising - Thomas
 
CastleBlackFire
post Jun 5 2008, 09:12 PM
Post #54


Newbie
*

Group: Member
Posts: 4
Joined: Jun 2007
Member No: 532,120



Is there a way to have your music player thingy show in a DIV layout? _unsure.gif
 
CastleBlackFire
post Jun 6 2008, 09:50 PM
Post #55


Newbie
*

Group: Member
Posts: 4
Joined: Jun 2007
Member No: 532,120



i most definately do not know how to do that...

sad.gif
 
Jayneshia
post Jun 7 2008, 07:55 PM
Post #56


Newbie
*

Group: Member
Posts: 3
Joined: Jun 2008
Member No: 656,282



Well okii i folled ALLLL steps including skippin # 2 tongue.gif lol
okii well how do you write in these boxes heres my profile
http://profile.myspace.com/index.cfm?fusea...e4-b4e63fae8c03
how do you add stuff in those boxes??
HELPPPPP _unsure.gif
 
EmoSakura90
post Jun 11 2008, 12:59 PM
Post #57


Newbie
*

Group: Member
Posts: 1
Joined: Jun 2008
Member No: 657,401



stubborn.gif
kay, i go the image map where i want it and it looks awesome, but whenever i try to code my it, the text won't show up.

did i skip something?

help please cry.gif
 
nadi95
post Jun 12 2008, 06:03 PM
Post #58


Newbie
*

Group: Member
Posts: 2
Joined: Jun 2008
Member No: 657,806



ok i basically got most of the things down the problem is that i can't get the content into the right place like i have a section like for about me but i cna't get w.e. i want into that section and like the clickable link lights up and i dn't want that to hppen heres my myspace link : http://profile.myspace.com/index.cfm?fusea...endid=381944410
if theres anyway u can help me and make it better plzz do
 
keishagirl14
post Jun 16 2008, 08:51 PM
Post #59


Newbie
*

Group: Member
Posts: 1
Joined: Jun 2008
Member No: 659,018



dats it im not eva tryin ta make a div layout again dis sucks man mad.gif
 
flowsosikk
post Jul 9 2008, 08:20 PM
Post #60


Newbie
*

Group: Member
Posts: 3
Joined: Jul 2008
Member No: 666,064



what about for bands? =[
 
Emoyoface
post Jul 10 2008, 06:24 PM
Post #61


Newbie
*

Group: Member
Posts: 2
Joined: Apr 2008
Member No: 640,773



Okay this is sorta like a myspace/website problem. Like for some myspace layouts,there boring. I see sites that have website layouts and there AMAZING. I try to put it into myspace but it turned up all screwy. If someone could re-do the codes that would be great.
CODE
<style text="text/css">
body,tr,td {font-size: 7pt; font-family:century gothic; color:#000000;
background:none; transparent;
scrollbar-base-color: #ffffff;
scrollbar-track-color: #ffffff;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #c00000;
scrollbar-3dlight-color: #c00000;
scrollbar-darkshadow-color: #c00000;
scrollbar-shadow-color: #c00000;
scrollbar-arrow-color: #c00000;}
B {font-size: 7pt; font-weight: bold; COLOR: #ff4040; font-family:
century gothic}
I {font-size: 7pt; font-weight: italic; COLOR: #ff4040; font-family:
century gothic}
U {FONT-WEIGHT: bold; font-family: century gothic; COLOR: #ff4040;
TEXT-DECORATION: underline; font-size: 7pt; BORDER-BOTTOM: #ff4040
double 1px;}
HR {COLOR: #ffffff; height: 3px; width: 150px;
}


}
a:{color: #fb3337; text-decoration: none; font-family: century gothic;
font-size: 7pt}
a:link{color: #fb3337; text-decoration: none; font-family: century gothic;
font-size: 7pt}
a:visited{color: #fb3337; text-decoration: none; font-family:
century gothic; font-size: 7pt}
a:active{color: #fb3337; text-decoration: none; font-family: century gothic; font-size: 7pt}
a:hover{color: #000000; font-family: century gothic; font-size: 7pt; background color: #fb3337;}




BODY { background: #ffffff url() repeat-y}

.head {font-family: courier new; font-size: 11pt; color: #c00000; background-color:transparent; text-align: left; font-weight: normal; border-bottom: 3px double #c00000; }



</STYLE>



<body rightmargin="0" rightmargin="0" leftmargin="0">
<table cellpadding="0" cellspacing="0" border="0" background="http://img213.imageshack.us/img213/9700/geefrank2dk3.jpg" height="2000" width="581" align=left style="position:absolute; left:0; top:0;">
<tr>
<TD valign="top" height="394" width=581><IMG SRC="http://img222.imageshack.us/img222/9393/geefranker9.jpg"></TD>
</tr>
</table>


<table cellpadding="0" cellspacing="0" border="0" height="1000" width="465" style="position:absolute; left:50; top:570;" align=left>
<tr>
<TD valign=top align=left>


<div class="head">The News I Heard.</div>

<b>Bold</b><br>
<i>Italic</i><br>
<u>Underline</u><br>
<a href="http://www.quizilla.com/users/crueldade" target="_blank">Linkage</a><br><br>
<p>
Updates go here. =]

<BR><BR>

<div class="head">The Last Line.</div>

<u>Title:</u> <a href="LINK TO FIRST PART" target="_blank">Title</a><br>
<u>Featuring:</u> A boy<br>
<u>Status:</u> Active? Hiatus? Complete?<br>
<u>Title Credit:</u> I'd say this is pretty obvious as to what you put here.<br>

<BR><BR>

</TD>

</tr>
</table>


<table cellpadding="0" cellspacing="0" border="0" height="250" width="220" style="position:absolute; left:585; top:460;" align=left>
<tr>
<TD valign=top align=left>

<div class="head">Just a Ghost.</div>

Put some random stuff about you.
<br>
Or, if you want, you can change the heading and make it something else, OR you can get rid of this section completely. Just make sure you know what you're doing.
<BR><BR><BR><BR>

<div class="head">You'll Kill My Enemies.</div>
List your friends here. If you have any, that is.
<br>
I'm kidding. But seriously.
<br>
Or, if you want, you can change the heading and make it something else, OR you can get rid of this section completely. Just make sure you know what you're doing.
<BR><BR><BR><BR>

<div class="head">Here Comes the Sound.</div>

Music time! Upload your favorite song and go grab a music player from <a href="http://www.createblog.com">CreateBlog.com</a> and play some tunagggge.
<br>
Just make sure the music player is no wider than 215px or it will mess this up.
<br>
Or, if you want, you can change the heading and make it something else, OR you can get rid of this section completely. Just make sure you know what you're doing.
<BR><BR><BR><BR>

<div class="head">Something to Say.</div>

Go snag a <a href="http://www.cbox.ws" target="_blank">cBox</a> and put it here. Just make sure the cBox is no wider than 215px, or it will mess this up.<BR>
Or, if you want, you can change the heading and make it something else, OR you can get rid of this section completely. Just make sure you know what you're doing.
<BR><BR><BR><BR>

<div class="head">A Coffin Your Size.</div>
<center>
Layout by <a href="http://www.quizilla.com/users/crueldade" target="_blank">Alli</a><br>
at<br>
<a href="http://www.freewebs.com/beautifulchaoslayouts" target="_blank">Beautiful Chaos Layouts</a>.
<br>
</center>
</TD>

</tr>
</table>

 
ANAMONEY
post Jul 14 2008, 03:03 PM
Post #62


Newbie
*

Group: Member
Posts: 1
Joined: Jun 2008
Member No: 658,087



I HAVE THE LAYOUT I WANT BUT IT SAYS REPLACE XXXXXX WITH UR ID CODE BUT I CANT FIND WHERE XXX IS
 
karmakiller
post Jul 14 2008, 03:12 PM
Post #63


DDR \\ I'm Dee :)
*******

Group: Mentor
Posts: 8,662
Joined: Mar 2006
Member No: 384,020



To find your friendID, use this:
http://www.createblog.com/layouts/friendid.php

Or click view your profile and look in the toolbar.The X's will be numbers. That's your Friend ID.
CODE
http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=xxxxx
 
naruto123
post Jul 14 2008, 09:23 PM
Post #64


Newbie
*

Group: Member
Posts: 2
Joined: Jul 2008
Member No: 665,727



i don't get it what i suppose to put for i'd like to meet stubborn.gif
 
karmakiller
post Jul 16 2008, 08:00 PM
Post #65


DDR \\ I'm Dee :)
*******

Group: Mentor
Posts: 8,662
Joined: Mar 2006
Member No: 384,020



If you're using a DIV, you don't need to put anything in the I'd Like to Meet. It's just fine going into the About Me.

If you're using a layout from here, and it has codes for you to put in the I'd like to Meet, then do so and follow the designers' instructions.
 
nikx618
post Jul 18 2008, 10:33 PM
Post #66


asdfghjkl;
******

Group: Official Designer
Posts: 1,121
Joined: Jul 2008
Member No: 665,416



whenever i
"top: 50% = moves to middle of page"
it moves the left side of the image
to the center, and i keep trying to
position it to make it centered, but
its not "perfectly" in the center.
&if its not perfectly in the center.
my layout get rejected.
is there an easier way to center.
correctly, and exactly?
 
YukinoIsuzuX
post Jul 21 2008, 04:28 PM
Post #67


Newbie
*

Group: Member
Posts: 1
Joined: Apr 2008
Member No: 638,937



I'm having issues with image mapping.
I've been using the same code to make layouts,
but now the image maps don't work.
Could someone please tell me what I'm doing wrong?

CODE
<div style="position : absolute; left: 0%; margin-left: 100px; top:100px; width:800px; overflow: hidden; z-index:1"><img src="http://i33.tinypic.com/2mwhvdu.jpg" usemap="#NotNamed" border="0" />
<map name="NotNamed">

<div class="navigation">

<img src="http://i33.tinypic.com/2mwhvdu.jpg" width="445" height="452" border="0" alt="" usemap="#navibar_Map" />
<map name="navibar_Map">


<area shape="rect" alt="HOME" coords="483,428 522,443" href="http://www.msplinks.com/MDFodHRwOi8vaG9tZS5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2Vy" />

<area shape="rect" alt="LOCATION" coords="x1,y1,x2,y2" href="LINK" />

<area shape="rect" alt="LOCATION" coords="x1,y1,x2,y2" href="LINK" />

<area shape="rect" alt="LOCATION" coords="x1,y1,x2,y2" href="LINK" />

<area shape="rect" alt="LOCATION" coords="x1,y1,x2,y2" href="LINK" />

<area shape="rect" alt="LOCATION" coords="x1,y1,x2,y2" href="LINK" />
</map>
</div>
<style>
.content {font:normal 11px times Georgia;line-height: 12px;color: white;padding-top:10px;padding-bottom:5px;padding-right:0px;padding-left:7px;background-color:000000;text-align:center;width:360px; height:100px;overflow:auto;position : absolute; z-index:2; left: 0%; top: 0%;margin-left: 110px;margin-top: 430px;}
body,table, td, li, p, div, textarea , .text
{font:normal 11px Georgia; color:000000; font-weight:none; border:0px; text-transform: none; line-height:12px; letter-spacing:0px;}
a:link, a.man:link, a.text:link, a:visited, a.man:visited, a.text:visited, a:active, a.redlink:active, a.redlink:visited, a.redlink:link, a.navbar:link, a.navbar:visited, a.navbar:active {font-family:Georgia; font-size: 11px; color:484848; border:white;font-weight: normal; text-decoration: underline; border-bottom:1px dotted; letter-spacing: 0px; text-transform: lowercase; line-height: 10px; background-color: transparent;}

a:hover, a.man:hover, a.text:hover, a.redlink:hover, a.navbar:hover {cursor:default!important;font-size:11px; color:white; text-decoration: none; border-bottom: 1px dashed ; font-family:Georgia;}
b, strong, bold{font-weight:bold; letter-spacing:2px;}i, italic{font-style:italic; letter-spacing:0;}u, underline{font-decoration:underline; letter-spacing:0;}big{font-size:15px;line-height:16px;letter-spacing:1px;}s, strikethrough{text-decoration:line-through;letter-spacing:2px;}
body{scrollbar-track-color:rgb(0,0,0);scrollbar-face-color:rgb(0,0,0);scrollbar-3dlight-color:rgb(0,0,0);scrollbar-highlight-color:rgb(0,0,0);scrollbar-darkshadow-color:rgb(0,0,0);scrollbar-shadow-color:rgb(0,0,0);scrollbar-arrow-color:rgb(72,72,72);}</style>

<style>
.mslogo, .clearfix form, .clearfix a, .clearfix select, .profileinfo, .contacttable, .userprofileurl, .interestsanddetails, .userprofiledetail, .userprofilenetworking, .userprofileschool, .userprofilecompany, .extendednetwork, .latestblogentry, .blurbs td.text, .orangetext15, .friendspace, .friendscomments, table div {display:none!important;}
table table div, .clearfix, .clearfix div {display:block!important;}
table, tr, td, .clearfix {background:none!important;}
.clearfix tr td div {filter:alpha(opacity:0)!important;}
.bodycontent div {_filter:alpha(opacity:100)!important;}
div[id="topnav"], div[id="shortcuts"] {opacity:0!important;}
</style>







<div class="content">
weoooooooooweooooooooooweoooooooooooooooooooo
weoooooooooweooooooooooweoooooooooooooooooooo
weoooooooooweooooooooooweoooooooooooooooooooo
weoooooooooweooooooooooweoooooooooooooooooooo
weoooooooooweooooooooooweoooooooooooooooooooo

<style>
body{background-color:white;cursor:default!important;}
.contacttable,.whitetext12,.nametext,.lightbluetext8,.orangetext15,.blacktext12,
btext,.redtext,.redbtext{display:none;height:0px;!important;visibility:hidden}
td td td td{border:0px;width:0px;text-align:left;}
table,td,tr{padding:0px;width:;background-color:transparent}
table table table{padding:1px;height:.01%;width:100%;}
table table,table table table table,table,tr,td{height:0px;!important;border:0px;!important}
a.text,table div font a,table div div,.navbar font,tr td font{visibility:hidden;display:none;height:0px;!important;}
table table table table,table table table table td.text, td.text td.text table{display:none;}
td.text table table{display:inline;visibility:visible;}
table td table tr td.text table{visibility:hidden;}
table td table tr td.text table table,table td table tr td.text table table td.text{visibility:visible;}
table.footer {display: none;}

body table td div form {display:none !important;}

div table a.navbar img {display:none;}
div table {visibility:hidden;}
div table div, div table table, div table.navigationBar, table div table, div table form {visibility:invisible}
div table {border-bottom:0px !important; }
div table.navigationBar {margin-bottom:-30px;}


div table div div select {position:absolute !important; top:-200px !important; left:0px !important; }
</style>
<p><br /><br /><br /><br /><br /><a href="http://www.msplinks.com/MDFodHRwOi8vd3d3Lm15c3BhY2UuY29tL2Nvb2tpZV9jdXR0ZXJ4cGVyZmVjdA==" title="madeline">
design:x;</a>
 
nany218
post Jul 21 2008, 05:47 PM
Post #68


Newbie
*

Group: Member
Posts: 3
Joined: Jul 2008
Member No: 669,666



CODE
jordan div layout


Attached File(s)
Attached File  MI_AND_A.jpg ( 8K ) Number of downloads: 3
 
 
nany218
post Jul 21 2008, 06:00 PM
Post #69


Newbie
*

Group: Member
Posts: 3
Joined: Jul 2008
Member No: 669,666



CODE
<style>body {background-color:fff94f;} ul li a.open:hover, ul li a.open small, ul li a:hover {background-color:fff94f!important;}div td {background-color:d54fff;}.extendedNetwork td, .extendedNetwork {border:0px;}
td.text table, td.text td.text {background-color:transparent;}
td.text td.text td td a, .redlink, td.text td.text td b a {visibility:visible!important;}
td.text td.text td a {visibility:hidden;}
table, tr, td{border:0px!important;}
table table table table td{width:0px;padding:0px;}
table table table table td{width:0px!important; padding:0px!important;}span.lightbluetext8{display:none;}
table,tr,td{height:1px;}
a.text, table div font a, table div div {visibility:hidden;}
td{text-align:center}
a.text, table div font a, table div div {visibility:hidden;}
div td font {visibility:hidden;}
br{line-height:0.5px;}.blacktext10{font-family: tahoma; font-size: 9px; font-weight: bold; text-decoration: none; line-height:9px; color:D5ED58}

.interestsAndDetails td {background-color:ffffff;}
.interestsAndDetails, .interestsAndDetails td {border:0px;}
.interestsAndDetails td {border:0px;}
.friendsComments td.text td a {display:none;}
.friendsComments td.text td b {display:none;}
.redtext, .friendscomments, .orangetext15 {display:none;}
.userprofileurl, .userprofiledetail {display:none;}
.extendedNetwork, .latestBlogEntry, .friendSpace {display:none;}
.imgonlinenow{display:none;}
.contacttable, .nametext, .lightbluetext8 {display:none;}
a.text, table div font a, table div div {visibility:hidden;}td{text-align:center} a.text, table div font a, table div div {visibility:hidden;}div td font {visibility:hidden;}.navbar {visibility:visible;}table div font a, table div div {visibility:hidden; display:none;border:0px!important;background-color:transparent;}
textarea{font-family:small fonts; font-size:7px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: text-align: center; 0px; text-transform: uppercase; line-height: 7px; border: 1px black solid; height: 40px; width: 300px; background -color: FFFFFF;}
</style>
big{font: 28pt normal georgia; letter-spacing: -3px!important;line-height:20pt; color: 66FFFF}
table table table table td{width: 0px!important;
padding: 0px!important;}

 
nany218
post Jul 21 2008, 06:04 PM
Post #70


Newbie
*

Group: Member
Posts: 3
Joined: Jul 2008
Member No: 669,666



CODE
<style>body {background-color:fff94f;} ul li a.open:hover, ul li a.open small, ul li a:hover {background-color:fff94f!important;}div td {background-color:d54fff;}.extendedNetwork td, .extendedNetwork {border:0px;}
td.text table, td.text td.text {background-color:transparent;}
td.text td.text td td a, .redlink, td.text td.text td b a {visibility:visible!important;}
td.text td.text td a {visibility:hidden;}
table, tr, td{border:0px!important;}
table table table table td{width:0px;padding:0px;}
table table table table td{width:0px!important; padding:0px!important;}span.lightbluetext8{display:none;}
table,tr,td{height:1px;}
a.text, table div font a, table div div {visibility:hidden;}
td{text-align:center}
a.text, table div font a, table div div {visibility:hidden;}
div td font {visibility:hidden;}
br{line-height:0.5px;}.blacktext10{font-family: tahoma; font-size: 9px; font-weight: bold; text-decoration: none; line-height:9px; color:D5ED58}

.interestsAndDetails td {background-color:ffffff;}
.interestsAndDetails, .interestsAndDetails td {border:0px;}
.interestsAndDetails td {border:0px;}
.friendsComments td.text td a {display:none;}
.friendsComments td.text td b {display:none;}
.redtext, .friendscomments, .orangetext15 {display:none;}
.userprofileurl, .userprofiledetail {display:none;}
.extendedNetwork, .latestBlogEntry, .friendSpace {display:none;}
.imgonlinenow{display:none;}
.contacttable, .nametext, .lightbluetext8 {display:none;}
a.text, table div font a, table div div {visibility:hidden;}td{text-align:center} a.text, table div font a, table div div {visibility:hidden;}div td font {visibility:hidden;}.navbar {visibility:visible;}table div font a, table div div {visibility:hidden; display:none;border:0px!important;background-color:transparent;}
textarea{font-family:small fonts; font-size:7px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: text-align: center; 0px; text-transform: uppercase; line-height: 7px; border: 1px black solid; height: 40px; width: 300px; background -color: FFFFFF;}
</style>
big{font: 28pt normal georgia; letter-spacing: -3px!important;line-height:20pt; color: 66FFFF}
table table table table td{width: 0px!important;
padding: 0px!important;}


Attached File(s)
Attached File  summer.gif ( 121.91K ) Number of downloads: 5
 
 
manny-the-dino
post Jul 21 2008, 06:11 PM
Post #71


Senior Member
*******

Group: Administrator
Posts: 8,629
Joined: Jan 2007
Member No: 498,468



nany218, if you'd like to request layouts to be made for you, please post here once you have 50+ posts.
thanks. _smile.gif
 
silent-rebirth
post Jul 31 2008, 03:25 AM
Post #72


Member
**

Group: Member
Posts: 19
Joined: Jul 2008
Member No: 669,383



I can't get past step 2 with out messing up bad. I don't get it.
when you take the first code and put it on.
CODE
<style type="text/css">
table table,table table table table,table table{background-color:transparent;width:;border:0px;}
div,table,tr,td,th{background-color:transparent;text-align:left;border:0px;}
a.navbar,font,.whitetext12,.btext,.orangetext15,
.redbtext,.redtext,.blacktext12,.blacktext10,
.lightbluetext8,strong,.nametext,div b font font,
div font font u,table table table table, table.contacttable{display:none;}
div table form tr td,td.text table,a.text, table div font a,table div div,{visibility:hidden;di-splay:none}
table td table tr td.text table {visibility:hidden;}
table td table tr td.text table table, table td table tr td.text table table td.text {visibility:visible;}
td.text table table {display:inline; visibility:visible;}
embed{position:absolute;top:0px;left:0px;display:block;width:0px; height:0;}
.comments{visibility:visible;width:397px; height:180px;position:absolute;
top:680px;left:415px;
overflow:auto;background-color:transparent;
border:black 0px solid;z-index:2px;}
</style>

then the next one.
CODE
<style type=text/css>

body {
background-color: ######;
background-image: url("");
background-position: bottom right;
background-repeat: no-repeat;
background-attachment: fixed;
scrollbar-arrow-color:######;
scrollbar-track-color: ######;
scrollbar-shadow-color: ######;
scrollbar-face-color:######;
scrollbar-highlight-color:######;
scrollbar-darkshadow-color:######;
scrollbar-3dlight-color:######;}

table, tr, td {background-color: transparent; border: 0px; padding:2;}
table table {border: 0px;}
table table table table{border: 0px;}

{The actual modules}
table table table {border: 1px solid; border-color: ######; background-color: ######; }

{sets the default style for the body, table data, list data, divisions and text areas}
body,table, td, li, p, div, textarea
{font:normal 9px arial; color:######; font-weight:none; border:0px; text-transform: none; line-height:12px;}

{class for the basic font for the page}
.text {font:normal 9px arial; color:######; font-weight:none; border:0px; text-transform: none; line-height:12px;}

{style for the number of comments you have. The actual ..}
.redtext{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

{style for the number of friends you have.}
.redbtext{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

{”Blurbs”, “About Me”, “Who I’d like to Meet”, “Friend Space”, and “Friend’s Comments” style}
.orangetext15{font-family: arial; color: ######; font-weight: bold; font-size: 20px; letter-spacing: -2px;}

{”General”, “Music”, “Movies”, “Television”, “Books”, “Heros”, “Status”, “Here for”, “Hometown”, “Body Type”, “Ethnicity”, “Religion”, “Sign”, “Smoke/Drink”, “Children”, “Education”, “Occupation”, and “Income” title style}
.lightbluetext8{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

{”Contacting”, “Interests”, “Details”, and “Schools” title styling}
.whitetext12{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{”In your extended network” style}
.blacktext12{font-family: arial; color: ######; font-weight: bold; font-size: 20px; letter-spacing: -2px; }

{Stylizing of your name above your picture }
.nametext{font-family: arial; color: ######; font-weight: bold; font-size: 30px; letter-spacing: -3px; line-height: 35px;}

{date stamp on comments}
.blacktext10{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{This is how all anchor points will be displayed; anchor points appear before all links.}
a{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }
a:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{”View all friends” and “invite more” link style}
a.redlink{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }
a.redlink:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{2 links in very top on the left, and the 13 links above your picture with make the navigation bar}
a.navbar{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{Default Links}
a:link, a.man{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; letter-spacing: 0px;}
a:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{bolded words}
.standard b, p b, B, strong {
font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

</style>



would you put the codes together like this

CODE
<style type="text/css">
table table,table table table table,table table{background-color:transparent;width:;border:0px;}
div,table,tr,td,th{background-color:transparent;text-align:left;border:0px;}
a.navbar,font,.whitetext12,.btext,.orangetext15,
.redbtext,.redtext,.blacktext12,.blacktext10,
.lightbluetext8,strong,.nametext,div b font font,
div font font u,table table table table, table.contacttable{display:none;}
div table form tr td,td.text table,a.text, table div font a,table div div,{visibility:hidden;di-splay:none}
table td table tr td.text table {visibility:hidden;}
table td table tr td.text table table, table td table tr td.text table table td.text {visibility:visible;}
td.text table table {display:inline; visibility:visible;}
embed{position:absolute;top:0px;left:0px;display:block;width:0px; height:0;}
.comments{visibility:visible;width:397px; height:180px;position:absolute;
top:680px;left:415px;
overflow:auto;background-color:transparent;
border:black 0px solid;z-index:2px;}
(the next code)

body {
background-color: ######;
background-image: url("");
background-position: bottom right;
background-repeat: no-repeat;
background-attachment: fixed;
scrollbar-arrow-color:######;
scrollbar-track-color: ######;
scrollbar-shadow-color: ######;
scrollbar-face-color:######;
scrollbar-highlight-color:######;
scrollbar-darkshadow-color:######;
scrollbar-3dlight-color:######;}

table, tr, td {background-color: transparent; border: 0px; padding:2;}
table table {border: 0px;}
table table table table{border: 0px;}

{The actual modules}
table table table {border: 1px solid; border-color: ######; background-color: ######; }

{sets the default style for the body, table data, list data, divisions and text areas}
body,table, td, li, p, div, textarea
{font:normal 9px arial; color:######; font-weight:none; border:0px; text-transform: none; line-height:12px;}

{class for the basic font for the page}
.text {font:normal 9px arial; color:######; font-weight:none; border:0px; text-transform: none; line-height:12px;}

{style for the number of comments you have. The actual ..}
.redtext{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

{style for the number of friends you have.}
.redbtext{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

{”Blurbs”, “About Me”, “Who I’d like to Meet”, “Friend Space”, and “Friend’s Comments” style}
.orangetext15{font-family: arial; color: ######; font-weight: bold; font-size: 20px; letter-spacing: -2px;}

{”General”, “Music”, “Movies”, “Television”, “Books”, “Heros”, “Status”, “Here for”, “Hometown”, “Body Type”, “Ethnicity”, “Religion”, “Sign”, “Smoke/Drink”, “Children”, “Education”, “Occupation”, and “Income” title style}
.lightbluetext8{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }

{”Contacting”, “Interests”, “Details”, and “Schools” title styling}
.whitetext12{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{”In your extended network” style}
.blacktext12{font-family: arial; color: ######; font-weight: bold; font-size: 20px; letter-spacing: -2px; }

{Stylizing of your name above your picture }
.nametext{font-family: arial; color: ######; font-weight: bold; font-size: 30px; letter-spacing: -3px; line-height: 35px;}

{date stamp on comments}
.blacktext10{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{This is how all anchor points will be displayed; anchor points appear before all links.}
a{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }
a:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{”View all friends” and “invite more” link style}
a.redlink{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }
a.redlink:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{2 links in very top on the left, and the 13 links above your picture with make the navigation bar}
a.navbar{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{Default Links}
a:link, a.man{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; letter-spacing: 0px;}
a:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{bolded words}
.standard b, p b, B, strong {
font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }


</style>



 
Mickey
post Jul 31 2008, 03:30 AM
Post #73


Treasure Pleasure
********

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



^Yes, that would be correct.
 
silent-rebirth
post Aug 1 2008, 10:20 PM
Post #74


Member
**

Group: Member
Posts: 19
Joined: Jul 2008
Member No: 669,383



QUOTE(Anarchy @ Jul 31 2008, 12:30 AM) *
^Yes, that would be correct.



thank you. I'm new to this so its confusing.
 
ollielv90
post Aug 4 2008, 06:47 AM
Post #75


Newbie
*

Group: Member
Posts: 1
Joined: Jun 2008
Member No: 663,204



Hey this was an amazing tutorial! However, I am trying to figure out how to get my photoshopped content on there. I've sliced my images up and everything! HELP?!
 

6 Pages V  < 1 2 3 4 5 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: