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.
Index/daily template problems
- Mlaatem_Popcorn
- Regular Poster
- Posts: 27
- Joined: Sat Feb 26, 2005 5:53 pm
- Location: Somewhere very wet and rainy in the USA.
- Contact:
Index/daily template problems
"Now That's comedy!"-Slappy the squirrel
- Black Sparrow
- Cartoon Anti-Hero
- Posts: 6973
- Joined: Fri Jul 22, 2005 9:04 am
- Location: Violating your restraining order
- Contact:
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.
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.






