Keep in mind that these are the "minimum" widths that the browser will
render for a particular column. It is not necessary to have the width on
the <td>'s in rows below the <th> where the width is originally set. If
HARDWARENAME exceeds 35 pixels the browser will redraw the column to be
wider, particularly if there are no places for a "break" to happen.
DC
-----Original Message-----
From: John Story [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 09, 2000 19:46
To: Fusebox
Subject: <th width="35">HardwareName</th>
This is a multi-part message in MIME format.
------=_NextPart_000_0000_01C031FF.A2E03CC0
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
charset="iso-8859-1"
Column Header and column Data width not working. Can anyone spot the
problem below ?
<html>
<head>
<title>dsp_netw1.cfm Display Network Summary Records </title>
</head>
<body>
<CFQUERY DATASOURCE="INETSI" NAME="getrecs">
SELECT Network.NetworkID, Network.HardwareID, Network.NIC,
Network.IPAddress,
Hardware.HardwareID, Hardware.MachineName
FROM Network, Hardware
WHERE Network.HardwareID = Hardware.HardwareID
ORDER by Network.HardwareID, Network.IPAddress
</cfquery>
<table border="2">
<CFOUTPUT>
<tr>
<th colspan=7>
<tr>
<th width="10">HardwareID</th>
<th width="35">HardwareName</th> <=== these WIDTHs not being honored ??
<th width="20">NIC</th>
<th width="20">IPAddress</th>
<th> Add</th>
<th> Change</th>
<th> Delete</th>
</tr>
</cfoutput>
<CFOUTPUT QUERY="getrecs">
<TR>
<TD WIDTH="10"><A
HREF="dsp_netw2.cfm?NetworkID=#NetworkID#&un=#un#&lv=#lv#">#HardwareID#</a><
/td>
<td width="35">#MachineName#</td> <==== WIDTH not being honered ??
<td>#NIC#</td>
<td>#IPAddress#</td>
<td> <A HREF="act_netw1.cfm?NIC=#NIC#&un=#un#&lv=#lv#">Add</a></td>
<td> <A
HREF="act_netw1.cfm?NetworkID=#NetworkID#&un=#un#&lv=#lv#">Update</a></td>
<td> <A
HREF="act_netw3.cfm?NetworkID=#NetworkID#&un=#un#&lv=#lv#">Delete</a></td>
</tr>
</cfoutput>
</table>
</body>
</html>
------=_NextPart_000_0000_01C031FF.A2E03CC0
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
charset="iso-8859-1"
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2722.2800" name=3DGENERATOR></HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2><SPAN class=3D300024219-09102000>Column =
Header and=20
column Data <STRONG><U><FONT size=3D3>width =
</FONT></U></STRONG>not working.=20
Can anyone spot the problem below ?</SPAN></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><SPAN=20
class=3D300024219-09102000></SPAN></FONT> </DIV>
<DIV><FONT face=3DArial><SPAN class=3D300024219-09102000><FONT=20
size=3D2><html><BR><head><BR> <title>dsp_netw1.cfm=
=20
Display Network Summary Records=20
</title><BR></head><BR><body><BR><CFQUERY=20
DATASOURCE=3D"INETSI" NAME=3D"getrecs"><BR>SELECT =20
Network.NetworkID, Network.HardwareID, Network.NIC,=20
Network.IPAddress,<BR> =20
Hardware.HardwareID,=20
Hardware.MachineName<BR> =
FROM Network, Hardware<BR>WHERE Network.HardwareID =3D=20
Hardware.HardwareID <BR>ORDER by Network.HardwareID,=20
Network.IPAddress <BR></cfquery><BR><table=20
border=3D"2"><BR><CFOUTPUT><BR><tr><BR><th=20
colspan=3D7><BR><tr><BR><th=20
width=3D"10">HardwareID</th><BR><th=20
width=3D"35">HardwareName</th> =
<U></FONT><FONT=20
size=3D2><STRONG><=3D=3D=3D these WIDTHs not being honored=20
??<BR></STRONG></FONT></U><FONT size=3D2><th=20
width=3D"20">NIC</th><BR><th=20
width=3D"20">IPAddress</th><BR><th> =
Add</th><BR><th>=20
Change</th><BR><th>=20
Delete</th><BR></tr><BR></cfoutput><BR><CFOUTPUT=20
QUERY=3D"getrecs"><BR><TR><BR><TD WIDTH=3D"10"><A=20
HREF=3D"dsp_netw2.cfm?NetworkID=3D#NetworkID#&un=3D#un#&lv=3D#lv#=
">#HardwareID#</a></td><BR><td=20
width=3D"35">#MachineName#</td> =20
<U></FONT><FONT size=3D2><STRONG><=3D=3D=3D=3D =
WIDTH not being=20
honered ??<BR></STRONG></FONT></U><FONT=20
size=3D2><td>#NIC#</td><BR><td>#IPAddress#</td><B=
R><td>=20
<A=20
HREF=3D"act_netw1.cfm?NIC=3D#NIC#&un=3D#un#&lv=3D#lv#">Add<=
/a></td><BR><td>=20
<A=20
HREF=3D"act_netw1.cfm?NetworkID=3D#NetworkID#&un=3D#un#&lv=3D#lv#=
">Update</a></td><BR><td>=20
<A=20
HREF=3D"act_netw3.cfm?NetworkID=3D#NetworkID#&un=3D#un#&lv=3D#lv#=
">Delete</a></td><BR></tr><BR></cfoutput><BR>&=
lt;/table><BR></body><BR></html><BR></FONT></SPAN></FONT><=
/DIV></BODY></HTML>
------=_NextPart_000_0000_01C031FF.A2E03CC0--
----------------------------------------------------------------------------
--
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.