How Do I Edit A Website In Notepad?

十一月 22, 2009 | 11:43 上午分类:Network Notepad | 标签: | 114 views

I’ve created a basic website in Photoshop cs4. I’ve sliced the page and I want to add the hyperlinks in notepad. (I don’t want to use another program like dreamweaver.) How do I do this?

  1. 2条评论 关于 “How Do I Edit A Website In Notepad?”

  2. Mark aka jack573 发表于2009-11-22

    I will assume you have created the wed site using images.
    You need to have your images saved as jpegs, gifs, or pngs.
    To set an image into a web page you need the HTML tags like such (assuming it is a jpeg file).

    To make a hyperlink for the images you would do something like this.

    Where ‘http://www.mysite.com/page.html” is the page you want the link to go to.
    A good tutorial on HTML is herehttp://www.w3schools.com/html/default.as…
    Specifically on the ‘img’ taghttp://www.w3schools.com/html/html_image…
    Specifically the ‘a’ (link) taghttp://www.w3schools.com/html/html_links…

  3. Danf2 发表于2009-11-23

    Google!