Click here to Skip to main content
15,886,077 members
Articles / Desktop Programming / WTL

WTL integration of Lightweight HTML layout and rendering engine

Rate me:
Please Sign up or sign in to vote.
3.67/5 (32 votes)
10 Oct 20034 min read 254K   4.9K   62  
WTL integration of Lightweight HTML layout and rendering engine
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<TITLE></TITLE>
</HEAD>
<BODY bgcolor=#85bbea topmargin=0 bottommargin=0 leftmargin=0 rightmargin=0 text=Navy>

<TABLE cellSpacing=1 
       cellPadding=3 width=75% height=28 
       align=center border=0 background="toolbarback.png.def">
  <TR>
    <TD align=center><FONT size=4 color=navajowhite>toolbar1</FONT></TD></TR>
</TABLE>
<TABLE cellSpacing=1 
       cellPadding=3 width=60% height=28 
       border=0 background="toolbarback.png.def">
  <TR>
    <TD align=center><FONT size=4 color=navajowhite>toolbar2</FONT></TD></TR>
</TABLE>
<DIV align=right>
<TABLE cellSpacing=1 
       cellPadding=3 width=80% height=28 
       border=0 background="toolbarback.png.def">
  <TR>
    <TD align=center><FONT size=4 color=navajowhite>toolbar3</FONT></TD></TR>
</TABLE>
</DIV>

<TABLE cellSpacing=8 
       cellPadding=0 width=100% height=100% 
       border=0>
<TR>
<TD bordercolor=navy border=1 padding=8 bgcolor=white>text</TD>
<TD width=128>
	<TABLE cellSpacing=0 
	       cellPadding=4 width=100% height=100%
	       border=0 bordercolor=white>
	  <TR height=16>
	    <TD bgcolortopleft=#85bbea 
	        bgcolorbottomleft=#85bbea 
	        bgcolortopright=#5e76bc 
	        bgcolorbottomright=#5e76bc border=0><FONT color=Navy><B>New</B></FONT></TD>
	  </TR>
	  <TR height=1>
	    <TD align=top 
	    bgcolortopleft=#c7e5ff
	    bgcolortopright=#c7e5ff 
	    bgcolorbottomleft=#85bbea 
	    bgcolorbottomright=#85bbea 
	    bordercolor=white border=1>
	    <UL>
	    <LI>first item...
	    <LI>second item...
	    <LI>third item...
	    </UL>
	    </TD>
	  </TR>
	  <TR height=16>
	    <TD bgcolortopleft=#85bbea 
	        bgcolorbottomleft=#85bbea 
	        bgcolortopright=#5e76bc 
	        bgcolorbottomright=#5e76bc border=0><FONT color=Navy><B>Open</B></FONT></TD>
	  </TR>
	  <TR height=1>
	    <TD align=top 
	    bgcolortopleft=#c7e5ff
	    bgcolortopright=#c7e5ff 
	    bgcolorbottomleft=#85bbea 
	    bgcolorbottomright=#85bbea 
	    bordercolor=white border=1>
	    <UL>
	    <LI>first item...
	    <LI>second item...
	    <LI>third item...
	    <LI>fourth item...
	    </UL>
	    </TD>
	  </TR>
	  <TR height=16>
	    <TD bgcolortopleft=#85bbea 
	        bgcolorbottomleft=#85bbea 
	        bgcolortopright=#5e76bc 
	        bgcolorbottomright=#5e76bc border=0><FONT color=Navy><B>Office on HtmLayout.com</B></FONT></TD>
	  </TR>
	  <TR height=100%>
	    <TD align=top 
	    bgcolortopleft=#c7e5ff
	    bgcolortopright=#c7e5ff 
	    bgcolorbottomleft=#85bbea 
	    bgcolorbottomright=#85bbea 
	    bordercolor=white border=1>
	    <UL>
	    <LI>first item...
	    <LI>second item...
	    <LI>third item...
	    <LI>fourth item...
	    </UL>
	    </TD>
	  </TR>
	</TABLE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Founder Terra Informatica Software
Canada Canada
Andrew Fedoniouk.

MS in Physics and Applied Mathematics.
Designing software applications and systems since 1991.

W3C HTML5 Working Group, Invited Expert.

Terra Informatica Software, Inc.
http://terrainformatica.com

Comments and Discussions