Aug 05 2009
Just Getting Started
Learning HTML coding really isn’t so hard. I learned how to do it myself pretty quickly, but with a site at my aid. Now, I have it memorized and only need to look up color codes. After reading this a few times, you should be able to make pretty good, basic layouts.
Tables, Rows, and Cells:
On Howrse, you need to make a table for your layout to be viewed. A table is made up of rows and cells. To begin making a table, or start any form of HTML, you need to have a beginning and ending code. For a table, it starts and ends with this code:
<table> </table>
The backwards slash is always in an ending code. (Remember to add the carrot symbols; if you forget, Howrse can’t read it and your layout can’t be shown.) Once you enter your beginning table code, you can start to add details. These include: alignment, how big you make your cells, width, spacing between the cells, spacing between the cell and where text start, background colors, text colors, fonts…it could keep going! Here is a basic table with just two cells:
| cell number one | cell number two |
| This is a row. (Best to use as a footer) |
The code that I used for the table is very simple. Here it is:
<table border="1">
<td>cell number one</td>
<td>cell number two</td>
<tr>
<td>This is a row. (Best to use as a footer)</td>
</table>
The <tr> code is the code to enter a row. The ending code for this is </tr>. The whole row code would be this:
<tr>
<td>This is a row</td>
</tr>
All I had to use was basic beginning codes and ending codes. Now let’s say you would like to add a picture or a footer. You can add both of these things in the table above but it would look a little funny like pictured above. There are two cells but only one row, making it off balance. *Remember: cells and rows always end at the same spot unless combined.* By combining two cells or two rows, there will be a bigger space a picture or a longer space for a footer.
Here is the table used for a picture:
| Picture goes here | |
| cell number one | cell number two |
(The text will be centered on Howrse.) To combine cells, enter this code before the beginning text code (<td>): colspan=”2″ Here’s what the HTML would look like:
<table border=”1″>
<td colspan=”2″>Picture goes here.</td>
<td>cell number one</td>
<td>cell number two</td>
</table>
The number two in the colspan code can be changed to any number. Two is there because it means your are spreading the cell over two cells. If you wanted it over three cells, it would be this code: colspan=”3″
To make a footer at the bottom of the page (usually used as a place to put a copyright on your layout). You would do the same code but in the spot for the row. Here’s the whole table code:
<table border=”1″>
<td colspan=”2″>Picture goes here.</td>
<tr>
<td>cell number one</td>
<td>cell number two</td>
</tr>
<tr>
<td colspan=”2″> Footer </td>
</tr>
</table>
It will look like this:
| Picture goes here. | |
| cell number one | cell number two |
| Footer | |
I had to add the <tr> code below the picture text so the site could tell that cell number one and cell number two are placed under the picture text. Howrse shouldn’t have this problem, though.
This is the basic lesson about tables, rows, and cells. Soon I will post how to add colors and fonts. Post a comment if you do not understand this correctly. If you are having any layout troubles, feel free to PM me on Howrse. My user name is Jessica27.










