Layout /: |
![]() ![]() |
Layout /: |
Jan 1 2010, 07:58 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 32 Joined: Jun 2008 Member No: 659,700 |
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> This post has been edited by Cristy: Jan 1 2010, 08:12 PM
Reason for edit: Use codebox tags for long codes, please. - Cristy
|
|
|
|
Jan 2 2010, 04:28 AM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,749 Joined: Oct 2005 Member No: 281,127 |
That looks more like a website template, for one. Two, you've got HTML codes inside <style> tags. What's up with that? If you want to use this as a MySpace layout, try removing this:
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"> And this: CODE </body> </div> </style> Then go on from there. |
|
|
|
Jan 2 2010, 01:07 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 32 Joined: Jun 2008 Member No: 659,700 |
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> |
|
|
|
Jan 2 2010, 01:24 PM
Post
#4
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,749 Joined: Oct 2005 Member No: 281,127 |
Didn't I already suggest a fix for you to try?
|
|
|
|
Jan 2 2010, 01:27 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 32 Joined: Jun 2008 Member No: 659,700 |
Yes you did, but didn't work for me.. so I give up on myspace coding, junk. btw, its profile 1.0
|
|
|
|
Jan 2 2010, 01:45 PM
Post
#6
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,749 Joined: Oct 2005 Member No: 281,127 |
Then why do you still need help if you gave up on it?
|
|
|
|
Jan 2 2010, 01:54 PM
Post
#7
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 32 Joined: Jun 2008 Member No: 659,700 |
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.
|
|
|
|
Jan 2 2010, 04:09 PM
Post
#8
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,749 Joined: Oct 2005 Member No: 281,127 |
That was a smart remark too mate, so chill your tits. I'm not at all bothered. Ha! How about posting a link to your page?
|
|
|
|
Jan 3 2010, 01:16 AM
Post
#9
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 32 Joined: Jun 2008 Member No: 659,700 |
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 |
|
|
|
Jan 3 2010, 04:35 AM
Post
#10
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 255 Joined: Jul 2009 Member No: 739,898 |
|
|
|
|
Jan 3 2010, 05:02 AM
Post
#11
|
|
![]() /人◕‿‿◕人\ ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 15,648 Joined: Dec 2007 Member No: 602,927 |
|
|
|
|
Jan 3 2010, 07:00 AM
Post
#12
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,749 Joined: Oct 2005 Member No: 281,127 |
'Mate' is the anglicised 'bro', wankers. Read the sentence over.
David, why don't you try slicing the original layout over? The images you uploaded are too big. You are having to make them smaller just to organize everything. After resizing, try slicing them in rows and making sure a straight line can be drawn through each one by the end. |
|
|
|
Jan 3 2010, 12:53 PM
Post
#13
|
|
![]() Sex, Blood, & RocknRoll ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: People Staff Posts: 6,610 Joined: Nov 2007 Member No: 596,480 |
Mike, you know we just can't grasp your crazy UK lingo.
|
|
|
|
Jan 3 2010, 12:57 PM
Post
#14
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,749 Joined: Oct 2005 Member No: 281,127 |
Yet you can grasp Tung's pee-wee dick. I'm amazed, so amazed.
|
|
|
|
Jan 4 2010, 02:23 AM
Post
#15
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 255 Joined: Jul 2009 Member No: 739,898 |
I thought you ment ' to make '.
Back on topic... |
|
|
|
Jan 4 2010, 04:09 AM
Post
#16
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 32 Joined: Jun 2008 Member No: 659,700 |
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> |
|
|
|
Jan 6 2010, 08:33 AM
Post
#17
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,749 Joined: Oct 2005 Member No: 281,127 |
You clearly didn't bother reading what I said. How about this? Post the original version of your design so we can see what we're working with. Your slices don't even connect to make one whole piece. Fucking hell.
|
|
|
|
Jan 11 2010, 12:44 PM
Post
#18
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 255 Joined: Jul 2009 Member No: 739,898 |
Ahaha, the things you have to deal with Mike.
|
|
|
|
Jan 11 2010, 04:10 PM
Post
#19
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,749 Joined: Oct 2005 Member No: 281,127 |
Yeah WTF, I typed out all this shit:
'Mate' is the anglicised 'bro', wankers. Read the sentence over. David, why don't you try slicing the original layout over? The images you uploaded are too big. You are having to make them smaller just to organize everything. After resizing, try slicing them in rows and making sure a straight line can be drawn through each one by the end. Nobody even gave a f*ck. I want to kick someone's teeth in. |
|
|
|
![]() ![]() |