Page 1 of 1

Index/daily template problems

Posted: Sun Oct 21, 2007 7:37 am
by Mlaatem_Popcorn
Hi.

I'm trying to get my comic pages to look nicer then they do now, so naturally, I'm struggling to learn how to code. my biggest problem right now is that one of my comic's daily and index templates won't open in the wep FTP due to an error message that says

the tag "body" does ont match with end tag "html"

I can see the source, but I have no clue as to how to correct it.

Any insight on this would help me out a lot.

Posted: Sun Oct 21, 2007 8:25 am
by Black Sparrow
The solution to this is easy: don't open it in your FTP program. Instead, download it to your computer, open it from there, then click "view source" to make any changes in notepad. (Remember to save it as an html, not as a txt). This way, you can even see changes to the webpage as you make them. Once you're done, simply reupload it into workspace.

As for the problem your ftp is complaining about... make sure you have both beginning and end tags ([html] and [/html]) for both html and body, and make sure the body tags aren't outside the html tags. If the problem actually stops a page from showing up correctly, post your source code here.