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

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

Wed Jun 30, 2004 10:10 am

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

Wed Jun 30, 2004 5:47 pm

I use this:
Code:
<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....

Thu Jul 01, 2004 8:08 am

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