Page 1 of 1
Convert Jpeg into html
Posted: Wed Jan 26, 2011 11:01 am
by mcstechnologies
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
Re: Convert Jpeg into html
Posted: Wed Jan 26, 2011 11:11 am
by social_experiment
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).
Re: Convert Jpeg into html
Posted: Mon Jan 31, 2011 5:18 am
by bestwebdesigner
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.