Overlord wrote:
since posting a new topic would be useless.. 
would anyone code this in HTML? 
http://img38.photobucket.com/albums/v11 ... daring.gifhey man i have two versions for you lol the long version:
Code:
<div style="height: 100%; width: 100%; vertical-align: middle; text-align: center">
<table style="border: 1px solid #000000; width: 640px; height: 480px; background: #F7CB00;" cellpadding="0" cellspacing="0">
  <tr>
    <td style="background-image: url('http://img38.photobucket.com/albums/v118/jammydark/daring.gif'); vertical-align: top;">
      <div style="position: relative; 
                  left: 86px; 
                  top: 114px; 
                  overflow: auto; 
                  height: 237px; 
                  width: 184px;
                  font-family: Verdana;
                  font-size: 12px;
                  color: #806200;
                  scrollbar-face-color: #F7CB00;
                  scrollbar-highlight-color: #F7CB00;
                  scrollbar-3dlight-color: #A18400;
                  scrollbar-shadow-color: #F7CB00;
                  scrollbar-darkshadow-color: #A18400;
                  scrollbar-track-color: #F7CB00;
                  scrollbar-arrow-color: #A18400;">
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      </div>
      <div style="position: relative; 
                  left: 463px; 
                  top: 51px; 
                  overflow: auto; 
                  height: 152px; 
                  width: 151px;
                  font-family: Verdana;
                  font-size: 12px;
                  color: #806200;
                  scrollbar-face-color: #F7CB00;
                  scrollbar-highlight-color: #F7CB00;
                  scrollbar-3dlight-color: #A18400;
                  scrollbar-shadow-color: #F7CB00;
                  scrollbar-darkshadow-color: #A18400;
                  scrollbar-track-color: #F7CB00;
                  scrollbar-arrow-color: #A18400;">
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      </div>
    </td>
  </tr>
</table>
</div>
and the compacted version:
Code:
<table style="border: 1px solid #000000; width: 640px; height: 480px; background: #F7CB00;" cellpadding="0" cellspacing="0">
  <tr>
    <td style="background-image: url('http://img38.photobucket.com/albums/v118/jammydark/daring.gif'); vertical-align: top;">
      <div style="position: relative; left: 86px; top: 114px; overflow: auto; height: 237px; width: 184px;font-family: Verdana;font-size: 12px; color: #806200;">
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      </div>
      <div style="position: relative; left: 463px; top: 51px; overflow: auto; height: 152px; width: 151px;font-family: Verdana;font-size: 12px; color: #806200;">
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      test<br>
      </div>
    </td>
  </tr>
</table>