|
Posted by Andy Dingley on 10/11/06 11:54
On Mon, 31 Jul 2006 09:39:40 -0700, Gleep <Gleep@Gleep.com> wrote:
>save this as template1.html
>
><html>
><head></head>
><body>
>Thank you for signing up, %%name%%! <br>
>Company: %%companyName%% <br>
>Email: %%email%% <br>
>Phone: %%phone%% <p>
>Event: %%title%%, %%grpdate%% <p>
>Description: <br> %%data%% <p>
Please don't do this.
1. The HTML markup is poor. No DTD and it's not even valid HTML.
2. There's no need to do this. Half-decent HTML and CSS will provide
just as much flexibility, without having to change the page generation
at all.
3. If you must use templating in HTML, then you can do better markers
than "%%title%%"
Navigation:
[Reply to this message]
|