I have a blog and I want to put a meta tag in,but every time i put them inbetwee the head tags it says that I have to close them properly. Here is what it looks like: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'> <html> <head> <title>Computer Advances</title> <meta name="description" content="--------."> <meta name="keywords" content="-------------,"> <meta name="author" content="scott"> </head> <title><data:blog.pageTitle/></title> <b:include data='blog' name='all-head-content'/> <b:skin><![CDATA[/* I didn't what you guys to take my ideas so that is why the description and keywords are not in there. Thanks
Hi mate! You need to close every meta tag with '/', Like this: Hope it will help you to out from your prob. ~TTD
Well not really, I copied and pasted what you gave me an replaces the description and keywords and now it says: Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly. XML error message: The character sequence "]]>" must not appear in content unless used to mark the end of a CDATA section. What now?