M
Mike Mueller
FP2000
I am trying to create a webpage for checking connection and
download speeds. That portion is working just fine.
What I want to do next is to display this inside of nested
tables. I am trying to base the cell size percentage on the
variable which contains the speed.
Here is what I have:
<tr>
<td width="100%">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0"
width="100%">
<tr>
<td width="13%"
bgcolor="#FF0000"><b>You</b></td>
<td width="87%"></td>
</tr>
</table>
</div>
</td>
</tr>
I want to replace the 13% with a variable (SpeedRelative)
I am trying to create a webpage for checking connection and
download speeds. That portion is working just fine.
What I want to do next is to display this inside of nested
tables. I am trying to base the cell size percentage on the
variable which contains the speed.
Here is what I have:
<tr>
<td width="100%">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0"
width="100%">
<tr>
<td width="13%"
bgcolor="#FF0000"><b>You</b></td>
<td width="87%"></td>
</tr>
</table>
</div>
</td>
</tr>
I want to replace the 13% with a variable (SpeedRelative)