2013-01-23 44 views
0

這讓我瘋狂。我需要我的mtable元素的行之間的間距。現在,我滿足於在html中獲取它;一旦我有這個工作,我會嘗試將其移至CSS。iOS上的mathml - 平行排列

這是我嘗試的一些事情。在每一種情況下,我都將空間的數量設置得很大,這樣如果它起作用的話,這將是無可爭議的。但到目前爲止,我看不到任何空間。

mathML的實現不完整。但直到現在,我幾乎可以找到所有的變通辦法。

<math> 
     <mtable rowspacing="10ex"> 
      <mtr padding="40px"> 
       <mtd padding="40px"> 
       <!-- remainder of the table here --> 

另一種嘗試,同樣沒用的提示:

<math> 
     <mtable framespacing="40px 40px"> 
      <mtr margin="40px"> 
       <mtd margin="40px"> 
       <!-- remainder of the table here --> 

回答

1

這做到了:

<mtd style="padding:10px 0 10px 0">