Tagged Questions
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 ...
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 ...
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 ...
0
votes
0answers
242 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 ...
2
votes
2answers
592 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
362 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
votes
1answer
906 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 ...
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 ...