coding a blog (like the neopets shop blog) help.

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
untouchable dragon
PPT Warrior
PPT Warrior
Posts: 854
Joined: Mon May 31, 2004 3:28 pm
Location: In front of the computer

coding a blog (like the neopets shop blog) help.

#1 Post by untouchable dragon »

I need to code this blog:
http://img11.photobucket.com/albums/v35/DemonCobra/lurker.gif

I've tried copying the neopets code and try to adapt it to this picture, but I better not say the results :battar:

Can somebody teach me how to code them, so if i do another one in the future, I'll know how.

Thanks
unclekyky
PPT Toddler
PPT Toddler
Posts: 198
Joined: Wed Jun 02, 2004 1:00 am
Contact:

#2 Post by unclekyky »

I use this:

Code: Select all

<table background="../../pictures/lurker.gif" width="400" height="400">
<tr>
<td>

        <div style="width: 235; height: 165; overflow: auto; position: relative; top: 100; left: 150;">
        Hello Type stuff here!!! Hello Type stuff here!!! Hello Type stuff here!!! Hello Type stuff here!!!
        Hello Type stuff here!!! Hello Type stuff here!!! Hello Type stuff here!!! Hello Type stuff here!!!
        Hello Type stuff here!!! Hello Type stuff here!!! Hello Type stuff here!!! Hello Type stuff here!!!
        Hello Type stuff here!!! Hello Type stuff here!!! Hello Type stuff here!!! Hello Type stuff here!!!
        Hello Type stuff here!!! Hello Type stuff here!!! Hello Type stuff here!!! Hello Type stuff here!!!
        Hello Type stuff here!!! Hello Type stuff here!!! Hello Type stuff here!!! Hello Type stuff here!!!
        Hello Type stuff here!!! Hello Type stuff here!!! Hello Type stuff here!!! Hello Type stuff here!!!
        Hello Type stuff here!!! Hello Type stuff here!!! Hello Type stuff here!!! Hello Type stuff here!!!
        Hello Type stuff here!!! Hello Type stuff here!!! Hello Type stuff here!!! Hello Type stuff here!!!
        </div>
       
        </td>
        </tr>
      </table>


It works for me so i hope it works for you (mozilla firefox 0.9 and IE 6).

As for teaching you, ask someone else because if you can't learn from looking at the code I can't teach you.... sorry....
Since these are no longer temporary forums, I will update my signature.
Image
untouchable dragon
PPT Warrior
PPT Warrior
Posts: 854
Joined: Mon May 31, 2004 3:28 pm
Location: In front of the computer

#3 Post by untouchable dragon »

Thanks.
Your coding is much more understandable than the neopets one! It worked perfectly!!! Thanks again
Locked