mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
29 lines
697 B
HTML
29 lines
697 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>tipofday</TITLE>
|
|
<style>
|
|
div { width: 450px; border: 1px solid green;}
|
|
table { border: 1px solid black; }
|
|
table[align] { border: 1px solid red; }
|
|
</style>
|
|
</HEAD>
|
|
|
|
<BODY>
|
|
<table width="450"><tr><td>
|
|
<table align=right width="100%">
|
|
<tr><td>test</td></tr>
|
|
</table>
|
|
<table width="99%">
|
|
<TR><td>
|
|
<table>
|
|
<tr><td><img src="../images/bullet.gif"> Shop Till You Drop<BR>
|
|
From Regina Lewis, AOL's Online Advisor<BR>
|
|
<img src="../images/bullet.gif"> Forget Dates? Don't Worry We'll Remind You<BR></td>
|
|
</tr></table>
|
|
</td></TR></table>
|
|
</td></tr></table>
|
|
</BODY>
|
|
</HTML>
|
|
|