Shrines in Notepad

Hey, After doing 3 sections of my shrine in NVU, I have decided to go over to Notepad, but I have a problem. I opened the template, and copied by hand the code, but when I put the info in, it didn’t put the pic and the text in one row two cells, like it is here: http://tartarus.rpgclassics.com/~chaosworld/wtpage1.shtml instead, it put it like this

I have experience with HTML in notepad, but the template threw me off, is there a certain tidbit of info I’m missing? Any help is appreciated.

If I had to wager a guess, it’s due to some faulty coding, namely this:
[table align=“center” width=“75%” border class="info]
[tr]
[td align ="center]
[img src=“Pics/walkthrough/section1/2.png” /]

You’ll notice some missing quotation marks and an extraneous /.

Oops… :slight_smile: that’d be it. Sorry to bug you, 984, next time I’ll be more careful. Thanks! I guess I got too lazy using NUV, thanks again.

The extraneous / isn’t a problem (that’s an XML-style tag). But the quotes are.

I’ve been learning XHTML, so that’s probably where it came from.