Go Back   Free website templates > Web Template Help > HTML - XHTML - CSS


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 07-29-2010, 06:48 PM
Junior Member
 
Join Date: Jul 2010
Posts: 5
rollup is on a distinguished road
Default books forever template assistance!

Hi,
I am new to css, but am well up on html, I have downloaded the books forever template and am trying to change some text, now I'm not thick but when I try to change the text "Welcome to our site" it never changes?? I have even gone into the source & changed it there but it still displays the origional text? Now I'm stumped! I've looked in the css to see if it's there but it's not....
So I am forced to ask here!!!
Any idea? I could have picked something simpler to start learning css with!

Thanks in advance.

Ken

Last edited by rollup; 07-29-2010 at 07:14 PM. Reason: found problem, it's an image!! I just could not see the text.
Reply With Quote
  #2 (permalink)  
Old 07-29-2010, 07:17 PM
ishkey's Avatar
Moderator
 
Join Date: Aug 2007
Location: North GA USA
Posts: 2,335
ishkey will become famous soon enough
Default

I was just going to suggest that.
Don't remember the books forever template, could you put a link to it's page?
__________________

cleandeck graphite lubricant
Reply With Quote
  #3 (permalink)  
Old 07-30-2010, 10:57 AM
Junior Member
 
Join Date: Jul 2010
Posts: 5
rollup is on a distinguished road
Default link to template

here is where I got it from...

Free CSS | Free CSS Templates | Books Forever Free CSS Template
Reply With Quote
  #4 (permalink)  
Old 07-30-2010, 01:34 PM
ishkey's Avatar
Moderator
 
Join Date: Aug 2007
Location: North GA USA
Posts: 2,335
ishkey will become famous soon enough
Default

No wonder I couldn't find it - the other website change the name.

It was Books OnLine
__________________

cleandeck graphite lubricant
Reply With Quote
  #5 (permalink)  
Old 08-02-2010, 04:16 AM
navyfalcon's Avatar
Senior Member
 
Join Date: Sep 2008
Posts: 392
navyfalcon is on a distinguished road
Default

Downloaded the template.
Used AlleyCode HTML Editor
Was able to change any or all text

-
AlleyCode is a free HTML (& CSS) editor
Free HTML editor wysiwyg - Alleycode HTML, Text, PHP editor , Free ...

HTML editor - Alleycode HTML wysiwyg editor is an intuitive, robust and fully functional editor with unique features such as: Synchro View, real time two ...
www.alleycode.com/ - Cached - Similar
Download
Screenshots
Features

It has a good help file (Quick start tutorial)
-
hope this helps
falcon
__________________
many free tutorials at
http://freetutorials.name
Reply With Quote
  #6 (permalink)  
Old 08-02-2010, 04:36 AM
navyfalcon's Avatar
Senior Member
 
Join Date: Sep 2008
Posts: 392
navyfalcon is on a distinguished road
Default

Books Forever
Text at lines:
125
136
137
150
151
164
165
178
179
204 - 210
Title line 4
Menu lines 25 - 31
title "welcome to our site line 124
title "top best sellers line 132
-
this should help some
-
falcon
Reply With Quote
  #7 (permalink)  
Old 08-02-2010, 09:45 AM
Junior Member
 
Join Date: Jul 2010
Posts: 5
rollup is on a distinguished road
Default

Thanks For this falcon, I use Nvu (komposer) but could not change the "welcome to our site" text, I'll give this one a try, you never know I may even change from Nvu!!
Even though css looks simple it's not! & no tuts ever tell you where you need to place edits or where to add new code to an exsisting file or where to place the html in order to achive the dsired effect!!
Not good trying to learn new code at my age!!
Reply With Quote
  #8 (permalink)  
Old 08-02-2010, 01:44 PM
enigma1's Avatar
Programmer
 
Join Date: Dec 2009
Posts: 107
enigma1 will become famous soon enough
Default

You need an image editor to change that, because the "welcome to our site" is an image. In the stylesheet.css the class is
#maincol_top h2

The maincol_header.gif contains what you are looking for. So even if you change the text in the html nothing will happen because that doesn't do anything.

Ok now, you can do the following to setup a text string without creating or modifying images:

In the stylesheet.css change this code:

Code:
#maincol_top h2 {
    width : 121px;
    height : 32px;
    background : url('images/maincol_header.gif') no-repeat 0px 0px;
}
to this:
Code:
#maincol_top h2 {
    width : 121px;
    height : 32px;
    /*background : url('images/maincol_header.gif') no-repeat 0px 0px;*/
}
In the index.html change this code:
Code:
        <h2><span>Welcome to our site</span></h2>
to this
Code:
        <div style="font-size: 14px; font-weight: bold; padding: 8px 0px;">Welcome to our site</div>
then play around with the div style to make it the way you want.

Later you can setup a new class in the stylesheet if you want to pass the formating there.
Reply With Quote
  #9 (permalink)  
Old 08-03-2010, 09:43 AM
Junior Member
 
Join Date: Jul 2010
Posts: 5
rollup is on a distinguished road
Default

Enigma, what a star!! an explanation I can actually figure out, one thing though no idea what you mean by this "Later you can setup a new class in the stylesheet if you want to pass the formating there. "

But I will do what you say & let you know what happens.
Cheers,
Ken
Reply With Quote
  #10 (permalink)  
Old 08-03-2010, 10:42 AM
Junior Member
 
Join Date: Jul 2010
Posts: 5
rollup is on a distinguished road
Default

Just tried it and it worked perfect. could you tell me what /* means? it looks simple but does a lot!
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 02:26 PM.



mouseover mouseover mouseover