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.