<%@ Page Language="C#" Inherits="HawhawPage" %>
<%@ Register Assembly="Hawhaw" Namespace="Hawhaw" TagPrefix="Haw" %>
<!--
HAWHAW example to show HTML display customization
Norbert Huffschmid
3.4.2009
-->
<Haw:Deck runat="server"
Title="Example 8"
HorizontalAlign="Center"
BgColor="#CCCCFF"
DisplayBorder="30"
DisplayBgColor="Blue"
DisplayWidth="80%"
FontSize="14pt"
ForeColor="White"
FontNames="Avalon,Wide Latin">
<Haw:Label runat="server"
Text="This example shows its meaning only with a HTML browser"
ForeColor="Yellow"
BackColor="Green"
LineBreaks="2" />
<Haw:Label runat="server"
Text="In WML it is quite boring."
LineBreaks="2"
Small="True" />
<Haw:Label runat="server"
Text="You can customize the HTML display that it fits perfectly into your web site ..."
ForeColor="Red"
LineBreaks="2" />
<Haw:Label runat="server"
Text="... and you can make your PC-based visitors happy with all kind of banners above and beneath the display area."
ForeColor="Brown" />
<Haw:AdBanner runat="server"
ImageUrl="http://wap.hawhaw.de/php.gif"
NavigateUrl="http://www.php.net"
AlternateText="PHP"
Width="120"
Height="67" />
<Haw:AdBanner runat="server"
ImageUrl="http://www.apache.org/images/asf_logo_wide.gif"
NavigateUrl="http://www.apache.org/"
AlternateText="Apache"
Width="537"
Height="51" />
<Haw:AdBanner runat="server"
ImageUrl="http://wap.hawhaw.de/hawhaw.gif"
NavigateUrl="http://www.hawhaw.de/index.htm"
AlternateText="HAWHAW"
Width="170"
Height="70"
Position="Top" />
</Haw:Deck>