How can I make this HTML into CSS? Also, after making it css I want to save it in a file (.css) and then call it from a different file (an html web page). What I dont know is how to add the "custom code" (the table has 2 holes. An image goes inside the first hole and in the second one I want to add the"custom code" that will be found in my html page).
<table border="1" cellpadding="5" cellspacing="0" width="100%" style="border-width: 4px; border-style:solid; border-color: blue;">
<tr>
<th style="text-align:left; background-color:#00008B; border-width: 4px; border-style: inset; border-color: black;">
<a href="http://www.cavpollos.webs.com"><img src="http://cavpollos.webs.com/Imagenes/HexaCAV200x200%28lowWeigth%29.GIF"; border="0"; style="float: left"; alt="Go To CAVPOLLOS Comics!!!" /> </a>
</th>
<tr><th>
<!--Stuff I want to add from the page this code is called -->
</tr></th>
</table>