Results 1 to 2 of 2

Thread: Page looks like notepad from Staples

  1. #1
    Join Date
    Apr 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Page looks like notepad from Staples

    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.

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    Simply create a page called notepad.html and place this in it:

    Code:
    <!<!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
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •