View Full Version : Page looks like notepad from Staples
scottmeyer
04-13-2007, 07:42 PM
I want to create a webpage that looks like the notepad that you buy from Staples or OfficeMax. Not the notepad.exe on your computer.:) A webpage with lines going across and maybe three holes on the side. Is there any script or css for this that I can use?
Thank you.
thetestingsite
04-13-2007, 07:52 PM
Simply create a page called notepad.html and place this in it:
<!<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<title>Test</title>
<style type="text/css">
BODY {
background: url('notebook.jpg') fixed;
}
</style>
</head>
<body>
Some Text...Some Text...Some Text....Some Text...Some Text...Some Text....Some Text...Some Text...Some Text....Some Text...Some Text...Some Text....Some Text...
</body>
</html>
Then download this image:
http://phphost.smackum.com/dd/notebook.jpg
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.