Help Coding 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
Dag
PPT Student
PPT Student
Posts: 300
Joined: Sat Jun 19, 2004 4:47 pm
Location: Canada

Help Coding a Blog?

#1 Post by Dag »

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

Image
Image
Alex
Way Beyond Godly
Way Beyond Godly
Posts: 6587
Joined: Mon May 31, 2004 4:21 am

#2 Post by Alex »

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

EDIT: Ok, here you go:

Code: Select all

<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.
Gone, forever.
Dag
PPT Student
PPT Student
Posts: 300
Joined: Sat Jun 19, 2004 4:47 pm
Location: Canada

#3 Post by Dag »

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
Image
Temiko
PPT Baby
PPT Baby
Posts: 94
Joined: Sun Jun 06, 2004 11:39 am
Location: Wading through code...
Contact:

#4 Post by Temiko »

Here ya go. :)

Code: Select all

<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>
Image
There is no good or bad side, just two sides holding different views.
Kalani
PPT Toddler
PPT Toddler
Posts: 121
Joined: Fri Jun 04, 2004 3:44 am

#5 Post by Kalani »

For futher reference, you can go here: http://www.therisenrealm.com/blog_coder.html
<center>Support Set by Pixa</center>
Alex
Way Beyond Godly
Way Beyond Godly
Posts: 6587
Joined: Mon May 31, 2004 4:21 am

#6 Post by Alex »

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 ^^
Gone, forever.
Locked