also @ TechSpot: Valve's Steam suffers worldwide failure over the weekend
Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Sign up or Login to participate.

Go Back   TechSpot OpenBoards > Software > Software Apps

Begin your free trial now Pay-as-you-go options starting at $10/user/month

Online Table

Thread Tools Search this Thread
  #1  
Old 08-16-2007
Alex.A's Avatar
TechSpot Member
 
Location: Europe
Member since: Jun 2007, 79 posts
Online Table

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?
  #2  
Old 08-16-2007
jobeard's Avatar
TechSpot Ambassador
 
Location: Southern Calif.
Member since: Apr 2005, 10,831 posts
you might use MS Word to create the table and then SAVE AS webpage (html)

you bigger issue is uploading it to some website.
  #3  
Old 08-16-2007
Alex.A's Avatar
TechSpot Member
 
Location: Europe
Member since: Jun 2007, 79 posts
yes, thats the problem: how do I publish it on the net?
  #4  
Old 08-16-2007
TechSpot Member
 
Member since: Feb 2007, 103 posts
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].

Code:
<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>
  #5  
Old 08-16-2007
jobeard's Avatar
TechSpot Ambassador
 
Location: Southern Calif.
Member since: Apr 2005, 10,831 posts
google for Web Hosting
  1. you buy a domain name
  2. pay for a hosting solution
  3. design and write the page(s)
  4. upload them using the hosting site instructions
  #6  
Old 08-17-2007
Alex.A's Avatar
TechSpot Member
 
Location: Europe
Member since: Jun 2007, 79 posts
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?

Last edited by Alex.A; 08-17-2007 at 04:07 AM..
  #7  
Old 08-18-2007
jobeard's Avatar
TechSpot Ambassador
 
Location: Southern Calif.
Member since: Apr 2005, 10,831 posts
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.
Code:
<table>
<tr><td>ROW-1, Cell-1</td><td>Row-1, Cell-2</td></tr>
<tr><td>ROW-2, Cell-1</td><td>Row-2, Cell-2</td></tr>
</table>

Last edited by jobeard; 08-18-2007 at 07:43 PM..
Closed Thread

Similar Topics
Topic Replies Forum
Windows (XP) required partition table? 6 Windows OS
Table fan inside pc 9 Overclocking, Cooling and Modding
Broken partition table? 12 Storage and Networking
Broken Partition Table? 7 Storage and Networking

Thread Tools Search this Thread
Search this Thread:

Advanced Search
All times are GMT -4. The time now is 04:28 AM.