Nintendo DSi Browser: Difference between revisions
Thewiirocks (talk | contribs) →Example Sites: Keep your f***ing spam off this page! The last thing we need is non-contributors posting their useless link sites. Make a real contribution or GTFO, please. |
Thewiirocks (talk | contribs) →Using Both Screens: Restoring the HTML code back to a working version. |
||
| Line 143: | Line 143: | ||
Generally the easiest way to accomplish the correct layout is to create HTML elements that "contain" the top and bottom screens. Here's an example: | Generally the easiest way to accomplish the correct layout is to create HTML elements that "contain" the top and bottom screens. Here's an example: | ||
<html> | |||
<head> | <head> | ||
<meta name="viewport" content="width=240"> | <meta name="viewport" content="width=240"> | ||
| Line 152: | Line 152: | ||
</head> | </head> | ||
<body> | <body> | ||
<div id="topscreen | <div id="topscreen">Top Screen</div> | ||
<div id="bottomscreen">Bottom Screen</div> | |||
<div id="bottomscreen | |||
</body> | </body> | ||
</html> | </html> | ||