How Do I Edit A Website In Notepad?
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?
China, the economic, financial
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?
2条评论 关于 “How Do I Edit A Website In Notepad?”
I will assume you have created the wed site using images.
like such (assuming it is a jpeg file).

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
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…
Google!