Go Back   Free website templates > Community Service > Request a graphic or website customization
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
  #11 (permalink)  
Old 09-17-2008, 02:55 PM
smfdadmin's Avatar
Member
 
Join Date: Sep 2008
Posts: 79
smfdadmin is on a distinguished road
Default

My blonde highlights must be coming out. I downloaded all the images and put them in my "images" section (I use FTP).

I put this in my site <img src="images/SM_contact.jpg">

and now my site is crazy. The right "css frames" are underneath the content. ek. What did I do wrong? lol

__________________
St. Marys Fire Department
Taking Steps Today Toward A Fire Safe Tomorrow!
Reply With Quote
  #12 (permalink)  
Old 09-17-2008, 07:02 PM
ishkey's Avatar
Moderator
 
Join Date: Aug 2007
Location: North GA USA
Posts: 1,776
ishkey will become famous soon enough
Default

Remember - You altered your css file. You wanted to get rid of RNews on the other pages. Now you have idea of replacing RNews with different PICS.
Are we getting the idea yet?
__________________

Consultant - Programmer - WebMaster
cleandeck - lawn mower undercoating
wilmargraphite - graphite lubricants
Reply With Quote
  #13 (permalink)  
Old 09-17-2008, 08:58 PM
smfdadmin's Avatar
Member
 
Join Date: Sep 2008
Posts: 79
smfdadmin is on a distinguished road
Default

Yes, I did that first...took out the #left that was the recent news. i had the same effect. so then i left in the #left_alt (no recent news) and put the image below that
Reply With Quote
  #14 (permalink)  
Old 09-18-2008, 02:57 AM
CovertPea's Avatar
Moderator
 
Join Date: Dec 2007
Location: Brisbane, Australia
Posts: 2,346
CovertPea is on a distinguished road
Default

Hang about Ishkey, this problem is way over my head!
__________________
"When you eventually die, will this world have been better or worse off for you having lived in it?"

Reply With Quote
  #15 (permalink)  
Old 09-18-2008, 10:51 AM
ishkey's Avatar
Moderator
 
Join Date: Aug 2007
Location: North GA USA
Posts: 1,776
ishkey will become famous soon enough
Default

You are lucky that CP made the images, she never misses a detail, so we do not have to worry about the size of the graphic being to large or to small, it's just right.

1. Back to the css file. Time to put things sorta back they way they were. You are going to do this for each page that you want a new graphic on, in the order of you pages - got it.
I'm doing the contact page since you have tried it on your web and should be last in the css file. You are going to change the padding-top: back to 80px and for each page change the graphic to the one, for that page.

Code:
#left {
 background: #333333 url(images/content-top-bg.gif) no-repeat 0% 0%;
 float: left;
 padding-bottom: 20px;
 padding-left: 20px;
 padding-right: 20px;
 padding-top: 80px;
 width: 462px;
}
#left_contact {
 background: #333333 url(images/SM_contact.jpg) no-repeat 0% 0%;
 float: left;
 padding-bottom: 20px;
 padding-left: 20px;
 padding-right: 20px;
 padding-top: 80px;
 width: 462px;
}
2. The HTML file on each page where it was
Code:
<div id="content">
<div id="left">
You will place the code named in the css file - like
<div id="left_contact">

Notice I use a name that relates to the page - it makes life easy.
This is the orig template and not yours but,
If all goes well it will look like this ...
Attached Images
 
__________________

Consultant - Programmer - WebMaster
cleandeck - lawn mower undercoating
wilmargraphite - graphite lubricants
Reply With Quote
  #16 (permalink)  
Old 09-18-2008, 12:37 PM
smfdadmin's Avatar
Member
 
Join Date: Sep 2008
Posts: 79
smfdadmin is on a distinguished road
Default

Not to get all corny on yall, but i am lucky to have both of you. awesome graphics and awesome coding.

It works
Reply With Quote
  #17 (permalink)  
Old 09-18-2008, 12:47 PM
smfdadmin's Avatar
Member
 
Join Date: Sep 2008
Posts: 79
smfdadmin is on a distinguished road
Default

Code:
#left_contact {
 background: #333333 url(images/SM_contact.jpg) no-repeat 0% 0%;
 float: left;
 padding-bottom: 20px;
 padding-left: 20px;
 padding-right: 20px;
 padding-top: 80px;
 width: 462px;
}
#left_tours {
 background: #333333 url(images/SM_tours.jpg) no-repeat 0% 0%;
 float: left;
 padding-bottom: 20px;
 padding-left: 20px;
 padding-right: 20px;
 padding-top: 80px;
 width: 462px;
}
#left_gallery {
 background: #333333 url(images/SM_gallery.jpg) no-repeat 0% 0%;
 float: left;
 padding-bottom: 20px;
 padding-left: 20px;
 padding-right: 20px;
 padding-top: 80px;
 width: 462px;
}
#left_stations {
 background: #333333 url(images/SM_stations.jpg) no-repeat 0% 0%;
 float: left;
 padding-bottom: 20px;
 padding-left: 20px;
 padding-right: 20px;
 padding-top: 80px;
 width: 462px;
}
#left_apparatus {
 background: #333333 url(images/SM_apparatus.jpg) no-repeat 0% 0%;
 float: left;
 padding-bottom: 20px;
 padding-left: 20px;
 padding-right: 20px;
 padding-top: 80px;
 width: 462px;
}
#left_members {
 background: #333333 url(images/SM_members.jpg) no-repeat 0% 0%;
 float: left;
 padding-bottom: 20px;
 padding-left: 20px;
 padding-right: 20px;
 padding-top: 80px;
 width: 462px;
}
This is what I put in my CSS file. Contact page turned out great...but all the others are funky.

I put this on each page :

Code:
<div id="content">
        <div id="left_contact">
Substituting members, tours...etc after the left_
Reply With Quote
  #18 (permalink)  
Old 09-18-2008, 02:08 PM
ishkey's Avatar
Moderator
 
Join Date: Aug 2007
Location: North GA USA
Posts: 1,776
ishkey will become famous soon enough
Default

It looks like you forgot to push the save button on the css file.
This is what it looks like - hot off your server.
Code:
#left {
 background: #333333 url(images/content-top-bg.gif) no-repeat 0% 0%;
 float: left;
 padding-bottom: 20px;
 padding-left: 20px;
 padding-right: 20px;
 padding-top: 80px;
 width: 462px;
}
#left_alt {
        float: left;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        width: 462px;
}
}
#left_contact {
 background: #333333 url(images/SM_contact.jpg) no-repeat 0% 0%;
 float: left;
 padding-bottom: 20px;
 padding-left: 20px;
 padding-right: 20px;
 padding-top: 80px;
 width: 462px;
}
#logo {
 height: 72px;
 width: 776px;
}
Try again.....
__________________

Consultant - Programmer - WebMaster
cleandeck - lawn mower undercoating
wilmargraphite - graphite lubricants
Reply With Quote
  #19 (permalink)  
Old 09-18-2008, 02:35 PM
smfdadmin's Avatar
Member
 
Join Date: Sep 2008
Posts: 79
smfdadmin is on a distinguished road
Default

Err...my ftp must be acting up.

The CSS file is saved right.
And the FTP is saying it is transferring with no errors.

Yay...I think I got it to work. I promise it was saved right...haha.
Thanks, as always, for the help :-)
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 01:41 AM.



mouseover mouseover mouseover