Help - Search - Members - Calendar
Full Version: Layout /:
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
InFamouSXcluSive
Can anyone help me get this to work. I seem to got most of it, but it doesn't want to show up on my profile. Can't figure it out. I know I not doing anything right but what? I do not know.. need some help, please?

CODE
<style>
<div>

<head>
<title>Layout</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table id="Table_01" width="1550" height="1220" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">
<img src="http://i69.photobucket.com/albums/i61/BlazinNonStop420/Layout_01.gif" width="1550" height="300" alt=""></td>
</tr>

<tr>
<td rowspan="2">
<img src="http://i69.photobucket.com/albums/i61/BlazinNonStop420/Layout_02.gif" width="432" height="920" border="0" alt="" usemap="#Layout_02_Map"></td>
<td background="images/index_numbernavigation.jpg" style="background-repeat: no-repeat; padding: 5px;" width="x2" height="y2" valign="bottom">
About<br>
Dave Dave<br>
About Dave Dave<br>
About<br>

Dave Dave<br></td>
<td rowspan="2">
<img src="http://i69.photobucket.com/albums/i61/BlazinNonStop420/Layout_04.gif" width="47" height="920" alt=""></td>
</tr>
<tr>
<td>
<img src="http://i69.photobucket.com/albums/i61/BlazinNonStop420/Layout_05.gif" width="1071" height="88" alt=""></td>
</tr>
</table>

<map name="Layout_02_Map">
<area shape="rect" alt="" coords="0,497,223,567" href="http://home.myspace.com/index.cfm?fuseaction=user">
<area shape="rect" alt="" coords="0,728,224,831" href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewAlbums2&friendID=47818577">
<area shape="rect" alt="" coords="0,632,182,722" href="http://friends.myspace.com/index.cfm?fuseaction=invite.addfriend_confirm&statusCD=1&friendId=47818577">
<area shape="rect" alt="" coords="4,568,225,631" href="http://messaging.myspace.com/index.cfm?fuseaction=mail.messageV3&friendID=47818577">
</map>

</body>
</div>

</style>
InFamouSXcluSive
I had a friend doing something for me ^^ code above in ImageReady. I am still fairly new to the whole coding blah. Here is the org. code she gave me. I do not know, that is why I came here to figure out, what in the world is going on. /: Thanks tho.

CODE
<html>
<head>
<title>Layout</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (Layout.psd) -->
<table id="Table_01" width="1550" height="1220" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">
<img src="Layout_01.gif" width="1550" height="300" alt=""></td>
</tr>

<tr>
<td rowspan="2">
<img src="Layout_02.gif" width="432" height="920" border="0" alt="" usemap="#Layout_02_Map"></td>
<td background="images/index_numbernavigation.jpg" style="background-repeat: no-repeat; padding: 5px;" width="x2" height="y2" valign="bottom">
About<br>
Dave Dave<br>
About Dave Dave<br>
About<br>

Dave Dave<br></td>
<td rowspan="2">
<img src="Layout_04.gif" width="47" height="920" alt=""></td>
</tr>
<tr>
<td>
<img src="Layout_05.gif" width="1071" height="88" alt=""></td>
</tr>
</table>

<map name="Layout_02_Map">
<area shape="rect" alt="" coords="0,497,223,567" href="http://home.myspace.com/index.cfm?fuseaction=user">
<area shape="rect" alt="" coords="0,728,224,831" href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewAlbums2&friendID=47818577">
<area shape="rect" alt="" coords="0,632,182,722" href="http://friends.myspace.com/index.cfm?fuseaction=invite.addfriend_confirm&statusCD=1&friendId=47818577">
<area shape="rect" alt="" coords="4,568,225,631" href="http://messaging.myspace.com/index.cfm?fuseaction=mail.messageV3&friendID=47818577">
</map>
<!-- End ImageReady Slices -->
</body>
</html>
InFamouSXcluSive
Yes you did, but didn't work for me.. so I give up on myspace coding, junk. btw, its profile 1.0
InFamouSXcluSive
Woah, chill out. That was a smart remark. I didn't literally "give" up on it. Just working my nerves. I never said "You fix it for me." I am pretty clear, I have to fix it myself. I didn't ask for you to fix it for me. Geez, issues much? Just relax. Just a question.
InFamouSXcluSive
rofl, chill my tits.

I have someone working on it, but yeah. Doesn't seem to be going all to well either way.

http://www.myspace.com/inf4m0usxc1usiv3
ZeT0
make * :)
heyo-captain-jack
QUOTE(ZeT0 @ Jan 3 2010, 03:35 AM) *
make * :)

also to*
none345678
Mike, you know we just can't grasp your crazy UK lingo.
ZeT0
I thought you ment ' to make '.
Back on topic...
InFamouSXcluSive
Lol, yes back to topic. This what I have so far..

About me:
CODE
<style>
{sets the default style for the body, table data, list data, divisions and text areas}
{ body, well you know what that is}
{ div, p, and xmp are classes}
{ table, tr, td, and th are table properties}
body,div,p,xmp,table,tr,td,th{
background-color:000000;
scrollbar-arrow-color:000000;
scrollbar-track-color:000000;
scrollbar-shadow-color:CCFFFF;
scrollbar-face-color:CCFFFF;
scrollbar-highlight-color:CCFFFF;
scrollbar-darkshadow-color:CCFFFF;
scrollbar-3dlight-color:CCFFFF;
font-family:tahoma;
font-size:8pt;
color:CCFFFF;
border:none;}

input, select, textarea, .textfield, .button {
font-family:tahoma;
font-size:8pt;
color:000000;
border: 1px dashed FFFFFF;
background-color:transparent;
text-align:center;}

{ TEXT DEFAULTS }
{class for the basic font for the page}
.text {
font-family:tahoma; font-size:8pt; line-height:10pt; color:CCFFFF;text-align:justify;}

b,i,strong,em,u,s {
font-family:tahoma; font-size:8pt;color:FFFF00;font-weight:normal;cursor:help;}

{style for the number of friends you have.}
.redbtext{font-family:tahoma; font-size:8pt; line-height:10pt; color:FFFFFF;border:0px solid FFFFFF; }

{repeat of the style for how many comments you have}
.redbtext{font-family:tahoma; font-size:8pt; line-height:10pt; color:FFFFFF; border:0px solid FFFFFF;}

{"Blurbs", "About Me", "Who I’d like to Meet", "Friend Space", and "Friend’s Comments" style}
.orangetext15{font-family:courier new; text-transform:uppercase; font-size:11px; color:FFFF00; font-weight:bold;background:000000; border:0px solid FFFFFF;text-decoration:underline;}

