Log In · Register

 
 
Closed TopicStart new topic
help with layout, pleaseee
bogalgirl
post Oct 9 2006, 12:40 PM
Post #1


work hard. play hard.
****

Group: Member
Posts: 266
Joined: Jul 2004
Member No: 32,940



can someone help me with my script

this is my code now :

<STYLE TYPE="text/css">
body {
background-color: 000000;
background-image:url(http://layouts.cbimg6.com/23/11578c.jpg);
background-attachment: fixed;
background-position:bottom right;
background-repeat:repeat;
scrollbar-arrow-color: 000000;
scrollbar-face-color:999999;
scrollbar-3dlight-color: ffffff;
scrollbar-darkshadow-color: ffffff;
scrollbar-shadow-color: ffffff;
scrollbar-highlight-color: ffffff;
scrollbar-track-color: ffffff;
}
b, strong, .btext {
font-family: Times New Roman;
font: 13px;
color: ffffff;
font-weight: bold;
}
i, em, .itext {
font-family: Times New Roman;
font-size: 13px;
color: ffffff;
}
u, s, .stext, .sbtext, .swtext {
font-family: Times New Roman;
font-size: 13px;
color: ffffff;
}
li, h1, h2, font, {font-family: Times New Roman; font-size: 13px; color:ffffff; text-transform: ;}
body, p, td, font {
font-family: Times New Roman; font-size: 13px; color:ffffff; text-transform: ;}
table, td, tr, th {
font-family:Times New Roman; font-size: 13px; color: ffffff;}
body, td, li, p, div, li, p, br, table {
font-family: Times New Roman; color: ffffff; text-transform:;}
.text {
font-family: Times New Roman; font-size: 13px; color: ffffff; text-align:left;}
.blacktext12 {
font-family: Times New Roman; font-size: 13px; color: ffffff;}
}.redtext
{ font-family: Times New Roman; color:ffffff; font-size: 13px;
}.redbtext {
font-family: Times New Roman; color: ffffff; font-size: 13px;}
.orangetext15 {font-family: Times New Roman; color: ffffff; font-size: 13px;}
.whitetext12 {
font-family: Times New Roman; font-size: 13px; color: ffffff; text-transform:; text-align:left; background-color:none; display: block; }
.lightbluetext8 {
font-family: Times New Roman; font-size: 13px; color: ffffff; text-transform: ; text-align:left; background-color: 000000; display: block; }
.whitetext12 {font-family: Times New Roman; color: ffffff; font-size: 13px;}
.btext {
font-family: Times New Roman; font-size: 13px; color:ffffff; text-transform: ; text-align:left; background-color: 000000; display: block; }
.blacktext10 {
font-family: Times New Roman; font-size: 13px; color: ffffff; text-transform: ; text-align:left; background-color: 000000; display: block; }
.nametext {
font-family: georgia; font-size: 24px; color:999999; text-transform: ; text-align:left;letter-spacing:-2px; line-height:18px; background-color:000000; display: block; }
table, tr, td {
border: none; background-color: 000000; padding: 0;}
table {
border: none; background-color: 000000;}
table table {
border: none; border-color: none; background-color: 000000;}
table table table {
border: 1px solid; border-color:000000; background-color: ffffff; padding: 0;}
table table table table {
border: none; border-color: none;}
a:link img, a:visited img {filter: none;border:0px}
a:link, a:link font, a:active, a:active font, a:visited, a:visited font, a.navbar:link, a.navbar:active, a.navbar:visited, a.redlink:link, a.redlink:active, a.redlink:visited {
font-family: Times New Roman; font-size: 13px; color:ffffff; text-transform: ; text-decoration: none;font-weight: bold; }
a:hover, a.navbar:hover, a.redlink:hover {
font-family:Times New Roman; font-size: 13px; color:CCCCCC; text-transform: ; font-weight: bold;
}
.contactTable {width:300px !important; height:150px !important; padding:0px !important;
background-image:none
background-attachment:scroll; background-position:center center;
background-repeat:no-repeat; background-color:000000;}
.contactTable table, table.contactTable td { padding:0px !important;
border:0px; background-color:000000; background-image:none;}
.contactTable a img {visibility:hidden; border:0px !important;}
.contactTable a {display:block; height:28px; width:115px;}
.contactTable .text {font-size:1px !important;}
.contactTable .text, .contactTable a, .contactTable img {filter:none !important;}
</style>
<style>.r{}</style>
<style>.r{}</style>


i wanna make it like no lines in between the boxes and make the lines thinner on the border and like spaces in between the profile and about mething so it shows the background.

