PDA

View Full Version : Trying to make my banner and nav bar look like http://www.photoscapedesign.com/


jstnc
Jul-02-2008, 01:13 PM
I need some help here. I've created a nav bar and a banner. However, I can't figure out how to make them in line with each other and justified against the left side (for the banner) and the right side (for the nav bar). I've looked through the tutorials and forums and all I can do is center them. Any suggestions would be greatly appreciated.

This is my site as it now stands:

www.wildchapmans.com

Barb
Jul-05-2008, 02:34 PM
I need some help here. I've created a nav bar and a banner. However, I can't figure out how to make them in line with each other and justified against the left side (for the banner) and the right side (for the nav bar). I've looked through the tutorials and forums and all I can do is center them. Any suggestions would be greatly appreciated.

This is my site as it now stands:

www.wildchapmans.com (http://www.wildchapmans.com)

Hi :)

Was looking at your site, and you currently have your banner and navbar in the header box twice - once is centered, one is the way you want it, I believe.

If you remove the table (pagetopper) from your header, see if that gets you closer to what you are after. Holler back if you have any problems!

stinky Feet
Jul-06-2008, 03:08 PM
Hi :)

Was looking at your site, and you currently have your banner and navbar in the header box twice - once is centered, one is the way you want it, I believe.

If you remove the table (pagetopper) from your header, see if that gets you closer to what you are after. Holler back if you have any problems!

#headerWrapper {
margin-top: 5px;}

<div id="headerWrapper">

Hi Barb: I was looking at the forum and checked out www.wildchampmans.com..At the bottom of the page there is an invitation that begins with "If you are a dreamer, etc... I would like to put something similar on my home page, www.stinkyfeet.biz, how do I do it..
John

Barb
Jul-06-2008, 03:13 PM
Hi Barb: I was looking at the forum and checked out www.wildchampmans.com..At (http://www.wildchampmans.com..At) the bottom of the page there is an invitation that begins with "If you are a dreamer, etc... I would like to put something similar on my home page, www.stinkyfeet.biz (http://www.stinkyfeet.biz), how do I do it..
John

Hi John,

You would just add the information you want into your footer in your customization. Give it a DIV, for example (in your footer box):

<div id="myFooter">TYPE WHAT YOU WANT HERE</div>

Then, in your CSS box, add the following:

#myFooter {text-align: center;}

You can also change the font, color, size, etc., using additional CSS .

jstnc
Jul-06-2008, 05:00 PM
Hi Barb: I was looking at the forum and checked out www.wildchampmans.com..At (http://www.wildchampmans.com..At) the bottom of the page there is an invitation that begins with "If you are a dreamer, etc... I would like to put something similar on my home page, www.stinkyfeet.biz (http://www.stinkyfeet.biz), how do I do it..
John

I just put the html in my footer box:

<P style="COLOR: #99ff33; TEXT-ALIGN: center">
<FONT size=1>
If you are a dreamer, come in,<BR>
If you are a dreamer, a wisher, a liar, <BR>
A hope-er, a pray-er, a magic bean buyer...<BR>
If you're a pretender, come sit by my fire<BR>
For we have some flax-golden tales to spin.<BR>
Come in!<BR>
Come in!
</FONT>
</P>
<P style="COLOR: rgb(192,192,192); TEXT-ALIGN: center">
<FONT size=1>
<I>
-Shel Silverstein
</I>
</FONT>
</P>

I think I had to give it a div label in order to build some java to keep it off of one of my pages (family mission statement page). If all you want is this on every page then just write it in html and put it in the footer box.

jstnc
Jul-06-2008, 05:02 PM
Hi :)

Was looking at your site, and you currently have your banner and navbar in the header box twice - once is centered, one is the way you want it, I believe.

If you remove the table (pagetopper) from your header, see if that gets you closer to what you are after. Holler back if you have any problems!

Thanks Barb. I've been playing with it for a couple of days and believe that I have what I want now. My code to keep the second one from showing (but to keep the code in case I wanted to switch back) didn't work so they were both showing up for a while.