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

Help Coding a Blog?

Thu Jul 08, 2004 4:09 am

I need a text box for this blog... I think its sorta obvious where the test goes...

Image

Fri Jul 09, 2004 5:00 am

I'll code it. Just give me a bit to do it ^^

EDIT: Ok, here you go:

Code:
<table background="http://img78.photobucket.com/albums/v260/NeoGalaxy/shopblog.png" width="298" height="298">
<tr>
<td>

        <div style="width: 120; height: 155; overflow: auto; position: relative; top:60; left: 162;">
        <font face="verdana" size="2" color="black">
        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!!!
        </font>
        </div>
       
        </td>
        </tr>
      </table>


Example.

Change font and colour as required.

Fri Jul 09, 2004 6:43 pm

Thanks soo much! :D. Very nice :)
But one small problem... the texta appears in the wrong place...

http://www.neopets.com/browseshop.phtml?owner=daggr4

Sat Jul 10, 2004 4:35 am

Here ya go. :)

Code:
<table width="298" height="298" cellspacing="0" cellpadding="0" border="0" background="http://img78.photobucket.com/albums/v260/NeoGalaxy/shopblog.png">
   <tr>
      <td colspan="3" width="298" height="127"></td>
   </tr>
   <tr>
      <td width="163" height="161"></td>
      <td width="125"><div style="width: 125px; height: 161px; overflow: auto">

Text here.<br />
Text here.<br />
Text here.<br />
Text here.<br />
Text here.<br />
Text here.<br />
Text here.<br />
Text here.<br />
Text here.<br />
Text here.<br />
Text here.<br />


      </div></td>
      <td width="10"></td>
   </tr>
   <tr>
      <td colspan="3" height="10"></td>
   </tr>
</table>

Sat Jul 10, 2004 7:58 am

For futher reference, you can go here: http://www.therisenrealm.com/blog_coder.html

Sun Jul 11, 2004 7:57 am

Kalani wrote:For futher reference, you can go here: http://www.therisenrealm.com/blog_coder.html


Thanks for that link. I've bookmarked it - VERY useful ^^
Topic locked