harvard: -------------------------------------------------------------------------------- i want to make simillar page to this one http://www.gim1.hrubieszow.info/index1280.html I know it is very simple, though still nedd some help how to start my adventure with pspad. I need a simple page as simple as the link I have given above. Basicly, I dont know how to make this simple menu, and how to set margin on left and right. is it possible to make with pspad? thx --------------------------------------------------------------------------------
Well, this isn't really a PSPad-specific question... you can study the source of the page, you like and see, how to use this for your code. However, I'd say, it isn't that trivial, if you don't have previous experiences with HTML. You can write this in PSPad, as in any other code editor, but you have to know, what code you need to write... in the given page, the menu is in the external file see the tag: <script type="text/javascript" src="css_1280/menu1280.js"></script> http://www.gim1.hrubieszow.info/css_1280/menu1280.js The margins are in this page specified mostly using a table with empty margin columns; there is also a stylesheet <link rel="Stylesheet" type="text/css" href="css_1280/menu1280.css"/> http://www.gim1.hrubieszow.info/css_1280/menu1280.css specifying the appearance. Maybe I'd suggest to start with some simple pages and gradually try more complicated ones ... You can try e.g. http://www.w3schools.com/html/DEFAULT.asp or any other reference suitable for you. vbr -- <http://forum.pspad.com/read.php?2,49471,49472> PSPad freeware editor http://www.pspad.com
