View Single Post
Old 07-09-2014, 01:25 PM   #9
jouslain
Junior Member
jouslain began at the beginning.
 
Posts: 5
Karma: 10
Join Date: May 2014
Device: sony reader
Quote:
Originally Posted by Doitsu View Post
Wouldn't it make more sense to break up the table into <divs> containing three paragraphs (one paragraph each for Romaji, Japanese and English)?

I'd simply copy the table as a tab-delimited text file to the clipboard, paste it into a RegEx-capable editor (e.g. Notepad++) and use the following parameters to transform it:

Find what:^(.*?)\t(.*?)\t(.*?)$
Replace with:<div><p>\1</p><p>\2</p><p>\3</p></div>
The photographs I posted were done using <div>, How can I make it display side-by-side, please?

Quote:
This comes as a question: I know that a able is reflowable so all you need is the cells width, in that case what is the point of the
Quote:
float:left
and
margin-right
rules you added?
I've tried but it appeared like a table (It can't view the below contents)

Last edited by jouslain; 07-09-2014 at 01:27 PM.
jouslain is offline   Reply With Quote