HTML Codes On Notepad. PLEASE ANSWER!!?

TONI

New member
Pretend that you are talking to a total noob... 'cause let's face it... right now, you are talking to one.

I want to make a layout for this website called Howrse.com.

I have Notepad and a wondering how I transfer the codes to Howrse.com and if theres any codes that you guys could give me after you have answered the above code.

1) Scroll boxes

2) Tables

3) Banner sort of thing at the top

4) Some form of back ground.

To be honest the most important is the overall question and how to make scrolly boxes and tables. Thanks.

# 3 and 4 would be nice to know as well.
 
I don't think that you can manipulate the code on that site. It doesn't appear to be a myspace or webs.com type of site where you have your own page. You would need access to the server and permission to change the code. But to answer your second question:

background= body {background-color: ????;}
or you could use:
body {background-image: url(imagefile.jpg);}

scrollbox equals <textarea>text</textarea>

the banner, you would have to create.

table= <table> <tr> <td>text</td> </tr> </table>

container= <div>text</div>
 
Back
Top