Thanks for reply. Here is an example. It is missing end tags </p>, </body> and </html>
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title> Links </title> </head> <body> <hr /> <h2>Relative Addressing. Links to pages on local computer</h2> <p> <b>Same folder:</b> <a href="filename.htm"><br /> <b>Other folder:</b> <a href="directory/filename.htm"><br /> <b>Back to main page:</b> <a href=../mainpage.htm> -- <http://forum.pspad.com/read.php?2,42709,42760> PSPad freeware editor http://www.pspad.com
