I need to create an online table on the web so people can see it. Does exist any tool or site which have the facility of creating and customizing a table?
jobeard
08-16-2007, 03:07 PM
you might use MS Word to create the table and then SAVE AS webpage (html)
you bigger issue is uploading it to some website.
Ad
08-16-2007, 03:07 PM
Alex.A
08-16-2007, 04:42 PM
yes, thats the problem: how do I publish it on the net?
CJ-real
08-16-2007, 06:33 PM
Where do you want to publish it?
- Do you want your own domain name (.com, .net)
- Do you want to use a free hosting site
- Do you want a subdomain (.piczo.com)
How do you intend to publish?
I can help you with everything to do with coding and the web.
Open [Notepad.exe], put this in and select [File] > [Save as] then save it as [pagename.html], in the dropdown box saying ["Notepad files *.txt"], click on it then select ["All files"]. Press [Save].
<html><head><title>CJ-real. What you want on the top of the window, for this it is "TechSpot OpenBoards"</title></head><body bgcolor="#FFFFFF"><table id="mytable" width="100%" height="50%" name="table" bgcolo"#FFFFFF"><tr><td>ADD YOUR CONTENT HERE</td></tr></table></body></html>
jobeard
08-16-2007, 07:18 PM
google for Web Hosting
you buy a domain name
pay for a hosting solution
design and write the page(s)
upload them using the hosting site instructions
Alex.A
08-17-2007, 04:01 AM
I would like a free hosting site but not one which has only the download option, I want to show my table itself to the people directly from a link, not to download it as the most of the sites do. I was hoping that I can find a website which deals only with tables.
And CJ-real, I've done what you said. yes, I can do that, I can also do that with Excel and save it as html but how can I publish it?
jobeard
08-18-2007, 07:40 PM
TABLES is a normal display feature of ALL HTML and it does not require any download --
Y O U need to learn HTML coding, save your document in HTML and upload --
that's all there is to it.