Hi. I have a frame-like table, and I'm having trouble with the <span> tag in this code. I need a cross-browser way to align two horizontal lines in the images t-t-l and t-t-c and t-t-r, while being able to move the text up and down. Please help!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"
<base href="
<table cellspacing=0 cellpadding=0>
<TR>
<TD height=30 width=7><img src="t-l.jpg" width=7 height=30></TD>
<TD background="m-t.jpg" style="font-family:arial;font-size:13pt;color:#FFFFFF;font-weight:bold" valign=middle>
<img src="t-t-l.jpg" style="margin-bottom:-1px;padding:-1px"><span style="background-image:url(t-t-c.jpg);background-repeat:repeat-x">Beowolf Electronic Mailboxes</span><img src="t-t-r.jpg" style="margin-bottom:-1px;padding:-1px"></TD>
<TD width=7><img src="t-r.jpg" width=7 height=30></TD>
</TR>
<TR>
<TD width=7 background="m-l.jpg"></TD>
<TD valign=top>
<P style="padding:10px;word-wrap:break-word">
Inbox<br>Compose
</P>
</TD>
<TD width=7 background="m-r.jpg"></TD>
</TR>
<TR>
<TD width=7><img src="b-l.jpg" width=7 height=14></TD>
<TD style="font-size:7px;height:7px;background:url(m-b.jpg) bottom repeat-x"></TD>
<TD width=7><img src="b-r.jpg" width=7 height=14></TD>
</TR>
</table>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"
<base href="
<table cellspacing=0 cellpadding=0>
<TR>
<TD height=30 width=7><img src="t-l.jpg" width=7 height=30></TD>
<TD background="m-t.jpg" style="font-family:arial;font-size:13pt;color:#FFFFFF;font-weight:bold" valign=middle>
<img src="t-t-l.jpg" style="margin-bottom:-1px;padding:-1px"><span style="background-image:url(t-t-c.jpg);background-repeat:repeat-x">Beowolf Electronic Mailboxes</span><img src="t-t-r.jpg" style="margin-bottom:-1px;padding:-1px"></TD>
<TD width=7><img src="t-r.jpg" width=7 height=30></TD>
</TR>
<TR>
<TD width=7 background="m-l.jpg"></TD>
<TD valign=top>
<P style="padding:10px;word-wrap:break-word">
Inbox<br>Compose
</P>
</TD>
<TD width=7 background="m-r.jpg"></TD>
</TR>
<TR>
<TD width=7><img src="b-l.jpg" width=7 height=14></TD>
<TD style="font-size:7px;height:7px;background:url(m-b.jpg) bottom repeat-x"></TD>
<TD width=7><img src="b-r.jpg" width=7 height=14></TD>
</TR>
</table>