Incorporating with SCC Pro site -...

User 193638 Photo


Registered User
557 posts

Well I got all that to work.
I now have a site map, it does not look as good as I would have liked, but it is manageable.

There is one problem though. When you click on the SiteMap page and it opens up, it totally screws up the rest of the page, and the whole website for that matter. The menu that is up and down the vertical left side of the site is totally discumbobleated!!! (like that word heh!!) :D It mimics what it sees in the sitemap. And at the bottom of the page (the footer) is all screwed up (same as discumbobleated).

Check it out.

http://bonsaitoolchest.com/home.php

I realize the link above says home.php but long ago I did away with the home page of the SCCP in favor of using the Products Page as home, thus leaving me an extra page to do something else with.

How do you fix that mess?? :(:(
User 187934 Photo


Senior Advisor
20,181 posts

Steve, Take a look at line 90 on your page. you have Doc type in there again. I think this is the problem.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 193638 Photo


Registered User
557 posts

Thank you Eric,

This is line 90 and what follows:

<span><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Sitemap</title> <link rel="stylesheet" type="text/css" media="screen, print" href="sitemap.css" /></head><body> <div class="sitemap"> <ul id="primaryNav"> <li id="home"><a href="http://bonsaitoolchest.com/">S &amp; S Bonsai - Home</a></li> <li><a href="http://bonsaitoolchest.com/About_UsContact.php">About Us/Contact</a></li> <li><a href="http://bonsaitoolchest.com/Bonsai_Care_Sheets.php">Bonsai Care Sheets</a></li> <li><a href="http://bonsaitoolchest.com/viewcategory.php?groupid=4">Bonsai Pots</a></li> <li><a href="http://bonsaitoolchest.com/viewcategory.php?groupid=16">Bonsai Record Keeper</a></li> <li><a href="http://bonsaitoolchest.com/viewcategory.php?groupid=1">Bonsai Stands</a></li> <li><a href="http://bonsaitoolchest.com/viewcategory.php?groupid=0">Bonsai Tool Chest</a></li> <li><a href="http://bonsaitoolchest.com/viewcategory.php?groupid=11">Bonsai Trees</a></li> <li><a href="http://bonsaitoolchest.com/Gallery.php">Gallery</a></li> <li><a href="http://bonsaitoolchest.com/index.php">Home</a></li> <li><a href="http://bonsaitoolchest.com/Policies.php">Policies</a></li> <li><a href="http://bonsaitoolchest.com/category.php">Products/Trees</a></li> <li><a href="http://bonsaitoolchest.com/Services.php">Services</a></li> <li><a href="http://bonsaitoolchest.com/home.php">Site Map</a></li> <li><a href="http://bonsaitoolchest.com/cart.php">View Cart</a></li> </ul></div></body></html


I know very little about HTML code. I know more Swaheli!! :rolleyes:

What part of that first line do I want to remove? I don't want to remove the wrong thing.
User 187934 Photo


Senior Advisor
20,181 posts

I would try removing this at the top.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Sitemap</title> <link rel="stylesheet" type="text/css" media="screen, print" href="sitemap.css" /></head><body>

Then remove this at the bottom
</body></html>

I'm no expert either but have seen my pages since I started using VSD after using HTmL 2010 do funky things just because of a few extra chunks of code. It always monkeys around with the alignment.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 193638 Photo


Registered User
557 posts

OOppsss!!!
Now it does not work at all.

There is just a few lines of code on the page.

http://bonsaitoolchest.com/home.php
User 187934 Photo


Senior Advisor
20,181 posts

Wow! I was already on your page before you posted. I know your going to have to change that area. I'll go and look at a site map that I did a while back and see how it looks.
Sorry.:/
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 193638 Photo


Registered User
557 posts

I got what I did wrong, I forgot those stupid brackets at the beginning. Gets me every time!!:rolleyes:

So I fixed it, but now it is only a bunch of links without my theme.


User 193638 Photo


Registered User
557 posts

In part of that code that you had me remove, it refers to "sitemap.css", it seems like that would have to remain.
User 187934 Photo


Senior Advisor
20,181 posts

I wonder if you can use an Iframe to accomplish this?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 193638 Photo


Registered User
557 posts

Don't know the first thing about them.

Are you stumped on this?

If so maybe someone else can jump in, like Scott maybe, after all he told me to

When in doubt, try.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.