Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I have a frame-like table, and I need a cross-browser solution.

Status
Not open for further replies.

Aarem

Programmer
Oct 11, 2004
69
US
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"
"

<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>
&nbsp;<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>
 
Looks like you need forum215, the HTML/XHTML/CSS forum.

--Chessbot

"In that blessed region of Four Dimensions, shall we linger on the threshold of the Fifth, and not enter therein? Ah, no! [...] Then, yielding to our intellectual onset, the gates of the Sixth Dimension shall fly open; after that a Seventh, and then an Eighth -- --" Flatland, A. Square (E. A. Abbott)
 
I'm embarassed. I thought this was the html forum. I guess I will move it. How exactly is that done?
 
Don't move it (you can't), just post again.

--Chessbot

"In that blessed region of Four Dimensions, shall we linger on the threshold of the Fifth, and not enter therein? Ah, no! [...] Then, yielding to our intellectual onset, the gates of the Sixth Dimension shall fly open; after that a Seventh, and then an Eighth -- --" Flatland, A. Square (E. A. Abbott)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top