Question:

How do i change a self made web template into HTML?

by  |  earlier

0 LIKES UnLike

i made a web template in photo shop CS3 and i don't even know how to put it it my web site. can someone help me?

 Tags:

   Report

2 ANSWERS


  1. Use photoshops Slicing tools to slice your image into logical pieces.  Use the publish settings to export to html.  This will create the html for you to put the individual slices back together.  You want to hide the layers of any part that you want to produce dynamically in your webpage...for instance Text so that the final sliced image doesn't have those parts visible.  Example....on your template you show a search box at the top.  Hide that layer when you export so that the final sliced image doesn't show the fake text box.  You will create the text box with HTML in the live site.


  2. you would set it as the background

    body style="background-image:url();

    background-repeat:repeat;

    width:200px;

    height:200px;">

    something like that

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.