I've written a tiny bit of html before, but I'm new to PSPad so I'm assuming there is a setting I haven't found yet.
The code below is missing the end of several elements; the head, two p's, body and html. Yet no errors are raised when I use Check HTML code. Can someone point me to the solution please? <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en-GB"> <head> <title>bare</title> <link rel="stylesheet" type="text/css" href="screen.css" media="screen"> <link rel="stylesheet" type="text/css" href="print.css" media="print, handheld"> <body> <p>stuff <p>stuff -- <http://forum.pspad.com/read.php?2,58195,58195> PSPad freeware editor http://www.pspad.com
