You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
I have two questions:
1 is how do I get the home page link, once inside the shopping program to link back to the home page outside the cart system? I don't want to have to keep updating two main pages.
2. If you look at my main page (http://thefertilityshop.com) you'll see a blue bar along the right hand side. I'd like to have that on the interior cart pages, and have the width of the interior pages match that of the main home page.
Thanks!
>I have two questions:
>
>1 is how do I get
>the home page link, once
>inside the shopping program to
>link back to the home
>page outside the cart system?
>I don't want to have
>to keep updating two main
>pages.
Just point it to http://thefertilityshop.com
>
>2. If you look at my
>main page (http://thefertilityshop.com) you'll see
>a blue bar along the
>right hand side. I'd like
>to have that on the
>interior cart pages, and have
>the width of the interior
>pages match that of the
>main home page.
You'll need to build your html pages with that blue bar in them. You need to set your html settings in the administrator to the same size as your home page.
All this is easy to set up if you have a decent html editor. What program do you build your html pages with? I'll send you a file you can use as a template if you want.
>
>Thanks!
I should have looked at the site before posting! What do you have in browser margin settings of program settings/edit html settings? I'm using ie6 and the margins on the right and left are both about 15 or 20. Try setting the margins at zero and let's see what happens. This should take away the boarders in ie6. You'll want to set NetScape for the same. The blue looks like it's ok as is.
Thanks Greg! All my settings were at "0"...still have those margins though
Hello Nancy,
I took a look at the site in Netscape 6 and the home page has the boarder also, and the pages built by the program have even larger boarders. I can't find the problem in the source code. I probably could figure it out if I could see the data/html_elements.
What program are you using to build your html pages?
Hi Greg,
I'm using dreamweaver for building.
I use DW3. I think the problem is the size of the 6 gif files you use to make up the header and because the total size of the header is less than the width of the page you have the white border. If you're not going to use a uniform color to do the whole site in you can probably get rid of the side boarder by tileing the gif to the width of the page. Then you would need to make a gif file of the blue header and tile it to extend the width of the page. This way it will not have a border on any machine regardless of the screen size or the resolution.
Thanks, greg for all your help. I actually could decrease the margins a bit by playing with the %'s in the header. It's still got a bit of a margin..but definately not as bad as before. I'll keep playing! Thanks again!