Loren
06-27-2003, 12:15 AM
My table appears as a line on the page.
Here's the code:
<table><td><tr>
<FORM>
<INPUT TYPE="BUTTON" VALUE="Home Page" style="background:#yourcolorcode"
ONCLICK="window.location.href='../index.html'">
<INPUT TYPE="BUTTON" VALUE="About Brad, the Youth Minister" style="background:#yourcolorcode"
ONCLICK="window.location.href='../brad.html'">
<INPUT TYPE="BUTTON" VALUE="Announcements" style="background:#yourcolorcode"
ONCLICK="window.location.href='../announcements.html'">
<INPUT TYPE="BUTTON" VALUE="Calender" style="background:#yourcolorcode"
ONCLICK="window.location.href='../calender.html'">
<INPUT TYPE="BUTTON" VALUE="Other Stuff" style="background:#yourcolorcode"
ONCLICK="window.location.href='../other.html'">
</FORM>
<H3>Don't Like the font color?<br>Change it here.
<FORM>
<INPUT TYPE="button" VALUE="yellow"
ONCLICK="document.fgColor='yellow'">
<INPUT TYPE="button" VALUE="red"
ONCLICK="document.fgColor='red'">
<INPUT TYPE="button" VALUE="blue"
ONCLICK="document.fgColor='blue'">
<INPUT TYPE="button" VALUE="black"
ONCLICK="document.fgColor='black'">
<INPUT TYPE="button" VALUE="Purple"
ONCLICK="document.fgColor='purple'">
</FORM></tr></td><td><tr>
<H2>About Us:<br><H3>
We're at pleasant grove baptist church in greer, sc. and so on.</tr>
<tr><img src="map.gif">For other map views <a href="map.html">Click Here</a>.</tr></td>
<td><tr><img src="hi.gif"></tr><tr>
<H2>Directions:<br><H3></tr></td></table>
Here's the code:
<table><td><tr>
<FORM>
<INPUT TYPE="BUTTON" VALUE="Home Page" style="background:#yourcolorcode"
ONCLICK="window.location.href='../index.html'">
<INPUT TYPE="BUTTON" VALUE="About Brad, the Youth Minister" style="background:#yourcolorcode"
ONCLICK="window.location.href='../brad.html'">
<INPUT TYPE="BUTTON" VALUE="Announcements" style="background:#yourcolorcode"
ONCLICK="window.location.href='../announcements.html'">
<INPUT TYPE="BUTTON" VALUE="Calender" style="background:#yourcolorcode"
ONCLICK="window.location.href='../calender.html'">
<INPUT TYPE="BUTTON" VALUE="Other Stuff" style="background:#yourcolorcode"
ONCLICK="window.location.href='../other.html'">
</FORM>
<H3>Don't Like the font color?<br>Change it here.
<FORM>
<INPUT TYPE="button" VALUE="yellow"
ONCLICK="document.fgColor='yellow'">
<INPUT TYPE="button" VALUE="red"
ONCLICK="document.fgColor='red'">
<INPUT TYPE="button" VALUE="blue"
ONCLICK="document.fgColor='blue'">
<INPUT TYPE="button" VALUE="black"
ONCLICK="document.fgColor='black'">
<INPUT TYPE="button" VALUE="Purple"
ONCLICK="document.fgColor='purple'">
</FORM></tr></td><td><tr>
<H2>About Us:<br><H3>
We're at pleasant grove baptist church in greer, sc. and so on.</tr>
<tr><img src="map.gif">For other map views <a href="map.html">Click Here</a>.</tr></td>
<td><tr><img src="hi.gif"></tr><tr>
<H2>Directions:<br><H3></tr></td></table>