
Help Coding a Blog?
Moderator: Moderators
Help Coding a Blog?
I need a text box for this blog... I think its sorta obvious where the test goes...



I'll code it. Just give me a bit to do it ^^
EDIT: Ok, here you go:
Example.
Change font and colour as required.
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.
Thanks soo much!
. Very nice
But one small problem... the texta appears in the wrong place...
http://www.neopets.com/browseshop.phtml?owner=daggr4
But one small problem... the texta appears in the wrong place...
http://www.neopets.com/browseshop.phtml?owner=daggr4

-
Temiko
- PPT Baby

- Posts: 94
- Joined: Sun Jun 06, 2004 11:39 am
- Location: Wading through code...
- Contact:
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>For futher reference, you can go here: http://www.therisenrealm.com/blog_coder.html
<center>Support Set by Pixa</center>
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.


