<TABLE CLASS="MYTABLE">
<CAPTION CLASS="MYTABLE">Jumpstart</CAPTION>
<TD>
<TABLE CLASS="MYTABLE">
<TR CLASS="MYTABLE">
<TH CLASS="MYTABLE">Boot Parameters</TH>
</TR>
<TBODY>
<TR CLASS="MYTABLE">
<TD CLASS="MYHOST" ROWSPAN=14><p><br>
Host Name: <input size=16 type=text name=host><br>
Mgmt MAC Address: <input size=17 type=text name=mgmtmacaddress><br>
Mgmt Interface:
<select CLASS="MYTABLE">
<option name=hme0>hme0</option>
<option name=fjgi0>fjgi0</option>
<option name=fjgi1>fjgi1</option>
<option name=fjgi2>fjgi3</option>
</select><br>
Mgmt IP Address (If Static): <input size=16 name=mgmtipaddr><br>
Jumpstart Network:
<select CLASS="MYTABLE">
<option name=jumpsubnet1>192.168.2.0/28</option>
<option name=jumpsubnet1>192.168.3.0/28</option>
</select><br>
OS to Install:
<select CLASS="MYTABLE">
<option name=Solaris9>Solaris 9</option>
<option name=Solaris10>Solaris 10</option>
<option name=OpenSolaris>OpenSolaris</option>
</select><br>
Platform:
<select CLASS="MYTABLE">
<option name=Sun8U>Sun4M</option>
<option name=Sun8M>Sun4U</option>
<option name=Sun8M>Sun4V</option>
<option name=x86>x86</option>
</select><br>
Swap Size: <input size=16 type=text name=swapsize><br>
Reserve Partition:
<input type=checkbox name=reservecheck>
<input type=text size=10 name=reservesize> MB<BR>
Global Zone:
<input type=checkbox name=globalzone><BR>
Tivoli Agent:
<input type=checkbox name=tivoliagent><BR>
OpsWare Agent:
<input type=checkbox name=opswareagent><br>
Oracle DB Server:
<input type=checkbox name=OracleDBServer><BR>
DMZ:
<input type=checkbox name=DMZ><BR></p></TD></TR>
</TBODY>
</TABLE></TD>
WHAT I AM TRYING TO DO IS TEST THE TEXT IN THIS CELL TO ALL
LINE UP TO THE ":" AND THE REST AT THE BOTTOM TO LINE UP TO THE CHECK BOXES.
SO INSTEAD OF THEM BEING LEFT JUSTIFIED. I WANT THE TEXT TO LOOK LIKE THIS BELOW:
Boot Parameters
Host Name:
Mgmt MAC Address:
Mgmt Interface:
Mgmt IP Address (If Static):
Jumpstart Network:
OS to Install:
Platform:
Swap Size:
Reserve Partition:
Global Zone:
Tivoli Agent:
OpsWare Agent:
Oracle DB Server:
DMZ:
AS YOU SEE I WANT THE ALIGNMENT TO BE BY THE : CHARACTER
I HAVE TRIED TO GET THE BOTTOM TO LOOK HOW I WANT IT.
BUT SEEMS THE WEB SITE IS NOT ALLOWING THAT TO HAPPEN.
SORRY IF THIS IS ALL IN UPPER CASE. THERE MAY BE SETTING I NEED TO SETUP FOR THIS LIST.
ANY SUGGESTION WOULD BE GREATFUL.