I recently acquired this HTML code from a friend of mine here (Jaye) and I need to use it on another forum. Basically what it is, is a signature which contains two links within it. Image mapping.
The problem is, the forum I go to doesn't accept HTML, only CSS. And I don't know how to convert this code to CSS, can anyone help me?
Code:
<IMG SRC="http://img.photobucket.com/albums/v62/ammer2jammer/ammer_sig2.jpg" WIDTH=400 HEIGHT=80 BORDER=0 ALT="" USEMAP="#ammer_sig2_Map">
<MAP NAME="ammer_sig2_Map">
<AREA SHAPE="rect" ALT="Vote for Choice 1!" COORDS="295,2,396,78" HREF="http://www.forums.neonewsnow.com/index.php?showtopic=8227">
<AREA SHAPE="rect" ALT="Vote for Choice 2!" COORDS="2,2,108,77" HREF="http://www.forums.neonewsnow.com/index.php?showtopic=8224">
</MAP>