Go Back   Free website templates > Web Template Help > Graphics
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


Join now to share free website templates or post on the forum. If you have never been on a forum before read the FAQ. It's quick, easy and free to join!
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-27-2008, 10:24 PM
Junior Member
 
Join Date: Oct 2008
Posts: 1
mangelucci is on a distinguished road
Default Editing and working with photos

Hello,
I read through the tutorial "A Basic Primer" written by Ishkey and have a better overall understanding of how the templates work - thanks! I'm still confused on how to edit pictures, however. According to the tutorial we don't need to do anything with the PSD file, but without it how are we supposed to make changes to the graphics??

Also - when I try to open the PSD file I can't. I don't have Photoshop. Do I need to purchase it to work with these templates? Most of the headers on the template I'm considering for my website are graphic-based (see attached).

Thanks in advance -
mangelucci
Attached Images
 
Reply With Quote
  #2 (permalink)  
Old 11-01-2008, 08:57 PM
myseogal's Avatar
Junior Member
 
Join Date: Nov 2008
Location: Ohio
Posts: 4
myseogal is on a distinguished road
Default

You would probably need photoshop if it is a psd file which stands for photoshop document.

Let me know if you need help editing them.
Reply With Quote
  #3 (permalink)  
Old 11-02-2008, 04:28 PM
ishkey's Avatar
Moderator
 
Join Date: Aug 2007
Location: North GA USA
Posts: 1,778
ishkey will become famous soon enough
Default

Quote:
According to the tutorial we don't need to do anything with the PSD file, but without it how are we supposed to make changes to the graphics??
Easy - Lets look at the image file you posted "company_name.gif"
It is a "GIF" file which You Can Edit. (keep the same name when you save it)
It is referenced in the "style.css" file (see it below, this will display on every page if called)
Code:
 
#page_title h1 {
 width: 362px;
 height: 126px;
 background: url('images/company_name.gif') #292829 no-repeat 50% 50%;
 color: #cf7235;
}
You will find "#page_title" referenced in the "index.html" file (the code you called from the style.css above)
Code:
<div id="page_title">
 <h1><span>Musicians Agency</span></h1>
 </div>
Try deleting this code in the index.html file, save it, display it in your browser and see what happens.
Try using a different graphic, with a different name in place of "company_name.gif in the style.css
How about different company_name.gif on every page?
You could make company_name1.gif, company_name2.gif, as many as you want. Then add to the style.css as many sections as gifs you made.
Code:
#page_title1 h1 {
 width: 362px;
 height: 126px;
 background: url('images/company_name1.gif') #292829 no-repeat 50% 50%;
 color: #cf7235;
}
#page_title2 h1 {
 width: 362px;
 height: 126px;
 background: url('images/company_name2.gif') #292829 no-repeat 50% 50%;
 color: #cf7235;
}
Then call the code you need in each "html" page like
Page ONE.html
Code:
<div id="page_title1">
 <h1><span>Musicians Agency</span></h1>
 </div>
Page TWO.html
Code:
<div id="page_title2">
 <h1><span>Musicians Agency</span></h1>
 </div>
__________________

Consultant - Programmer - WebMaster
cleandeck - lawn mower undercoating
wilmargraphite - graphite lubricants
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:05 AM.



mouseover mouseover mouseover