{"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:courier new; text-transform:uppercase; font-size:11px; color:FFFF00; font-weight:bold;background:000000;border:0px solid FFFFFF;text-align:right;}

{"In your extended network" style}
.blacktext12{font-family:courier new; font-size:16px; color:FFFF00; font-weight:bold;text-decoration: underline; text-transform:uppercase;}

{"Contacting", "Interests", "Details", and "Schools" title styling}
.whitetext12{font-family:courier new; font-size:16px; color:CCFFFF; font-weight:bold;text-decoration: underline; border:0px solid CCFFFF; text-transform:uppercase;}

{Stylizing of your name above your picture; appears you can’t change the color of your name from here. Suggestions?}
.nametext{font-family:courier new; font-size:16px; color:CCFFFF; font-weight:bold;text-decoration:underline;border:none;text-transform:uppercase;}

{date stamp on comments}
.blacktext10{font-family:tahoma; font-size:8pt; line-height:10pt; color:CCFFFF;border:0px solid FFFFFF;}

{This is how all anchor points will be displayed; anchor points appear before all links.}
a, a:link,a:active,a:visited{font-family:tahoma; font-size:8pt; line-height:10pt; color:CCFFFF;text-decoration:none}
a:hover{border-bottom:1px dashed FFFFFF; font-family:tahoma; font-size:8pt; line-height:10pt; color:FFFFFF;}

{not used on profile}
a.readmail,a.readmail:link,a.readmail:active,a.readmail:visited{font-family:tahoma; font-size:8pt; line-height:10pt; text-decoration:none;color: CCFFFF;}
a.readmail:hover{font-family:tahoma; font-size:8pt; line-height:10pt; color:FFFF00;border-bottom:1px dashed FFFFFF; }

{ "View all friends" and "invite more" link style}
a.redlink,a.redlink:link,a.redlink:active,a.redlink:visited{font-family:tahoma; font-size:8pt;font-weight:bold;color:FFFFFF;text-decoration:none}
a.redlink:hover{font-family:tahoma; font-size:8pt; line-height:10pt; color:FFFF00;border-bottom:1px dashed FFFFFF;}

{2 links in very top on the left, and the 13 links above your picture with make the navigation bar}
a.navbar,a.navbar:link,a.navbar:active,a.navbar:visited{font-family:tahoma; font-size:8pt;color:FFFFFF;text-decoration:none}
a.navbar:hover{font-family:tahoma; font-size:8pt; line-height:10pt; color:FFFF00; border-bottom:1px dashed FFFFFF;}

{ TEXT FORMATTING
DEFAULT FONT, SIZE 8, BLACK }
{ btext used for "latest blog entry" and "USERNAME has * friends"}
.btext, .itext{font-family:tahoma; font-size:8pt; line-height:10pt; color:FFFF00;border:0px solid FFFFFF;}

{ DEFAULT FONT, SIZE 8, COLORS }
{unused on profile}
.bwtext, .rtext, .rbtext, .subhead{font-family:tahoma; color:FFFF00;font-size:8pt;font-weight:bold;}

{ DEFAULT FONT, SIZE 8 }
{unused on profile}
.stext, .sbtext, .swtext{font-family:tahoma; color:FFFF00;font-size:8pt;}

{ DEFAULT FONT, SIZE 11 }
{unused on profile}
.head11, .text11{font-family:tahoma; color:FFFF00;font-size:8pt;}

{ TABLE COLORS }
{apparently unused?}
table.grey, tr.grey, td.grey{font-family:tahoma;
font-size:8pt;background:transparent;border:0px solid FFFFFF;}
table.white, tr.white, td.white{font-family:tahoma;
font-size:8pt;background:transparent;border:0px solid FFFFFF;}
table.accent_light, tr.accent_light,
td.accent_light{font-family:tahoma;
font-size:8pt;background:transparent;border:0px solid FFFFFF;}
table.accent_dark, tr.accent_dark,
td.accent_dark{font-family:tahoma;
font-size:8pt;background:transparent;border:0px solid FFFFFF;}
table.action, tr.action, td.action{font-family:tahoma;
font-size:8pt;background:transparent;border:0px solid FFFFFF; }
table.blue_light, tr.blue_light,
td.blue_light{font-family:tahoma;
font-size:8pt;background:transparent;border:0px solid FFFFFF;}
table.blue_dark, tr.blue_dark, td.blue_dark{font-family:tahoma;
font-size:8pt;background:transparent;border:0px solid FFFFFF;}


{"Help" and "Signout" in very top in right corner}
a.man,a:link,a:active,a:visited{font-family:tahoma; font-size:8pt;color:FFFFFF; text-decoration:none;}
a:hover{font-family:tahoma;
font-size:8pt;color:FFFF00; text-decoration:none;border-bottom:1px dashed FFFFFF;}
</style>



<style>
.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}
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;}
</style>


Then, Who I'd like to meet:
CODE
<div class="bg" style="position: absolute; left:300px; top:200px; width:799px; height:629px; overflow: hidden;">
<img src="http://i69.photobucket.com/albums/i61/BlazinNonStop420/Layout_01.gif" width="779" height="156" alt="" />
<img src="http://i69.photobucket.com/albums/i61/BlazinNonStop420/Layout_02.gif" width="221" height="473" border="0" alt="" usemap="#Layout_02_Map" />

<map name="Untitled_1_1_02_Map">
<area shape="rect" alt="" coords="0,376,96,410" href="#" />
<area shape="rect" alt="" coords="0,376,96,411" href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewAlbums2&friendID=47818577" />
<area shape="rect" alt="" coords="0,327,82,364" href="#" />
<area shape="rect" alt="" coords="0,291,117,327" href="http://www.msplinks.com/MDFodHRwOi8vbWVzc2FnaW5nLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPW1haWwubWVz
2FnZVYzJmZyaWVuZElEPTQ3ODE4NTc3" />
<area shape="rect" alt="" coords="0,250,97,291" href="http://www.msplinks.com/MDFodHRwOi8vaG9tZS5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2Vy" />
</map>
<<td background="http://i69.photobucket.com/albums/i61/BlazinNonStop420/Layout_03.gif" style="background-repeat: no-repeat; padding: 5px;" width="779" height="156">
About<br />
Dave Dave<br />
About Dave Dave<br />
About<br /></td>

Dave Dave<br />
<img src="http://i69.photobucket.com/albums/i61/BlazinNonStop420/Layout_04.gif" width="37" height="473" alt="" />
<img src="http://i69.photobucket.com/albums/i61/BlazinNonStop420/Layout_05.gif" width="541" height="45" alt="" />




</div>
ZeT0
Ahaha, the things you have to deal with Mike. rofl1.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.