I have design images.. ie, jpeg. Can anybody tell me how can i slice it into html please? I am new in web designing as previously i was entirely in application development.
Warm regards
Jose Mathew
MCS TECHNOLOGIES LTD
http://www.mcstech.co.uk
Convert Jpeg into html
Moderator: General Moderators
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: Convert Jpeg into html
Not sure if this is what you mean but if you use Photoshop you can slice the image and save them from there? (Seen it but haven't used it myself).
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
-
bestwebdesigner
- Forum Newbie
- Posts: 9
- Joined: Mon Jan 31, 2011 4:38 am
Re: Convert Jpeg into html
Hi,
First you have to add the image in a separate html file and then link the image to your website.
Create a html file and add the image to the html file using img tag and save it as image.html
Then add simply to your main page file as your image file.Try this, it'll work.
First you have to add the image in a separate html file and then link the image to your website.
Create a html file and add the image to the html file using img tag and save it as image.html
Then add simply to your main page file as your image file.Try this, it'll work.