Code a Blog?

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

Moderator: Moderators

Locked
Message
Author
Knives
PPT God
PPT God
Posts: 1143
Joined: Wed Jun 02, 2004 8:14 am
Location: In a cage...

Code a Blog?

#1 Post by Knives »

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.
Image
vkceankraz
PPT God
PPT God
Posts: 1195
Joined: Mon May 31, 2004 6:35 am

#2 Post by vkceankraz »

Let me know if it works or not.

Code: Select all

<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>
Knives
PPT God
PPT God
Posts: 1143
Joined: Wed Jun 02, 2004 8:14 am
Location: In a cage...

#3 Post by Knives »

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