Convert Jpeg into html

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
mcstechnologies
Forum Newbie
Posts: 2
Joined: Wed Jan 26, 2011 10:31 am

Convert Jpeg into html

Post 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
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: Convert Jpeg into html

Post 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).
“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

Post 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.
Post Reply