> I can display an image using pure HTML:
> 
> <img SRC=\"pattern.jpg\" <align=LEFT>

First, this is wrong HTML, you should write as 
<div align=left><img src=pattern.jpg></div>

> print"
> <div align=\"center\">
>   <center>
>   <table border=\"0\" width=\"80%\">

You should give a \ for %, that is 80\%.

If no vars and aposophy are inside a print, 
you can use single quote pair, so you can 
write everything without using \ for escape
char.

As tips inside HTML. you can skip the 
quote sometimes :
1) <font face="Comic Sans MS">
quotes are nessary

2) <font face=Courier>
quotes can skip.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to