Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Webpage Title appear on page with CSS
Old 03-11-2008, 07:42 PM Webpage Title appear on page with CSS
wildbackpacker's Avatar
Extreme Talker

Posts: 162
Name: Colton
Location: Utah, USA
Trades: 0
On my site, Outdoor High Adventure, I would like the 'wood piece' in the top left corner to say the title of the webpage. So for my homepage, 'Outdoor High Adventure Your Backpacking Source' is fine, but for my other pages it says the same thing. I would like somthing to let the user identify what page they are on, especially when I have Outdoor High Adventure on the picture next to the wood piece. for example, when they visit the recipes page, the wood piece would say "Recipes <br> Outdoor High Adventure" If someone could tell me if this is even possible, how, and if even if I could have the | not appear on the wood piece. Thanks!
__________________
Colton
Wild Backpacker

Please login or register to view this content. Registration is FREE

Last edited by wildbackpacker; 03-11-2008 at 07:44 PM..
wildbackpacker is offline
Reply With Quote
View Public Profile Visit wildbackpacker's homepage!
 
 
Register now for full access!
Old 03-11-2008, 07:49 PM Re: Webpage Title appear on page with CSS
Gilligan's Avatar
Website Designer

Posts: 1,670
Name: Stefan
Location: London, UK
Trades: 0
You would have to update every page unfortunately
Gilligan is offline
Reply With Quote
View Public Profile
 
Old 03-11-2008, 07:52 PM Re: Webpage Title appear on page with CSS
wildbackpacker's Avatar
Extreme Talker

Posts: 162
Name: Colton
Location: Utah, USA
Trades: 0
Explain more. Do have my site title on there, or remove the | or what? Also, how do I center the text inside the piece of wood? My css file can be found at http://www.outdoorhighadventure.com/style.css Sorry I'm new at the whole CSS thing!
__________________
Colton
Wild Backpacker

Please login or register to view this content. Registration is FREE
wildbackpacker is offline
Reply With Quote
View Public Profile Visit wildbackpacker's homepage!
 
Old 03-11-2008, 08:08 PM Re: Webpage Title appear on page with CSS
Gilligan's Avatar
Website Designer

Posts: 1,670
Name: Stefan
Location: London, UK
Trades: 0
On a new page for your site you'd have to search inside the HTML and look for this:

Code:
 <h1>Outdoor High Adventure</h1>
      <h3>Your Backpacking Source</h3>
And replace it with want you want it to say.

Centering is another thing completely i'm guessing.

Look for this in the css.

Code:
.fw-head {
	height: 177px;
	margin: 0px;
	padding: 0px 25px 0px 0px;
	border: none;
	overflow: hidden;
	background: transparent url('http://www.outdoorhighadventure.com/bg-header.jpg') no-repeat top left;
}
and add

Code:
text-align:center;
so it would become

Code:
 .fw-head {
	height: 177px;
	margin: 0px;
	padding: 0px 25px 0px 0px;
	border: none;
	overflow: hidden;
	background: transparent url('http://www.outdoorhighadventure.com/bg-header.jpg') no-repeat top left;
        text-align:center;}
I notice you're using a freewebs page, is this website hosted on your server?? or do you use their website builder??
Gilligan is offline
Reply With Quote
View Public Profile
 
Old 03-11-2008, 08:39 PM Re: Webpage Title appear on page with CSS
wildbackpacker's Avatar
Extreme Talker

Posts: 162
Name: Colton
Location: Utah, USA
Trades: 0
Okay, got it. I was just hoping there was a way I could remove the
Quote:
<h1>Outdoor High Adventure</h1>
<h3>Your Backpacking Source</h3>
and just have it to it automatically. Thanks though!
__________________
Colton
Wild Backpacker

Please login or register to view this content. Registration is FREE
wildbackpacker is offline
Reply With Quote
View Public Profile Visit wildbackpacker's homepage!
 
Old 03-13-2008, 05:48 PM Re: Webpage Title appear on page with CSS
Gilligan's Avatar
Website Designer

Posts: 1,670
Name: Stefan
Location: London, UK
Trades: 0
With a server side code such as php or asp then no.
Gilligan is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Webpage Title appear on page with CSS
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.23129 seconds with 12 queries