I am very sorry. This site I am using is different from Howrse and doesn’t like to work with tables. xD I will try my best so you can view this properly. It worked fine when I was typing it. You can still use the codes; WordPress just isn’t viewing the spacing of the tables correctly.
That really helped. Thanks!
im so sorry but im not understanding would you please pm me at vampgirl312 im also a player at howrse
Is it possible for you to make me a ready made table?… if so I would like it to have 9 text boxes and 1 main picture box!
Thanks if this is not possible dont worry my Howrse username is Pony mad 326
Happy Christmas :)
I’m a bit confused, are the cells like text boxes? If so then what are the rows.
They are both text boxes; rows are like headers and footers and the cells are used as actual text boxes.
it wont work for me i tried but o need help
my howrse name is Nicolelocin11 please pm me
they dont work, i tried to get the example on my page but it didnt work AT all! D:
I think it is because of this website as the coding seems to be okay..I’ll edit it later tonight :)
im so confused! please pm me on howrse, i dont get it at all
i dont get it how do you do it
It takes some time to fully understand it. Keep re-reading the post in short segments. Soon you’ll understand it. ;) If you have any questions, feel free to PM me on Howrse – my user name is Jessica27
I know all the HTML stuff. I just need a good website to make layouts… :(
You could type it up right on yours Howrse page in the HTML mode or in Notepad. That’s how I always did it. ;)
this is a little confusing. I know, I’ve messaged you before on howrse, but can you maybe pm me about this, maybe a little dumbed down? My name is Soda Pop Cutie.
i learning pretty quick to,but like how would you type it in wordpad? like do you enter each command in a new line? or is it all one line?
It could be one line, but it is much easier if it is separate lines. That way, if you have to go back, you can easily re-read the coding and find the mistake much faster.
Its will not work for me
It doesn´t let me post. Why?
Yes! Finally.
The first comment you post always goes to the pending category. Once I approve it, you will be able to post comments that are automatically approved. ;)
I am using these, but I don´t somehow get them organized, and I don´t see the boxes anymore. The boxes lines are white, but when I color them over, then they aren´t anymore in organization. The should be width, but theyr all like a line together. What´s wrong?
How do I insert a picture I designed from paint to my equestrians centres page?
Make sure the file is saved as a .jpg and upload the picture on a photo sharing website. View the picture and right click to select “copy image location”. Next go to Howrse and on the HTML mode. Use this code: . Where it says link post the image location
My boxes aren’t coming up! All it says is cell one, cell two, footer, and my picture isn’t doing anything either! :’( My username is Eiofa12.
Sorry about that, I must have forgotten a border in the coding – I’ll fix it.
I don’t get it at all….
I am Preppy Pepsi on Howrse. Please PM me and try to help me.
I have the basic html stuff down, thanks to you! You said that you would soon post how to put in fonts and colors, could you please tell me on howrse how to put background colors or pictures in the cells and such? Thanks-Zippos Pistol Pete
I already have those posted – check the Adding Extras and Quick Start HTML pages. ;)
okay im like REALLLLY confusedd :/
Hia guys im also a player on Howrse can someone pm me for more info thanks
Im sooooooooo stuk
i am so confused it aint even funny!! is there a easier way to do these layouts?
so am i supposed to have a blank presentation and then start typing all these codes?
That’s what I do, but that takes some time. ;) It is preferable to have a blank presentation, though.
I typed in the layout, but it just appears as text
It needs to be placed in the HTML mode. ;)
i am soo confused please pm me if you would! (:
I’ll try to remember. :p
Feel free to PM me if I forget.
Is it possible that you could post a code with three text boxes, a picture box, and footer?
Hm…That should be posted in the Pre-Made Layouts page.
I don’t really understand how to do it. I’m not very good with HTML. :(
This explains soo much!
i got it but i would like to know how to get a photo in it. i took i photo that was on my friends page but how do i get one of my own please pm me on howrse me name is only star horses.
what would sites are best to use for creating them?
I don’t know of any sites to ‘create layouts’. I just taught myself HTML and memorized the coding. Just type it up on Howrse – that way, you can check to see in the normal mode if the code is turning out right.
wow, this really helped me! thanks!
but i have a question: before uploading the layout on howrse, what is a good thing to practice on?? (example: microsoft word)
by the way, my username on howrse is: eeyore991
The coding can be posted anywhere, but it’s best to use Howrse. That way, you can see what the layout actually looks like instead of just the coding. Post the code in the HTML mode and check it in normal mode before saving.
I can’t make a layout. This is so confusing!
It’s coming out good except the cells and picture boxes are all in a row, and not the picture on top of the cells. I’m using this on U.S. Howrse. My username is this name.
Never mind I fixed it but now it won’t let me save my presentation because the “You have the incorrect HTML code” message is coming up =(
HI! :D I’m just wondering if you could do it for me because I have tried so many times but I can’t do it well. If you don’t do this type of stuff (doing it for other people) then I sincerely apologize but do need a lot of help. My Username on Howrse is Godsgirlcharis () CharisUchiha
Ok I will have to keep reading through i am no good at this its like EXL ha codes and data :(. I have to do this because i want to make my own layout.
Thanks It has helped out.
can you give me HTML lessons on howrse? I’m jerseygurl16, PM me!
hiya, I really want to learn how to make these, but i’m a little blond and this isn’t working for me. :( Please PM me on howrse, I am 563521987.
Thank you,
Hailey
Hi!I use your website alot, and I have found this one of the most useful things I have evr learnt.I thought creating a layout would be extremly hard, but the way you have clearly explained everything is excellent-I have tried what you said and it actually works!(this is comeing from a technology dud…=D)Thanks again!
Hey. how do you make a transparent scroll box on top of an image? thanks.
That will be added soon. ;)
Thnx.really helped
Wow this is awsome thanks!!!
What site did you use, Jessica, that taught you how to write HTML?
Thanks.
Basically just various sites on the internet; it wasn’t all from one source.
Im a little confused??? and i put up the layout i put the pic in and everything but how do you darken the bark ground thin the cells or room thingys??
i am having a hard time doing this.
Can you pm me
Howrse username:missamanda12
sorry but i so dont get this??
can you pm me please my username on howrse is Nongrak i dont really understand this i tryed it but it doesnt work please help!!!
so cells are text boxes… what is a footer exactly? and how would you make the scrolly boxes?
I’m having trouble, I don’t get it. Please PM me, my name is my username on howrse.
i don’t get it?/ (i’m a blonde :])
a footer is still just a cell. it’s used as a spot to put credit. Scroll boxes should be on the next tutorial page.
i dont understand that at all please pm me if you would my name is my username on howrse
how do you set a picture as a background for a cell instead of just a color?
I am confused too! If you have time, could you please PM me, I am Aregorn337 on howrse. I have tried it, but it is not working for me at all.
i still dont understand
where do the boxes come from
I’m having trouble understanding….
what is the cell code? I cant find it!
I looked all over this website and I STILL couldn’t find out what it is!
PLEASE HELP!
A cell is the same thing as a text box. Therefore, the coding is the same. I can’t show coding in comments, but you can find the text code on this page.
Hello! I read it a few times but I didn’t understand it. I am a player on howrse and please mail me on how to do it right and my name on their is kitties4eva .
I am so confused. I wanted to learn how to make layouts for over 5 years and I just don’t get it! I’m really good with graphics and stuff, but this is so confusing! I don’t understand how you got all the tr and td crap! I’m confused. Please PM me on howrse at the following:
Caylorstables25
Thanks
I just mad my first layout. Thank you so much!
What programs do you use to make these or do you do it on howrse?
I don’t understand either. It didn’t work. My name on Howrse is EverLove.
I’m confused!!!!!!!! the error message keeps coming up!!!! help! pm me plz! hippygurl639
Press save twice! It will fix the HTML for you and save/work the second time :)
Does it work now?
I can’t get the colspan part, it only shows up as one cell no matter what.
Look at the bottom of my page to see my problem.
Please PM me on howrse my username is azbycd
Now when I try to save it, the error messsage pops up and I tried saving twice. : (
Helpful
Hi, i was wondering how to make the likethe with and the height of the text boxes im really havibg trouble like know where they should be or how to do it
I copied the second code…the one with the picture and two cells. It didnt have scroll boxes though. It had the picture and then the two cells next to it saying cell one && cell two. Was that supposed to happen?? :/ So yeah, my thing looked like this:
.
cell number one
cell number two
Please help!? I really wanna make my own layout!
hi i dont really understand this its really confusing for me if you can, can you pm me on howrse ill try it out thank you for the site im sure it helped a lot others :D
i dont get it please help me can you pm me at blueheart123 please.
What site do you use for layouts? PM me please! my username is misticdragon
Horseinfo.com helps for layouts. Howrse helper is WAY better for infotmation though.
Hi, These do not work for me. please PM me saraht12
What do you mean the carrot symbols :S
By carrot symbols, I mean the greater than and lesser than arrows:
Picture goes here.
cell number one
cell number two
Footer
doesn’t work the way yo showed it >8(
I get the fisr table to work, and then I typed in the second table, an no dice, Then I copied and pasted it and it didn’t work. i think it was the colspan code that wasn’t working, because the picture box wasn’t expanding the length of the cells. Ideas??
This is very confusing. Please PM me on HOwrse as edenlore1234
I really dont get it? Could you put it in english please! PM me mr brian1 on howrse if you can make me a layout.
im so sorry but im confused,
now we have the codes to put a table in, where do i enter the codes??
I have no idea how to start makeing a layout. And I don’t really get all the codeing. lol…. sorry if I’m being annoying…I just dont get it! PLEASE pm me on howrse.
User name for howrse:
pinkpaw3
HTML mode on your profile
hello i am having trouble i dont get theses stupid codes i am struggling to understand and when i copy them what other people are telling me to do they are just coming up on the skreen with the code i dont my head in
please help!!!!!
Go to the HTML mode and paste the code there. You must click the button to switch modes.
Okay, so I am trying to do this, but i don’t understand ANYTHING about it! Can you help? I know what it is saying, but when I go to do it, I can’t do it. I don’t know how, i have read several tutorials now, but it doesn’t seem to help.
PLEASE HELP ME!!
Please Email me at [blew.night98@gmail.com]
Thanks!