How to create website template with photoshop???

Discussion in 'HTML & Website Design' started by kojakfilth, Jun 25, 2007.

  1. #1
    Guys can you point me to a very informative site that has a tutorial step by step guide on how to create my own template using photosop and convert it into html page with css attach? including the text that can be editable in dreamweaver..

    Please advice..

    Kojak
     
    kojakfilth, Jun 25, 2007 IP
  2. Leox Adir

    Leox Adir Guest

    Messages:
    237
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #2
    File -> Save for Web
     
    Leox Adir, Jun 25, 2007 IP
  3. kojakfilth

    kojakfilth Notable Member

    Messages:
    3,000
    Likes Received:
    213
    Best Answers:
    0
    Trophy Points:
    210
    #3
    yeah i already know that. but i want to know how can i edit the text file in dreamweaver from photoshop like every template has.. they have PSD and at the same time they have the html version thats the text are editable both PS and dreamweaver
     
    kojakfilth, Jun 25, 2007 IP
  4. Leox Adir

    Leox Adir Guest

    Messages:
    237
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Use just the background where you want text.

    And instade of having the td looking like this:

    <td>
    <img src="images/picture.gif" width="100" height="300" alt=""></td>
    HTML:
    You should have it like this:

    <td style="background-image: url(images/image.gif)" width="100" height="300">Text here</td>
    HTML:
    Hope that will help you :)
     
    Leox Adir, Jun 25, 2007 IP
  5. kojakfilth

    kojakfilth Notable Member

    Messages:
    3,000
    Likes Received:
    213
    Best Answers:
    0
    Trophy Points:
    210
    #5
    thanks for this but im a bit confuse on that.. maybe needs some more deep explanation.. :(

    thanks leox
     
    kojakfilth, Jun 25, 2007 IP
  6. Katy

    Katy Moderator Staff

    Messages:
    3,490
    Likes Received:
    513
    Best Answers:
    7
    Trophy Points:
    355
    #6
    Katy, Jun 25, 2007 IP