Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle

Notices

Reply
 
Thread Tools Search this Thread
Old 09-26-2010, 10:10 AM   #1
JiYu
Member
JiYu began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Sep 2010
Device: Kindle 3nd
fixed table size

Hi,

I am trying to create a table with a fixed size to use it in a mobi file.

e.g.:

Code:
<table border="0">
  <tr>
    <td width="190">FIRST</td>
    <td width="270">SECOND</td>
  </tr>
  <tr>
    <td>FIRST</td>  
    <td>SECOND</td>
  </tr> 
</table>
for the FIRST td its working, but the SECOND is not working correct. It always end with the text. Any Ideas why this is not working?

regards

JiYu
JiYu is offline   Reply With Quote
Old 09-26-2010, 10:20 AM   #2
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,549
Karma: 193191846
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Tables are barely supported in mobi's, and very limited in their functionality. For displaying small tables (simply displaying a table of data) it will work, but using them for html layout purposes will almost always result in disappointment.

http://www.mobipocket.com/dev/articl...ile=tables.htm
DiapDealer is offline   Reply With Quote
Advert
Old 09-26-2010, 10:29 AM   #3
JiYu
Member
JiYu began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Sep 2010
Device: Kindle 3nd
Quote:
Originally Posted by DiapDealer View Post
Tables are barely supported in mobi's, and very limited in their functionality. For displaying small tables (simply displaying a table of data) it will work, but using them for html layout purposes will almost always result in disappointment.

http://www.mobipocket.com/dev/articl...ile=tables.htm
Yeah noticed that already and minimized it (or dont know how to create two "rows" next to each other without table).

I am just wondering because this basic table should be supported according to this -> http://www.mobipocket.com/dev/articl...TagRef_OEB.htm
JiYu is offline   Reply With Quote
Old 09-26-2010, 10:46 AM   #4
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,549
Karma: 193191846
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
See if you have any better results with:
Code:
<table width="460" border="0">
  <tr>
    <td width="190">FIRST</td>
    <td>SECOND</td>
  </tr>
  <tr>
    <td>FIRST</td>  
    <td>SECOND</td>
  </tr> 
</table>
DiapDealer is offline   Reply With Quote
Old 09-26-2010, 12:02 PM   #5
JiYu
Member
JiYu began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Sep 2010
Device: Kindle 3nd
Quote:
Originally Posted by DiapDealer View Post
See if you have any better results with:
Code:
<table width="460" border="0">
  <tr>
    <td width="190">FIRST</td>
    <td>SECOND</td>
  </tr>
  <tr>
    <td>FIRST</td>  
    <td>SECOND</td>
  </tr> 
</table>
woow great. that looks really better and seems to work. Thank you very much. That helps me a lot
JiYu is offline   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
You fixed it! beppe Feedback 2 07-13-2010 11:14 PM
Anyone know how to convert a pdf table into a table in Word or HTML? BasilC Workshop 7 06-25-2010 01:02 AM
Sideway Table in ePub (Rotate table/text) Lapiz ePub 3 01-29-2010 01:11 PM
Forget coffee table books-- how about a kitchen table book? ardeegee Lounge 10 12-02-2009 12:00 PM
font size in table bobcdy Kindle Formats 7 07-23-2009 08:08 AM


All times are GMT -4. The time now is 05:15 PM.


MobileRead.com is a privately owned, operated and funded community.