Joern's i-tricks:
Pages with pictures don't really scroll. Keep them short, like my opening home page.
My picture is 96 pixels wide.
Animated GIFs.
I-mode phones display ASCII text and Japanese characters (in Shift_JIS or UTF-8), no matter what you tell them.
If you want western web browsers to correctly display Japanese as well for compatibility, then set within the HTML header:
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
Example:
my page "sorry"
I choose not to turn JIS on, leaving out the 'charset' setting altogether, so that you all can see the latin contents, like here.
If you want, you can add Japanese as gif, which probably looks funny for Japanese readers.
Example: my page
mail me
back to links
back home
I welcome corrections and suggestions!