Kat1984
09-01-2003, 06:52 PM
What little code gets your text to out straight instead of this: http://www.geocities.com/zebrazinger77/main
|
View Full Version : Straight Kat1984 09-01-2003, 06:52 PM What little code gets your text to out straight instead of this: http://www.geocities.com/zebrazinger77/main stargrl329 09-02-2003, 12:29 AM i'm not sure if this is the problem with the text, but there's some weeirrdd things in your code [maybe because of yahoo page builder? i'm not sure...]. the issue with the text most likely is the fact that you had an unclosed table with no <tr> tag. also, you have two <html> tags, two titles, div's and a body code in your head tag, and some other stuff. i tried to sort out what was there. i wasn't sure what color "patlette" was supposed to be (your scrollbar-track color) so i just changed it to your background color. you had two text and background colors in your body tags too, i went with the first ones that appeared in the code. if something you want to be different you can just change it :-) <html> <head> <TITLE>SLOAN - The way music suppose to be</TITLE> <META NAME="description" CONTENT="Sloan • A Canadian band with greatness •"> <META NAME="keywords" CONTENT="Sloan, Jay Ferguson, Chris Murphy, Andrew Scott, Patrick Pentland, Pretty Together, Smeared, Twice Removed, Between The Bridges, Action Pact, Peppermint EP, Halifax, Toronto, albums"> <META NAME="author" CONTENT="¤ Mary Kathleen MacMaster ¤"> <meta name="generator" content="Created Using Yahoo! PageBuilder 2.61.83"> <STYLE type="text/css"> <!-- BODY { scrollbar-face-color: #D9A873; scrollbar-highlight-color: #D9A873; scrollbar-3dlight-color: #FFCCDB; scrollbar-darkshadow-color: #D9A873; scrollbar-shadow-color: #FFCCDB; scrollbar-arrow-color: #FFCCDB; scrollbar-track-color: #D9A873; } --> </STYLE> </head> <body bgcolor="#D9A873" text="#311702" link="#0000FF" vlink="#FF0000" text="#000000" onLoad="window.onresize=new Function('if (navigator.appVersion==\'Netscape\') history.go(0);');"> <DIV style="position:absolute; top:0px; left:0px;"> <table cellspacing="0" cellpadding="0" width="296" height="100"> <tr> <td style="border-right:#311702 2px dashed; border-top:#311702 2px dashed; border-left:#311702 2px dashed; border-bottom:#311702 2px dashed" bgcolor="#FEDAE3" width="296" height="432"><IMG SRC="teddybear.jpg" height=432 width=296></td></tr></table></div> <DIV style="position:absolute; top:0px; left:220px;"><table cellspacing="0" cellpadding="0" width="296" height="100"><tr> <td style="border-right:#311702 2px dashed; border-top:#311702 2px dashed; border-left:#311702 2px dashed; border-bottom:#311702 2px dashed" bgcolor="#FEDAE3" width="30" height="100"><font face="Amazone BT" size="6" color="D9A873"><center><b>I Speak Out<br><br></b></center></font></td></tr></table></div> <div id="root" style="position:absolute; top:0px; left:0px; width:40px; height:40px"> </div> </body> </html> there might be more odd codes in there that i missed, so you might want to check. i also didn't optimize the code or anything, but i can if you want, just PM me or something and i would be happy to. Kat1984 09-02-2003, 02:34 PM Which lines do I suppose to fix? stargrl329 09-02-2003, 02:37 PM i sent you the fixed version... you can just copy and paste it into your html file :) |