Adding text to my website

js2006

New Member
Hello! I hope this is the right forum to post this topic.

I have a website that is up. I didn't design it and at this point I cannot edit it because I don't know how. What I need to do is update a text list of CD's on my site. I can log into the main control center and I use WS_FTP Pro. To build the page I have HTML - Kit. My questions is how do I make a simple basic text list of items on the kit and transfer it my website.

small example of a text list I need to put on my website

band "title" label style price
band "title" label style price
band "title" label style price

Thanks for any help.
 
Do you want to build an HTML table?

I would like to edit the page that already exists, but if it's easier I would make a new page, is this what's called an HTML table? I bought a book about this a few months back but it is useless since it only talks about Dreamweaver, which is a very expensive program. It doesn't give the step by step instructions how to add text either. Is there a decent website that explains how to do this? I already tried google search but it wasn't what I was looking for. Thanks for any help.
 
Let me give this a shot...Not sure what you want to put as text though.

Open the site you want to edit in some kind of editor.
Insert the text:
<p>band "title" label style price</p> whereever you want it to appear on the site
save the document as an html, and upload it via FTP. If there is a link to that page, be sure to update that link or resave it as what it was before.

If you want to make a table, its the same process, just some more code.

Not sure if you understand that, but if you post your code, im i or someone else can be more helpful.

-jason
 
Let me give this a shot...Not sure what you want to put as text though.

Open the site you want to edit in some kind of editor.
Insert the text:
<p>band "title" label style price</p> whereever you want it to appear on the site
save the document as an html, and upload it via FTP. If there is a link to that page, be sure to update that link or resave it as what it was before.

If you want to make a table, its the same process, just some more code.

Not sure if you understand that, but if you post your code, im i or someone else can be more helpful.

-jason

That would be too hard to add the spaces between the different sections of his table.

Here is a website to learn HTML:
http://www.w3schools.com
Here is how to make a table:
http://www.w3schools.com/html/html_tables.asp
 
Yeah but as you might have seen, he doesn't a lot about HTML and by adding text he meant in a ordered way...

He said a text list, and as you saw on his example, making a table is the best way to do it, since he has categories.
 
Back
Top