View Single Post
  #3 (permalink)  
Old 10-01-2009, 05:29 AM
Mimoun's Avatar
Mimoun Mimoun is offline
Administrator
 
Join Date: Jun 2005
Location: Antwerpen, Belgium
Posts: 2,290
Mimoun will become famous soon enough
Default

You don't need to change the text in the psd file.
Just open the index.html HTML file and change the text.
Open the HTML in Notepad (TextEdit for mac) or any other HTML editor, don't open it in Word or any other rich text editor.

Example find this code:
HTML Code:
<div id="wrapper">
    <h1><em>MUSIC</em> SHOP</h1>
and change it to:
HTML Code:
<div id="wrapper">
    <h1><em>My own</em> shop</h1>
Save it.
Reply With Quote