Need Help With Announcement Box 4 IPB Forum

cgrim29588

New Member
Messages
178
Reaction score
0
Points
0
I need help getting the following code for an announcement do to fit properly under the so that is fits within the boarders of my forums skin:

Code:
<div class="subtitlediv" style="text-align: left;">
<b>Latest News And Announcements!</b>
</div>
<table style="width: 765px; height: 284px;" class="ipbtable"
 cellspacing="0">
  <tbody>
    <tr>
      <td class="row2" width="50%">
      <fieldset> <legend>Latest News</legend>
      <div align="center"><!--coloro:#FF0000-->
      <span style="color: rgb(255, 0, 0);"><!--/coloro-->
      <font color="#000000">The Winner of the Scotia GFX
tournament is</font>
<!--colorc--> </span><!--/colorc--><!--coloro:#00FFFF-->
      <span style="color: rgb(0, 255, 255);"><!--/coloro--><u>Nel
      <img style="vertical-align: middle;" alt="1st.gif"
 src="1st.gif" emoid=":1st:" border="0" height="26"
 width="31"> </u><!--colorc--></span><!--/colorc-->
      <br>
      <br>
      <img class="linked-image"
 src="[URL]http://i64.photobucket.com/albums/h179/nelberto/finalscotiacomp.png[/URL]"
 border="0" height="140" width="380"><br>
      <br>
<!--coloro:#FF0000--> <span
 style="color: rgb(255, 0, 0);"><!--/coloro-->
Thanks to all that entered, and expect another one soon <img
 style="vertical-align: middle;" alt="101.gif"
 src="101.gif" emoid=":101:" border="0" height="18"
 width="28"><!--colorc--> </span><!--/colorc-->
      </div>
      <br>
      <br>
<!--coloro:gold--> <span style="color: gold;"><!--/coloro-->
      <font color="#000000">Check Out The New Sig Worm
Section </font><a href="http://" target="_blank"
 forums="" index.php?showforum="93&quot;&quot;"
 [URL="http://www.scotia-gfx.co.uk"]www.scotia-gfx.co.uk[/URL]="" ?http="" http="">HERE</a><!--colorc-->
      </span><!--/colorc--> </fieldset>
      </td>
      <td class="row2" width="50%">
      <fieldset> <legend>Announcements</legend>
      <div align="center"><!--coloro:blue--> <span
 style="color: blue;"><!--/coloro--> <font
 color="#000000">Best Signature Contest Winner is </font>....
<!--colorc--> </span><!--/colorc--><!--coloro:red-->
      <span style="color: red;"><!--/coloro-->
      <u>AussieTiger</u>
      <img style="vertical-align: middle;" alt="1st.gif"
 src="1st.gif" emoid=":1st:" border="0" height="26"
 width="31"><!--colorc--> </span><!--/colorc--></div>
      <br>
      <br>
      <div align="center"> <img class="linked-image"
 src="[URL]http://img227.imageshack.us/img227/8347/scotiasotwbiggyimagehf9.png[/URL]"
 border="0" height="125" width="375"> </div>
      <br>
      </fieldset>
      </td>
    </tr>
  </tbody>
</table>
 
Top