Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
How do I convert an html4 table to html5? Is there a tool for that?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
ijak  
View profile  
 More options Jan 7 2012, 6:03 pm
From: ijak <ijak...@gmail.com>
Date: Sat, 7 Jan 2012 15:03:47 -0800 (PST)
Local: Sat, Jan 7 2012 6:03 pm
Subject: How do I convert an html4 table to html5? Is there a tool for that?
.

I have a html4 table that creates a picture frame around a certain
sized image. That way I can place any image inside the frame on my web
page, without having to create image including a frame for every image
I post on my blog.

This is what the html4 version looks like when rendered on the
wordpress.com site that has a CSS defined table type.

http://lenslord.com/2012/01/05/tabletest/

This is more what it is supposed to look like.
http://lenslord.com/2012/01/02/iphone-photos-can-be-fun/

Is there a tool anywhere that can make that conversion for me?

Jack


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Walter Ian Kaye  
View profile  
 More options Jan 7 2012, 11:10 pm
From: Walter Ian Kaye <boodl...@gmail.com>
Date: Sat, 7 Jan 2012 20:10:52 -0800
Local: Sat, Jan 7 2012 11:10 pm
Subject: Re: How do I convert an html4 table to html5? Is there a tool for that?
At 03:03 p -0800 01/07/2012, ijak didst inscribe upon an electronic papyrus:

Are you sure you don't mean CSS3?

<http://developer.apple.com/library/safari/documentation/AppleApplicat...
Reference/SafariCSSRef/Articles/StandardCSSProperties.html
#//apple_ref/doc/uid/TP30001266--webkit-border-image>

<http://css-tricks.com/understanding-border-image/>

Note that border-image uses a *single* image, while the 9-cell method
uses 8 slices of images; that precludes automatic conversion.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jack  
View profile  
 More options Jan 8 2012, 2:51 am
From: jack <ijak...@gmail.com>
Date: Sat, 7 Jan 2012 23:51:04 -0800
Local: Sun, Jan 8 2012 2:51 am
Subject: Re: How do I convert an html4 table to html5? Is there a tool for that?
.

You are right CSS3.

So the bottom line is that I cannot use anything like an image table?

Jack

On 2012-01-07, at 8:10 PM, Walter Ian Kaye wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
LuKreme  
View profile  
 More options Jan 7 2012, 7:16 pm
From: LuKreme <krem...@kreme.com>
Date: Sat, 7 Jan 2012 17:16:20 -0700
Local: Sat, Jan 7 2012 7:16 pm
Subject: Re: How do I convert an html4 table to html5? Is there a tool for that?
On 07 Jan 2012, at 16:03 , ijak wrote:

> This is what the html4 version looks like when rendered on the
> wordpress.com site that has a CSS defined table type.

The table is not the problem, the CSS is the problem. You need to find which CSS file is defining the table and figure out why it is adding padding/spacing to the table elements.

However, there are at least seven stylsheets defined for that page, and I’m not willing to track through them all to figure out which one is the problem.

I recommend you use Firefox with the WebDeveloper plugin to see exactly what styles are applying to that table. FireBug might also be helpful.

--
"A musicologist is a man who can read music but can't hear it." -  Sir
Thomas Beecham (1879 - 1961)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Walter Ian Kaye  
View profile  
 More options Jan 9 2012, 3:50 am
From: Walter Ian Kaye <boodl...@gmail.com>
Date: Mon, 9 Jan 2012 00:50:00 -0800
Subject: Re: How do I convert an html4 table to html5? Is there a tool for that?
At 11:51 p -0800 01/07/2012, jack didst inscribe upon an electronic papyrus:

>You are right CSS3.

>So the bottom line is that I cannot use anything like an image table?

Well, nothing says you "cannot"; you certainly may continue the "old"
way, it just means eight image hits on the server rather than one.
It's up to you. :)

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »