* Login   * Register  * FAQ    * Search



Username:
Password:

Remember



Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: HTML masters!! Please help me find where in this code it takes my friends off my myspace page.?
PostPosted: Wed Sep 16, 2009 3:00 am 
Offline

Joined: Sat Aug 29, 2009 6:32 pm
Posts: 45
this is a background that i like for my myspace page but when i add it it put the background on and my friends off there. when i erase the code from it they appear again. I was hoping,because i have already tried and don't see it, that someone who knows HTML would go through and identify the part that takes my friends off there so i can erase that part and put it on my myspace again. Then, i will have the background i want with my friends on it.

thanks!



<style>.fcsS{}</style>
<style>

form>img#googleTLogo
{
background-image:url();
background-repeat: no-repeat;
}

#googleTLogo
{
vertical-align:bottom;
width:120px;
height:30px;
filter:progid:DXImageTransform.Micros… sizingMethod='image');
}

</style><style>

{ Created using FreeCodeSource.com Profile Editor }

{ Background Properties }
table, tr, td { background-color:transparent; border:none; border-width:0;}
body {
background-color:000000;
background-image:url('http://img.freecodesource.com/myspace-layouts/images/layouts/1180649808-690-1.gif');
background-attachment:fixed;
background-position:center right;
background-repeat:no-repeat;
border-top-width:0px;
border-bottom-width:0px;
border-left-width:0px;
border-right-width:0px;
border-color:none;
border-style:solid;
padding-left:200px;
padding-right:0px;
}

.FreeCodeSource.com { Table Properties }
table table { border: 0px }
table table table table{border:0px}
table, tr, td { background-color:transparent; border:none; border-width:0;}
table table table {
border-style:solid;
border-width:3;
border-color:FFFFFF;
background-color:none;
background-image:url('Enter Image URL');
background-repeat:repeat;
background-attachment:fixed;
background-position:top center;
}
table table table table td {filter:none;}
table table table table {border:0px;}
td.text table, td.text table td {width:300px; padding:0px;}
td.text table table table table, td.text table table table table td {width:0px;}
table table td {width:10px;}
div table table td, table table table td {width:auto;}
td.text td.text table table div, td.text td.text table table a img {height:75px; width:65px !important; border-width:0px;}

{ Text Properties }
table, tr, td, li, p, div {font-family:arial !important; font-size:12px !important; color:FFFFFF !important; font-weight:bold; }
.btext, .orangetext15, .nametext, .whitetext12 {font-family:arial black !important; font-size:14px !important; color:FF0000 !important; font-weight:bold; font-style:normal; }
.blacktext10, .blacktext11, .blacktext12, .lightbluetext8, .redtext, .redbtext, .text {font-family:arial !important; font-size:12px !important; color:FFFFFF !important; font-weight:bold; font-style:normal; }

{ Link Properties }
a:active, a:visited, a:link {font-family:arial !important; color:FFFFFF !important; font-weight:bold; font-style:normal; }
a:hover {font-family:arial !important; color:FF0000 !important; font-weight:bold; font-style:normal; text-decoration:line-through; }

{ Tweaks }
div td font {visibility:hidden;} .navbar {visibility:visible;}
table tbody td table tbody tr td.text table {visibility:hidden;}
table tbody td table tbody tr td.text table table, table tbody td table tbody tr td.text table table tbody td.text {visibility:visible;}
td.text td.text table table table, td.text td.text table br, td.text td.text table .orangetext15, td.text td.text .redlink, td.text td.text span.btext {display:none;}
td.text td.text table {background-color:transparent;}
td.text td.text table td, td.text td.text table {height:0;padding:0;border:0;}
td.text td.text table table td {padding:3;}
td.text td.text table table br {display:inline;}
.rid br {display:none;}
a.text, table div font a, table div div {visibility:hidden;}

table table table {direction:ltr;}

</style><style>
body, html {visibility:visible !important; display:block !important}
</style>

<center>
<a href="http://www.msplinks.com/MDFodHRwOi… target="_blank"><img src="http://img.freecodesource.com/image… alt="Myspace Layouts" border="0" /></a><a href="http://www.msplinks.com/MDFodHRwOi… target="_blank"><b>Myspace Layouts</b></a> - <a href="http://www.msplinks.com/MDFodHRwOi… target="_blank"><b>Emo Myspace Layouts</b></a>
<a href="http://www.msplinks.com/MDFodHRwOi… target="_blank"><b>Myspace Codes</b></a> -
<a href="http://www.msplinks.com/MDFodHRwOi… target="_blank"><b>Myspace Generators</b></a> -
<a href="http://www.msplinks.com/MDFodHRwOi… target="_blank"><b>Myspace Backgrounds</b></a>
</center>
<style>.fcsE{}<


Top
   
 
 Post subject: HTML masters!! Please help me find where in this code it takes my friends off my myspace page.?
PostPosted: Wed Sep 16, 2009 3:02 am 
Offline

Joined: Sat Aug 29, 2009 7:09 am
Posts: 29
EDIT: Just replace the follwoing...

{ Tweaks }
div td font {visibility:hidden;} .navbar {visibility:visible;}
table tbody td table tbody tr td.text table {visibility:hidden;}
table tbody td table tbody tr td.text table table, table tbody td table tbody tr td.text table table tbody td.text {visibility:visible;}
td.text td.text table table table, td.text td.text table br, td.text td.text table .orangetext15, td.text td.text .redlink, td.text td.text span.btext {display:none;}
td.text td.text table {background-color:transparent;...
td.text td.text table td, td.text td.text table {height:0;padding:0;border:0;}
td.text td.text table table td {padding:3;}
td.text td.text table table br {display:inline;}
.rid br {display:none;}
a.text, table div font a, table div div {visibility:hidden;}



WITH THIS...

{ Tweaks }
div td font {visibility:hidden;} .navbar {visibility:visible;}
table tbody td table tbody tr td.text table {visibility:hidden;}
table tbody td table tbody tr td.text table table, table tbody td table tbody tr td.text table table tbody td.text {visibility:visible;}
.rid br {display:none;}
a.text, table div font a, table div div {visibility:hidden;}


Top
   
 
 Post subject: HTML masters!! Please help me find where in this code it takes my friends off my myspace page.?
PostPosted: Wed Sep 16, 2009 3:55 am 
Offline

Joined: Sat Aug 29, 2009 6:32 pm
Posts: 33
Look out for
{visibility:hidden;} and {display:none;}
These two will hide anything complying with the css coming before them.

However to guide you further, you must post the code that displays your friends, (only an example of course, don't want your friends names here)?


Top
   
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
TMOL Style by NinhAnh
All times are UTC - It is currently Sat Nov 21, 2009 6:36 am
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group