Post by Marty on Jun 12, 2007 3:06:24 GMT -5
Does anyone here use HTML?
Here's the latest page I've conceived.
Unfortunately Proboards likes to rape all the tabs I've used for spacing purposes. So each tab was replaced with two hyphens.
If you want to see the page, you can just copy that into a text file and save it with an .html file extension.
Here's the latest page I've conceived.
<html>
--<style type="text/css">
----h1 {color: FF0000}
----h2 {color: FF0000}
----td {color: FF0000}
--</style>
--<body bgcolor="000000">
----<center>
------<table width="640" border="1" cellspacing="1">
--------<tr>
----------<th colspan="2">
------------<center>
--------------<h1>Blood Plains</h1><br><img src="http://img470.imageshack.us/img470/8363/cs16pj5.gif" width="380" height="50">
------------</center>
----------</th>
--------</tr>
--------<tr>
----------<th colspan="2">
------------<center>
--------------<h2>Team Speak: 8.9.37.236:8773</h2>
------------</center>
----------</th>
--------</tr>
--------<tr>
----------<td width="50%">
------------<h3>Rules</h3>
------------<ul>
--------------<li>They</li>
--------------<li>Will</li>
--------------<li>Come</li>
------------</ul>
----------</td>
----------<td>
------------<h3>Mods Available</h3>
------------<ul>
--------------<li>Gun Game available at request</li>
------------</ul>
----------</td>
--------</tr>
------</table>
----</center>
--</body>
</html>
Unfortunately Proboards likes to rape all the tabs I've used for spacing purposes. So each tab was replaced with two hyphens.
<html>
<style type="text/css">
h1 {color: FF0000}
h2 {color: FF0000}
td {color: FF0000}
</style>
<body bgcolor="000000">
<center>
<table width="640" border="1" cellspacing="1">
<tr>
<th colspan="2">
<center>
<h1>Blood Plains</h1><br><img src="http://img470.imageshack.us/img470/8363/cs16pj5.gif" width="380" height="50">
</center>
</th>
</tr>
<tr>
<th colspan="2">
<center>
<h2>Team Speak: 8.9.37.236:8773</h2>
</center>
</th>
</tr>
<tr>
<td width="50%">
<h3>Rules</h3>
<ul>
<li>They</li>
<li>Will</li>
<li>Come</li>
</ul>
</td>
<td>
<h3>Mods Available</h3>
<ul>
<li>Gun Game available at request</li>
</ul>
</td>
</tr>
</table>
</center>
</body>
</html>
If you want to see the page, you can just copy that into a text file and save it with an .html file extension.