Cheap Tricks that the Internet Tries to Play

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
smartguy240

Cheap Tricks that the Internet Tries to Play

Post 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
Oliver

Re:Cheap Tricks that the Internet Tries to Play

Post by Oliver »

There is the > missing (but I think you know that).
So does it delete it or something like that?
CESS.tk

Re:Cheap Tricks that the Internet Tries to Play

Post by CESS.tk »

Are you sure you closed the tag? It doesn't happen on the screennames section.
smartguy240

Re:Cheap Tricks that the Internet Tries to Play

Post 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
smartguy240

Re:Cheap Tricks that the Internet Tries to Play

Post 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?
Eigen

Re:Cheap Tricks that the Internet Tries to Play

Post by Eigen »

Try removing </html The page should still work without it. Or try putting >> after </html. Mabye it only deletes one >.




-Eigen
smartguy240

Re:Cheap Tricks that the Internet Tries to Play

Post by smartguy240 »

ive tried the >> thing and it dosent work...if </html> isnt required...i guess ill just not put it...thanks
smartguy240

Re:Cheap Tricks that the Internet Tries to Play

Post by smartguy240 »

ok...it is fixed...i got help from a support member at patat and he told me how to fix it

Thanks
sonneveld

Re:Cheap Tricks that the Internet Tries to Play

Post 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
smartguy240

Re:Cheap Tricks that the Internet Tries to Play

Post 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.
Perica
Member
Member
Posts: 454
Joined: Sat Nov 25, 2006 12:50 am

Re:Cheap Tricks that the Internet Tries to Play

Post by Perica »

..
Last edited by Perica on Sun Dec 03, 2006 8:29 pm, edited 1 time in total.
Andrew_Baker

Re:Cheap Tricks that the Internet Tries to Play

Post by Andrew_Baker »

Is that a patat.org problem or an Excel problem?
Kon-Tiki

Re:Cheap Tricks that the Internet Tries to Play

Post by Kon-Tiki »

Not a patat-problem ;D

-Kon-Tiki-
smartguy240

Re:Cheap Tricks that the Internet Tries to Play

Post 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.
Post Reply