Got a little techonology problem that you need fixed pronto? Post it here and we'll see what we can do.
Topic locked

Code a Blog?

Tue Oct 26, 2004 9:25 pm

Image

could someone please code the above, so that I have two spaces to write in? (ie. the space under the place where it says 'vague directions' and 'welcome to mala...')

Could you please code it like the neopets blogs? (WITH TABLES and stuff)

I would code it myself, but I do NOT know how to code it with tables.

Sun Oct 31, 2004 3:48 am

Let me know if it works or not.

Code:
<TABLE WIDTH=750 BORDER=0 CELLPADDING=0 CELLSPACING=0 BACKGROUND="malpetlay.gif">
   <TR>
      <TD COLSPAN=5 WIDTH=750 HEIGHT=57>
      </TD>
   </TR>
   <TR>
      <TD WIDTH=36 HEIGHT=311>
         </TD>
      <TD width=289 height=311>
                  <div style="width:289px; height:311px; overflow:auto;">
                     Text goes here! Text goes here! Text goes here! Text goes here!
               </div>
         </TD>
      <TD width=234 height=311>
           
         </TD>
      <TD width=175 height=311>
                  <div style="width:175px; height:311px; overflow:auto;">
                     Text goes here! Text goes here! Text goes here! Text goes here!
               </div>
         </TD>
      <TD width=19 height=311>
         </TD>
   </TR>
   <TR>
      <TD COLSPAN=5 width=750 height=32>
         </TD>
   </TR>
</TABLE>

Tue Nov 02, 2004 3:31 am

:D THANKS KIMMMMMMMMMM! Yes, it did work, and thanks again for coding it :) (kims the best ;))
Topic locked