Log In · Register

 
 
Closed TopicStart new topic
helpp, how do i do this??
j3nn2008
post Nov 20 2006, 11:35 PM
Post #1


Senior Member
****

Group: Member
Posts: 156
Joined: Mar 2006
Member No: 386,624



how do i make my tables all put on a white table or whatever so you can only see the side of your layout like hers instead of like how mine is
 
showstopper!
post Nov 20 2006, 11:38 PM
Post #2


mrs. paul dano.
*****

Group: Member
Posts: 907
Joined: Nov 2006
Member No: 478,992



Hmmm. Have you checked here yet?
http://www.createblog.com/forums/index.php?showtopic=144829
 
j3nn2008
post Nov 20 2006, 11:42 PM
Post #3


Senior Member
****

Group: Member
Posts: 156
Joined: Mar 2006
Member No: 386,624



ya..there are like a million codes and i dont know what they are
 
showstopper!
post Nov 20 2006, 11:51 PM
Post #4


mrs. paul dano.
*****

Group: Member
Posts: 907
Joined: Nov 2006
Member No: 478,992



Well. I don't know what to say. In that tutorial it explains everything step by step. It's not that difficult. But thats in my opinion.
 
freeflow
post Nov 20 2006, 11:57 PM
Post #5


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

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



QUOTE(j3nn2008 @ Nov 20 2006, 8:42 PM) *
ya..there are like a million codes and i dont know what they are

If you read the whole thing she explains what each thing is....

This should do it:
CODE
table, tr, td {background-color: FFFFFF; border: 0px; padding:2;}
table table {border: 0px;}
table table table table{border: 0px;}


style tags.
 
j3nn2008
post Nov 22 2006, 02:04 PM
Post #6


Senior Member
****

Group: Member
Posts: 156
Joined: Mar 2006
Member No: 386,624



ok so im f**king retarded now
 
*Infinite.*
post Nov 22 2006, 02:10 PM
Post #7





Guest






^Although if that doesn't work. To only get that affect on each side just put in:

CODE
<style>
table, tr, td { border:none; border-width:0;}
body {
background-image:url("URL");
background-attachment: fixed;
background-position:top left;
background-repeat:repeat;
background-color:transparent;
  }</style>


Any other questions feel free to ask, and don't call your self a retard or anything, a lot of people ask this happy.gif
 
j3nn2008
post Nov 22 2006, 02:15 PM
Post #8


Senior Member
****

Group: Member
Posts: 156
Joined: Mar 2006
Member No: 386,624



i put that code in and i put the url in the "url" spot and put it in my about me but its not working
 
*Infinite.*
post Nov 22 2006, 02:21 PM
Post #9





Guest






Yea I see why, its your whole layout code.


Uhm, if you give me a few min, I'll just write you a whole layout okay?


Save your coding aside in your about me and try this:

CODE
<style type="text/css">

table, tr, td { border:none; border-width:0;}
body {
background-image:url("http://img225.imageshack.us/img225/7439/5507ke8.gif");
background-attachment: fixed;
background-position:top left;
background-repeat:repeat;
background-color:transparent;
  }


table table { border: 0px }
table table table table{border:0px}
table, tr, td { border:none; border-width:0;}
table table table {
border-style:solid;
border-width:0px;
border-color:000000;
background-color:FFFFFF;}

</style>
<style type="text/css">.contactTable {display:none!important; border:0px !important;}</style>
<style>.lightbluetext8{display:none;}</style><style>
div td font {visibility:hidden;}
.navbar {visibility:visible;}
</style>
<style type="text/css">
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;}
</style>
<style>.note {bring the tables up more}
td.text table {position:relative; top: -170px;}
td.text table table {position:static;}</style>
<style type="text/css">
a:link, a:active, a.man:link, a.text:link, a.redlink:link, a.redlink:active, a.navbar:link, a.navbar:active {
color:black;
font-family: small fonts;
font-size: 9px;
line-height: inherit;
font-weight: normal;
text-decoration: underline;
text-transform: uppercase;
letter-spacing: 0px;
background-color: transparent;
}

a:visited, a.man:visited, a.text:visited, a.redlink:visited, a.navbar:visited {
color: black;
font-family: small fonts;
font-size: 9px;
line-height: inherit;
font-weight: normal;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0px;
background-color: transparent;
}

a:hover, a.man:hover, a.text:hover, a.redlink:hover, a.navbar:hover {
color: black;
font-family: french script mt;
font-size: 18px;
line-height: inherit;
font-weight: normal;
text-decoration: none;
text-transform: lowercase;
letter-spacing: 0px;
background-color: 000000;
}
</style>
<style>.nametext{color:black; font-family:Curlz MT;text-decoration: none; font-size: 38pt;font-weight:;letter-spacing:;border: none; letter-spacing:-2px; line-height:14px;background-color:;text-transform: lowercase;display: inline; position: relative; top: 200px; left: 25px;}</style>
<style type="text/css">
.orangetext15 {display: none;}
</style>
<style type="text/css">
table table table table div {visibility:hidden;}
div table table table table table div input, div a, td.text div {visibility:visible;}
</style>

<style>td td object {position:absolute; left:0px; top:0px; display:block; width:228px; height:39px;}</style>
<style>. {hiding the copyright}
table div font a, table div div {visibility:hidden; display:none;border:0px!important;background-color:transparent;}</style>
 
j3nn2008
post Nov 22 2006, 02:39 PM
Post #10


Senior Member
****

Group: Member
Posts: 156
Joined: Mar 2006
Member No: 386,624



its still not working. maybe its something in one of my codess?
 
*Infinite.*
post Nov 22 2006, 02:40 PM
Post #11





Guest






Did you erase all your codes?

and just put the one I provided?
 
j3nn2008
post Nov 22 2006, 02:48 PM
Post #12


Senior Member
****

Group: Member
Posts: 156
Joined: Mar 2006
Member No: 386,624



ohh ok but now in my intrests section it used to be all white and now it is blue ....is there a code to make that white again?
 
*Infinite.*
post Nov 22 2006, 03:01 PM
Post #13





Guest






To be honest, I don't think there is.
 

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