Welcome Guest! To enable all features please try to register or login.
Layout help
Icy_VixnBtch
#1 Posted : Friday, April 04, 2008 5:18:03 AM(UTC)


Rank: Novice Forum Member

Joined: 3/1/2008(UTC)
Posts: 8
Medals:
I have picked a layout from

http://www.hotfreelayouts.com/layouts/

But when I put it on my profile page. I lose the table with the message me/send me funds/gifts...etc....

Can ony help me fingure out either the code for that table and how to add it to the layout code? Also would love to change all the font color to white. Please I need help, been working on this for two days. Thanks in advance for you time and help
Vixn

Here is the full code I am using:

<style type="text/css">
body{
background-color:rgb(0,0,0);
background-image:url

("http://ly.fdots.com/cc/c3/74b876ed53a72f57e791520510cef32c.jpg"Wink;
background-position:center center;
background-repeat:no-repeat;
background-attachment:fixed;
}
img{
border:0;
}
td, tr, div{
background-color:transparent;
border:0;
}
table{
background-color:transparent;
border:0;
}
table table{
background-color:transparent;
border:0;
}
table table table{
background-color:rgb(0,0,0);
border-width:4;
border-color:rgb(211,13,22);
border-style:solid;
}
table table table td{
border:0;
}
table table table table{
background-color:rgb(0,0,0);
border:0;
}
body, div, span, td, p, .lightbluetext8, strong, b, u, .redtext, .redbtext,

.btext, .text, .blacktext10, .blacktext12 {
font-family:Georgia;
font-size:12px;
color:rgb(211,13,22);
font-weight:bold;
}
.nametext{
font-family:Georgia;
font-size:22px;
color:rgb(211,13,22);
font-weight:bold;
}
.whitetext12, .orangetext15{
font-family:Georgia;
font-size:16px;
color:rgb(211,13,22);
font-weight:bold;
}
a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.man:link,

a.man:active, a.man:visited, a.man:hover, a, a:link, a:active, a:visited,

a:hover, a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover,

a.text:link, a.text:active, a.text:visited, a.text:hover,

a.searchlinksmall:link, a.searchlinksmall:active, a.searchlinksmall:visited,

a.searchlinksmall:hover, a.redlink:link, a.redlink:active, a.redlink:visited,

a.redlink:hover {
color:rgb(211,13,22);
font-weight:bold;
}
a.navbar:hover, a.man:hover, a:hover {
color:rgb(211,13,22);
font-weight:bold;
text-decoration:underline;
}
</style>

<style type="text/css" >
table table table {background:transparent;}
table table table td {
background-color:transparent;
filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7; -khtml-opacity:0.7;
</style>

<style>
a .text
{
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}
</style>

<style type="text/css">
body, html {visibility:visible !important; display:block !important}
</style>


<style type="text/css">(np space here just trying to get rid of a smiley) div table td { visibility: visible }; div table {

visibility: visible };</style>

<b><a href="http://www.hotfreelayouts.com/layouts/27322">fantasy

layout</a></b> powered by <a href="http://www.hotfreelayouts.com/"><b><span

style="color:white;background-color:red">HOT</span>FreeLayouts.com</b></a> /

<a href="http://www.myhotcomments.com/graphics/popular">MyHotComments</a>





McTorres
#2 Posted : Friday, April 04, 2008 5:36:07 AM(UTC)


Rank: Seasoned Forum Member

Joined: 2/12/2008(UTC)
Posts: 476
Medals:
heya, give this a go, you had some 'white spaces in the CSS and also an extra ; in the url for the background image.
Code:

<style type="text/css">
body{
background-color:rgb(0,0,0);
background-image:url("http://ly.fdots.com/cc/c3/74b876ed53a72f57e791520510cef32c.jpg");
background-position:center center;
background-repeat:no-repeat;
background-attachment:fixed;
}
img{
border:0;
}
td, tr, div{
background-color:transparent;
border:0;
}
table{
background-color:transparent;
border:0;
}
table table{
background-color:transparent;
border:0;
}
table table table{
background-color:rgb(0,0,0);
border-width:4;
border-color:rgb(211,13,22);
border-style:solid;
}
table table table td{
border:0;
}
table table table table{
background-color:rgb(0,0,0);
border:0;
}
body, div, span, td, p, .lightbluetext8, strong, b, u, .redtext, .redbtext,

.btext, .text, .blacktext10, .blacktext12 {
font-family:Georgia;
font-size:12px;
color:rgb(211,13,22);
font-weight:bold;
}
.nametext{
font-family:Georgia;
font-size:22px;
color:rgb(211,13,22);
font-weight:bold;
}
.whitetext12, .orangetext15{
font-family:Georgia;
font-size:16px;
color:rgb(211,13,22);
font-weight:bold;
}
a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.man:link,

a.man:active, a.man:visited, a.man:hover, a, a:link, a:active, a:visited,

a:hover, a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover,

a.text:link, a.text:active, a.text:visited, a.text:hover,

a.searchlinksmall:link, a.searchlinksmall:active, a.searchlinksmall:visited,

a.searchlinksmall:hover, a.redlink:link, a.redlink:active, a.redlink:visited,

a.redlink:hover {
color:rgb(211,13,22);
font-weight:bold;
}
a.navbar:hover, a.man:hover, a:hover {
color:rgb(211,13,22);
font-weight:bold;
text-decoration:underline;
}
</style>

<style type="text/css" >
table table table {background:transparent;}
table table table td {
background-color:transparent;
filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7; -khtml-opacity:0.7;
</style>

<style>
a .text
{
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}
</style>

<style type="text/css">
body, html {visibility:visible !important; display:block !important}
</style>


<style type="text/css">(np space here just trying to get rid of a smiley) div table td { visibility: visible }; div table {

visibility: visible };</style>

<b><a href="http://www.hotfreelayouts.com/layouts/27322">fantasy

layout</a></b> powered by <a href="http://www.hotfreelayouts.com/"><b><span

style="color:white;background-color:red">HOT</span>FreeLayouts.com</b></a> /

<a href="http://www.myhotcomments.com/graphics/popular">MyHotComments</a>.com/graphics/popular">MyHotComments</a>
McTorres
#3 Posted : Friday, April 04, 2008 5:37:13 AM(UTC)


Rank: Seasoned Forum Member

Joined: 2/12/2008(UTC)
Posts: 476
Medals:
I'll add too, you won't see the add table etc when viewing yourself (why add yourself eh Tongue). But those viewing your profile do see it.
Icy_VixnBtch
#4 Posted : Friday, April 04, 2008 5:53:05 AM(UTC)


Rank: Novice Forum Member

Joined: 3/1/2008(UTC)
Posts: 8
Medals:
_Tones_ wrote:
I'll add too, you won't see the add table etc when viewing yourself (why add yourself eh Tongue). But those viewing your profile do see it.

Thanks and never thought about that lmao....thanks so much for the help
Applause
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Clean Slate theme by Jaben Cargman (Tiny Gecko)
Powered by YAF | YAF © 2003-2010, Yet Another Forum.NET
This page was generated in 0.198 seconds.
TC-IIS-7
3.145.86.211