im having a table nightmare:-
im hoping its something really obvious that im overlooking, but my heads spinning.
House.jpg = 110px*110px
HeaderBackground = 5px*110px
there should be 1 row and 2 columns (row=110 col=110,"100%"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
the problem is that the picture(house.jpg) has a white line under (at a guess 10 or so pixels*110 pixels)
can anybody help me out?
(as you may tell im new to "proper" html)
thanx in advance!
If somethings hard to do, its not worth doing - Homer Simpson
------------------------------------------------------------------------
A General Guide To Excel in VB FAQ222-3383
File Formats Galore @
im hoping its something really obvious that im overlooking, but my heads spinning.
House.jpg = 110px*110px
HeaderBackground = 5px*110px
there should be 1 row and 2 columns (row=110 col=110,"100%"
the problem is that the picture(house.jpg) has a white line under (at a guess 10 or so pixels*110 pixels)
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "[URL unfurl="true"]http://www.w3c.org/TR/1999/REC-html401-19991224/frameset.dtd">[/URL]
<!-- -->
<HTML>
<HEAD>
<TITLE>
Haunted Hive Records
</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1170" name=GENERATOR>
</HEAD>
<BODY>
<TABLE cellSpacing=0 cellPadding=0 height=110 width="100%" border=0>
<TBODY>
<TR height=110>
<TD>
<DIV align=left>
<IMG height="100%" width="100%" SRC="House.jpg">
</DIV>
</TD>
<TD background="HeaderBackground.jpg" height="100%" width="100%" nowrap=true>
<DIV align=center>
<P align=Center>
<!-- blood.ttf -->
<FONT Face=Blood size="+6" color=red>
Haunted Hive Records
</FONT>
</P>
</DIV>
</TD>
</TR>
</TBODY>
</TABLE>
</BODY>
</HTML>
can anybody help me out?
(as you may tell im new to "proper" html)
thanx in advance!
If somethings hard to do, its not worth doing - Homer Simpson
------------------------------------------------------------------------
A General Guide To Excel in VB FAQ222-3383
File Formats Galore @