Home | Product: WebSiteZip Packer


html compiler, html to exe, ebook compiler, ebook creator, ebook generator, e-book publisher, Webcompiler software 
WebSiteZip Packer - Html to Exe, Ebook Compiler, E-book Publisher, Ebook Creator/Generator Software

Help Section

Overview | Menu Item Project | Menu Item Help | Main Toolbar | Project Options | Application Options | Defining the Home page of the project | Defining the Output file of the project | Defining Window settings | Defining permissions for the right-click context menu | Defining expiration date | Skipping parsing HTML links | Specifying Files include-exclude lists | Setting password protection, preventing unauthorized distribution | Suppported HTML tags | Supported CSS properties | WebSiteZip Packer special commands | WebSiteZip Packer special tags


Supported HTML tags

Document tags

<HTML>...</HTML>

<HEAD>...</HEAD>

<STYLE>...</STYLE>

<TITLE>...</TITLE>

<BODY>...</BODY>

   BACKGROUND=bitmap

   TEXT=color

   BGCOLOR=color

   LINK=color

   VLINK=color

   OLINK=color

   MARGINWIDTH=n

   MARGINHEIGHT=n

   BGPROPERTIES=fixed

   TOPMARGIN=n

   LEFTMARGIN=n

 

Physical phrase markup tags

<B>...</B>

<I>...</I>

<U>...</U>

<TT>...</TT>

<S>...</S>

<SUB>...</SUB>

<SUP>...</SUP>

<BIG>...</BIG>

<SMALL>...</SMALL>

<STRIKE>...</STRIKE>

<NOBR>...<NOBR>

<FONT>...</FONT>

   SIZE=n (n=1..7) or SIZE=+-n (incremental change)

   COLOR=color

   FACE=facename

 

Logical phrase markup tags

<EM>...</EM>

<STRONG>...</STRONG>

<CITE>...</CITE>

<VAR>...</VAR>

<CODE>...</CODE>

<KBD>...</KBD>

<SAMP>...</SAMP>

 

Block tags

<P>...(</P>)

   ALIGN=left|center|right|justify

<ADDRESS>...</ADDRESS>

<BLOCKQUOTE>...</BLOCKQUOTE>

<PRE>...</PRE>

<CENTER>...</CENTER>

<DIV>...</DIV>

   ALIGN=left|center|right|justify

 

List tags

<OL>...</OL>

   START=value

   TYPE=1|a|A|i|I

<UL>...</UL>

   PLAIN

   TYPE=plain|none

<DIR>...</DIR>

<MENU>...</MENU>

  <LI>...(</LI>)

     VALUE=n

 

Description list tags

<DL>...</DL>

  <DD>...</DD>

  <DT>...</DT>

 

Table tags

<TABLE>...<TABLE>

   BORDER or BORDER=n

   ALIGN=left|center|right

   CELLSPACING=value

   CELLPADDING=value

   WIDTH=n|n%

   BACKGROUND=image

   BGCOLOR=color

   BORDERCOLOR=color

   BORDERCOLORLIGHT=color

   BORDERCOLORDARK=color

   HSPACE=n

   VSPACE=n

   HEIGHT=n|n%

<COLGROUP>...</COLGROUP>

   VALIGN=top|center|bottom

   ALIGN=left|center|right

   WIDTH=n|n%

< COL >

   VALIGN=top|center|bottom

   ALIGN=left|center|right

   WIDTH=n|n%

   SPAN=n

<CAPTION>...</CAPTION>

   ALIGN=top|bottom

<TR>...</TR>

   VALIGN=top|center|bottom

   ALIGN=left|center|right

   BGCOLOR=color

   HEIGHT=n

<TH>...</TH>, <TD>...</TD>

   ROWSPAN=n

   COLSPAN=n

   WIDTH=n|n%

   HEIGHT=n

   VALIGN=top|center|bottom

   ALIGN=left|center|right

   BGCOLOR=color

   NOWRAP

 

Form tags

<FORM>...</FORM>

   METHOD=get

   ACTION=url

<INPUT>...</INPUT>

   TYPE=text|password|submit|reset|radio|checkbox|hidden|image|button

   NAME=string

   VALUE=string

   SIZE=chars       (text, password)

   MAXLENGTH=chars  (text, password)

   CHECKED          (radio, checkbox)

   DISABLED

<SELECT>...</SELECT>

   NAME=string

   MULTIPLE

   SIZE=lines

   <OPTION>...(</OPTION>)

      SELECTED

      VALUE=string

   DISABLED

<TEXTAREA>...</TEXTAREA>

   NAME=string

   ROWS=n

   COLS=n

   WRAP=off|soft|hard

   DISABLED

<OPTION>...</OPTION>

 

Character level element tags

<BR>

   CLEAR=left|right

<WBR>

<IMG>

   SRC=image

   ALT=string

   ALIGN=top|middle|bottom|left|right

   BORDER=0

   WIDTH=n,n%

   HEIGHT=n

   TRANSP (non-standard, Lower Left pixel defines transparent color)

   IMAGEMAP

   USEMAP=url (only local URLs)

   HSPACE

   VSPACE=n

   ACTIVE=n

 

Anchor tags

<A>...</A>

   HREF=url

   NAME=string

 

Client side image map tags

<MAP>...</MAP>

   NAME=string

<AREA>

   SHAPE=RECT|CIRC|CIRCLE|POLY|POLYGON

   COORDS="n1, n2, ...., nn"

   HREF=url

   NOHREF

   TITLE=title

 

Miscellaneous tags

<Hn>...</Hn>  n = 1..6

   ALIGN=left|center|right

<HR>

   SIZE=n

   WIDTH=n|n%

   COLOR=color

   ALIGN=left|center|right

   NOSHADE

<BASEFONT>

   SIZE=n (n=1..7) or SIZE=+-n (incremental change)

<BGSOUND>

   SRC=filename

   LOOP=n

<SPAN>

   STYLE

 

Frame tags

<FRAMESET>...</FRAMESET>

   ROWS|COLS=n1, n2, .., nn (absolute, % or *)

   BORDER=n (Main FRAMSET only)

   FRAMEBORDER=n (Main FRAMSET only)

<FRAME>

   SRC=filename

   NAME=windowname

   SCROLLING=yes|no|auto

   NORESIZE

   MARGINHEIGHT=n

   MARGINWIDTH=n

<NOFRAMES>...</NOFRAMES>