Your browser (Internet Explorer 6) is out of date. It has known security flaws and may not display all features of this and other websites. Learn how to update your browser.
X
Post

LOL: Implementing “Margins” on an old Docomo phone.

Docomo phones don’t recognize margins and are irritating as hell to program for.

The odd thing is that they do recognize table widths.  As a result, you can make the following horrible code (that “DOEZ THE JOB”)

<BODY>
<table>
<tr>
<td width=”(left margin)”></td>
<td>(whatever)</td>
<td width=”(right margin)”></td>
</tr>
</table>
</BODY>
Hey don’t look at me; I haven’t used Tables since y2k.