Simple customizations does not work. What am I doing wrong?

1 view
Skip to first unread message

pabo...@googlemail.com

unread,
Apr 30, 2009, 10:00:35 AM4/30/09
to htmlwrapper
Hi,

I try to modyfi the HTML Code in the Simple Sample. But I am not
successful. In this example the both paragraphs are displayed on the
same position. Then I tried a list. Does not work.

What am I doing wrong?


Greetings
Pavel

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html"
charset="utf-8" />
<title>Hello World</title>
<link rel="stylesheet" href="assets/css/main.css" type="text/
css" />
<script type="text/javascript" src="wrapper/wrapper.js"></
script>
</head>
<body id="wrapper" onload="wrapper('wrapper/');">
<div id="frame">
<div id="box">
<ul>
<p>hello</p>
<p>world</p>
</ul>
</div>
</div>
</body>
</html>
Reply all
Reply to author
Forward
0 new messages