also @ TechSpot: A List of PC Game Classics Available Free of Charge
Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Login to participate.

Go Back   TechSpot OpenBoards > Operating Systems and Software > Software and Utilities

Online Table

Closed Thread
Bookmark Thread Tools
  #1  
Old 08-16-2007
Alex.A's Avatar
TechSpot Member
 
Location: Europe
Member since: Jun 2007, 78 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 Evangelist
 
Location: Southern Calif.
Member since: Apr 2005, 8,300 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.
To remove this ad, sign in. To register for a new account, click here.
  #3  
Old 08-16-2007
Alex.A's Avatar
TechSpot Member
 
Location: Europe
Member since: Jun 2007, 78 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 Evangelist
 
Location: Southern Calif.
Member since: Apr 2005, 8,300 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, 78 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 03:07 AM..
To remove this ad, sign in. To register for a new account, click here.
  #7  
Old 08-18-2007
jobeard's Avatar
TechSpot Evangelist
 
Location: Southern Calif.
Member since: Apr 2005, 8,300 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 06:43 PM..
Closed Thread

Thread Tools


Similar Topics
Topic Category Replies Last Post
Windows (XP) required partition table? Windows OS 6 07-10-2007 10:54 AM
Table fan inside pc Overclocking, Cooling and Modding 9 04-17-2007 04:33 PM
Broken partition table? Storage and Networking 12 06-19-2005 03:14 AM
invalid partition table Storage and Networking 4 04-18-2005 05:02 PM
Broken Partition Table? Storage and Networking 7 10-18-2004 11:47 AM


All times are GMT -4. The time now is 02:06 PM.