On Thu, 18 Jan 2001 19:08:44 -0500, "Toby Butzon"
<[EMAIL PROTECTED]> wrote:

>Plus if you're just looking for soemthing to get your layout started, you
>can start in FrontPage and just never open PHP files in it once you start
>adding PHP ;)

I'm using HoTMetaL Pro 6.0.  It's great for table layout, and I can
open PHP files just fine.  I got it for $70 at Amazon.

It has bugs when encountering PHP standard tags, but using long tags
works around that problem.  Another benefit of using long tags is they
cause HoTMetaL to format your PHP code as-is, so you can control the
indenting of your PHP code however you like.

Also, there is no problem using the <?= idiom in HTML like so:

> <TD COLSPAN="2" VALIGN="TOP">Card number<BR><INPUT NAME="cardnumber"
>      SIZE="30" VALUE="<?=$cardnumber?>"><BR><BR></TD> 


Some have objected that not all ISPs enable short tags, but that's no
problem if you host with us.  We enabled them.  :-)

Egan



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to