|
Prev: Release Dll Problem - Optimization Issue
Next: Can't send same char again using SendCharEvents or PostKeybdMessage
From: SherylL on 19 Jun 2008 11:53 Hi - I'm fairly new to mobile development. I have some simple table html, but each table cell gets a new line, rather than all table cells in a row rendering on the same line. My content is not too large for it to fit on one line, so I'm not sure how to fix, or if it's even supported. Very simple html: <table> <tr> <td>cell 1</td><td>cell2</td> </tr> </table> I'm testing using WM6 Emulator, but I have someone with a real WM6 device testing which renders the same way, all cells on a new line. Is there some css or doctype or ? that I need to use for this to work? Thanks in advance, Sheryl |