like this one : http://www.createblog.com/layouts/preview.php?id=13670

thanks in advance.
 
*Infinite.*
post Oct 9 2006, 03:52 PM
Post #2





Guest






Well the layout code for that, without all the images is this:

You can edit what ever you need to make it what you want:

CODE
<STYLE TYPE="text/css">
body {
background-color: 000000;
background-image:url();
    background-attachment: fixed;
    background-position:bottom right;
    background-repeat:repeat;
scrollbar-arrow-color: E5E5E5;
scrollbar-face-color:000000;
scrollbar-3dlight-color: bbbbbb;
scrollbar-darkshadow-color: bbbbbb;
scrollbar-shadow-color: AFAFAF;
scrollbar-highlight-color: bbbbbb;
scrollbar-track-color: 000000;
cursor: crosshair;
}
b, strong {color: bbbbbb;}
i, em {color: ffffff;
}
body, p, td, font {
  font-family: Arial; font-size: 9px; color:bbbbbb; text-transform:;}
table, td, tr, th {
  font-family:Arial; font-size: 9px; color: bbbbbb;}
body, td, li, p, div, li, p, br, table {
  font-family: Arial; color: bbbbbb; text-transform:;}
.text {
  font-family: Arial; font-size: 9px; color: bbbbbb; text-align:left;}
.blacktext12 {
  font-family: Arial; font-size: 0px; color: bbbbbb;}
span.blacktext12 {
  background-color: transparent; background-image: url(); width: 435px; height: 225px; display: block;
}.redtext
{  font-family: Arial; color: bbbbbb; font-size: 9px;
}.redbtext {
  font-family: Arial; color: bbbbbb; font-size: 9px;}
.orangetext15 {
  font-family: Arial; font-size: 9px; color: bbbbbb; text-transform:;}
.whitetext12 {
  font-family:Arial; font-size: 9px; color: bbbbbb; text-transform:; text-align: center; background-color:000000; display: block; }
.lightbluetext8 {
  font-family: Arial; font-size: 9px; color: bbbbbb; text-transform:; text-align: center; background-color: 000000; display: block; }
.btext {
  font-family: Arial; font-size: 9px; color:bbbbbb; text-transform:; text-align: center; background-color: 000000; display: block; }
.blacktext10 {
  font-family:Arial; font-size: 9px; color: bbbbbb; text-transform:; text-align: center; background-color: 000000; display: block; }
.nametext {
  font-family: Arial; font-size: 9px; color:bbbbbb; text-transform:; text-align: center; background-color:000000; display: block; }
table, tr, td {
  border: none; background-color: transparent; padding: 0;}
table {
  border: none; background-color: transparent;}
table table {
  border: none; border-color: none; background-color: transparent;}
table table table {
  border: 1px solid; border-color:bbbbbb; background-color: 000000; padding: 0;}
table table table table {
  border: none; border-color: none;}
a:link, a:link font, a:active, a:active font, a:visited, a:visited font, a.navbar:link, a.navbar:active, a.navbar:visited, a.redlink:link, a.redlink:active, a.redlink:visited {
  font-family: Arial; font-size: 9px; color:bbbbbb; text-transform:; text-decoration: none; }
a:hover, a.navbar:hover, a.redlink:hover {
  font-family:Arial; font-size: 9px; color:bbbbbb; text-transform:; font-weight: bold; cursor: crosshair;
}
</style>

<style>/* myspace codes provided by createblog.com */</style>
 
bogalgirl
post Oct 10 2006, 02:17 AM
Post #3


work hard. play hard.
****

Group: Member
Posts: 266
Joined: Jul 2004
Member No: 32,940



thanks but how do i make the gaps in between my profile and blog like the background. and when i use the code you gave me. the name above my profile doesn't appear big like the one before. and there are lines in in between my picture and the words.


please help but thanks so much just for replying. i was waiting foh ages.
 
freeflow
post Oct 10 2006, 05:58 PM
Post #4


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

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



For the name you change the font size in this part:
CODE
.nametext {
  font-family: Arial; font-size: 9px; color:bbbbbb; text-transform:; text-align: center; background-color:000000; display: block; }
 
bogalgirl
post Oct 11 2006, 07:48 AM
Post #5


work hard. play hard.
****

Group: Member
Posts: 266
Joined: Jul 2004
Member No: 32,940



is there anyway i can make my name text like standout from the border like show outside not outside but overlap the border. but same size so my border line doesnt cover the text. THANKS =]
 
freeflow
post Oct 11 2006, 09:04 AM
Post #6


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

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



http://www.createblog.com/scripts/download.php?id=355
 

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