Page 1 of 1
Cheap Tricks that the Internet Tries to Play
Posted: Thu Jan 02, 2003 10:54 am
by smartguy240
http://patat.org/~pat
Look around...i have a </html on every page just about. I know that i put a </html> so why is it doing this?!?!??
ANY help would be appreciated
Re:Cheap Tricks that the Internet Tries to Play
Posted: Thu Jan 02, 2003 11:20 am
by Oliver
There is the > missing (but I think you know that).
So does it delete it or something like that?
Re:Cheap Tricks that the Internet Tries to Play
Posted: Thu Jan 02, 2003 11:29 am
by CESS.tk
Are you sure you closed the tag? It doesn't happen on the screennames section.
Re:Cheap Tricks that the Internet Tries to Play
Posted: Thu Jan 02, 2003 12:28 pm
by smartguy240
i closed it in notepad...
the screennames one is one that i made in excel...so i dunno what is going on with the others...
let me look at it
again
SMG240
Re:Cheap Tricks that the Internet Tries to Play
Posted: Thu Jan 02, 2003 12:32 pm
by smartguy240
When i look under the file in Windows through notepad i see this...
Code: Select all
<ilayer id="countupnsmain" width=&{countupwidth}; height=&{countupheight}; bgColor=&{countupbgcolor}; visibility=hide><layer id="countupnssub" width=&{countupwidth}; height=&{countupheight}; left=0 top=0></layer></ilayer>
<br></center>
</body>
</html>
When i look under the home.html's source on the site i see this...
Code: Select all
<ilayer id="countupnsmain" width=&{countupwidth}; height=&{countupheight}; bgColor=&{countupbgcolor}; visibility=hide><layer id="countupnssub" width=&{countupwidth}; height=&{countupheight}; left=0 top=0></layer></ilayer>
<br></center>
</body>
</html
That is VERY strange...any suggestions?
Re:Cheap Tricks that the Internet Tries to Play
Posted: Thu Jan 02, 2003 12:38 pm
by Eigen
Try removing </html The page should still work without it. Or try putting >> after </html. Mabye it only deletes one >.
-Eigen
Re:Cheap Tricks that the Internet Tries to Play
Posted: Thu Jan 02, 2003 1:27 pm
by smartguy240
ive tried the >> thing and it dosent work...if </html> isnt required...i guess ill just not put it...thanks
Re:Cheap Tricks that the Internet Tries to Play
Posted: Thu Jan 02, 2003 4:03 pm
by smartguy240
ok...it is fixed...i got help from a support member at patat and he told me how to fix it
Thanks
Re:Cheap Tricks that the Internet Tries to Play
Posted: Thu Jan 02, 2003 7:14 pm
by sonneveld
how about sharing the solution here too?
it looked like it was deleting the last character.. perhaps you could add a couple of newlines at the end.
- Nick
Re:Cheap Tricks that the Internet Tries to Play
Posted: Thu Jan 02, 2003 8:44 pm
by smartguy240
i opened up PuTTY and typed in for example
joe home.html
then i went to the last line and it said </html@ and i changed it there to the > and went to save...and it was fixed.
Re:Cheap Tricks that the Internet Tries to Play
Posted: Thu Jan 02, 2003 9:33 pm
by Perica
..
Re:Cheap Tricks that the Internet Tries to Play
Posted: Sat Jan 04, 2003 10:08 am
by Andrew_Baker
Is that a patat.org problem or an Excel problem?
Re:Cheap Tricks that the Internet Tries to Play
Posted: Sat Jan 04, 2003 12:55 pm
by Kon-Tiki
Not a patat-problem ;D
-Kon-Tiki-
Re:Cheap Tricks that the Internet Tries to Play
Posted: Sat Jan 04, 2003 2:15 pm
by smartguy240
It acutally worked with Excel's but not with the notepad's ones...i had to use a Luinx text editor to fix it.