HTML tag used to organize visual elements of a web page in the form of table.
0
votes
1answer
51 views
Tables and SEO - The big conspiracies [duplicate]
Now, I've heard many (if not too many) conspiracies/myths about tables and SEO. Now, I'm in a state of confusion, and I have no idea what to do. Below, I will write two SEO and table myths that I need ...
0
votes
0answers
14 views
How to do I redesign a Flash based table page into something AJAX? [closed]
Shortly, I will be redesigning this page: https://www.misoenergy.org/MarketsOperations/RealTimeMarketData/Pages/LMPContourMap.aspx
It currently uses a Flash object to draw the table you see from the ...
3
votes
1answer
95 views
we choose to use tables to layout web forms: (how) can we make them valid/accessible?
we are building a site with dozens of very complex forms and we decided that the best solution for us is to make them using <table>
but we are worried about accessibility and standards.
what i ...
1
vote
2answers
380 views
Comparisons of Javascript 'data grids'?
I've found plenty of questions between here and StackExchange of people asking for the 'best' data grid / data table, or one that has a particular feature, and plenty of lists out there (of various ...
0
votes
0answers
14 views
Is there an official CSS or HTML property/attribute to show a table with rows+cols swapped? [closed]
Is there an official CSS or HTML property/attribute to show a table with rows+cols swapped?
I.e. I write the code one way, but it shows with rows swapped with columns.
Searching google only finds me ...
5
votes
1answer
168 views
Is using HTML tables for data presentation bad for SEO?
I have a site that presents information in each page with HTML tables.
Does this affect my site's SEO? Should I replace all tables with divs?
I'm not using HTML tables for layout. I'm only using ...
4
votes
1answer
123 views
AJAX spreadsheet editor interfaced to own website
My website has records that are tables. I would like for my users to be able to edit these records in an easy way. Currently they download a .csv-file, edit it in their favourite spreadsheet, and ...
0
votes
0answers
80 views
Display a JSON-string as a table [closed]
I'm totally new to JSON, and have a json-string I need to display as a user-friendly table.
I have this file, http://ish.tek.no/json_top_content.php?project_id=11&period=week, witch is showing ...
0
votes
1answer
66 views
Prevent file table from showing navigation links [closed]
I am trying to display the files in my folder, "Amir", but my table keeps displaying all of the files, "." and "..". How can I prevent my table from displaying ".." or "."? I have placed the code and ...
1
vote
0answers
28 views
Sending form input to a public database? [closed]
I am looking for a code that will send input from a form to a database or table. For example, there would be a form:
<input type='text' name='name'>
And then a table:
<td>(what they ...
0
votes
0answers
241 views
Why does display:table-cell not center content without display:table? [closed]
I'm looking for the most efficient (or elegant) way to vertically and horizontally center content of variable height. I've come up with this: http://cssdeck.com/t/2veysdkg/16, which uses css tables to ...
1
vote
1answer
150 views
Need a table that can sort, lock
I need table that will be able to:
sort
lock columns
lock the header row
resize columns
scroll
if possible can add/remove columns.
Was hoping to able to do this with jquery / html5 and have all ...
2
votes
2answers
579 views
Can I spread 2 cells across 3 rows in an HTML table?
I know its possible to spread 1 cell across multiple rows using the rowspan attribute, however is it possible to spread 2 cells evenly across multiple rows, without resorting to a nested table?
1
vote
1answer
361 views
Problem with image from HTML table after slicing and exporting from Photoshop
I made an image in Photoshop, I used Photoshop slice tool:
Original Image
I used "Save for Web Devices" option to export each slice tools in PNG images and it creates a page, HTML page. As ...
1
vote
1answer
100 views
Reverse pagination
Quick question to speed my life up considerable
Can you reverse engineer pagination, in other words instead of having to click through 20 pages of 10 results on each
Is there any application that ...
-1
votes
1answer
896 views
Aligning Images in Tables and Lists [closed]
I am trying to layout a list vertically that has a checkbox, image and description....
see here for an example...
http://www.sk8loc8.com/deposit/list.jpg
As you can see the images look a bit too ...
0
votes
1answer
115 views
Joomla theme module without tables
I copied the 'com_content' folder from the 'beez' template to the html folder of my template.
So now my content displays with divs and without tables.
Now I want to same for my modules I add to the ...
2
votes
1answer
39 views
Are there any table-chart creating websites?
I want to embed a table on my website similar to this one:
http://www.footballsfuture.com/2011/combine/qb.html
My website editor does not have a table function but I can put in html tags such as ...
0
votes
2answers
366 views
Creating a site with similar functionality to RateMyProfessors
I'm trying to create a website that accepts submissions into a form, and then later on I can display it in tables organized by categories, similar to how RateMyProfessors does it:
...
15
votes
10answers
5k views
Are HTML tables bad for SEO?
A lot of designers discourage the use of tables but I have a layout where I'll use more div structure to achieve something made simple with a table..
Are tables bad for search engines?
edit: I will ...