HTML - How To Create An Internal Sitemap Based Off Of Anchor Links?
This problem is simple in need, but a little complex to explain. What I am looking for is a way to create a flowchart or a sitemap of each HTML file rather than my whole site. I need a program or application that will do this for me automatically instead of having to create this manually. I have all ready tried Visio, but it does not do what I desire.
Specifically, I have multiple anchor links within each HTML file. These anchor links point to other 'panels' on my page. Within those 'panels' might exist additional links - external or internal. At some point, those links will end at a 'panel'. I need a way to visually show where each anchor link is going, where those links came from (which panel they originated from), and if any of them are 'broken'. I have attached two files that may explain this better. The flowchart_example.jpg shows exactly what I require (more or less). I really just need the boxes (labeled Panel 00, Panel 01, etc.), how each connects to the other based off of links that are in the HTML file, and eventually show where the links end (no more links in the panel). I do not need the '1 Click' or '2 Clicks' to show up. Those can be manually added later. The an_example.html file shows an HTML file that has the anchor links and external links that would need to show up in the flowchart. This HTML file more or less mirrors what I am looking for in the flowchart_example.jpg file. When I refer to Panel 00, that is the top of the page, after the title and black line (where the script actually begins). The user must start at the top. They cannot skip around to other panels. This is why a visual flowchart would be quite helpful. Additionally, the links at the top (scripts, reference, transfers, etc.) along with the top and back buttons on each panel should be ignored when creating the flowchart. Any information or assistance in finding an application or a way to accomplish this would be greatly appreciated. Thanks in advance. Similar TutorialsHello All member, How to create easy HTML sitemap ??? Please share your suggestion here ........ I redesigned my site, and changed all my page names. Everything I put up is brand new, and nothing links to the old stuff. But when I do a sitemap, it's some how including the old pages, which makes me believe that somewhere, something is linking to one of the old pages, and it's spidering all the old pages. Is there a site or something that I can find what is linking to the old pages? So here's my situation. I have a site with a long list of community service projects and their descriptions. I want to be able to make links that jump down to a specified project on the site. How do I do this? Thanks so much - my HTML knowledge is limited and I'm trying to help out a 501(c)(3) organization with their site. -Chad I developed a simple site which links correctly in Firefox but doesn't work in IE7 on Win/XP. Applicable HTML: http://pastebin.com/m73e60063 Applicable CSS: http://pastebin.com/m5d904712 In Firefox: In IE 7: Suggestions or ideas? I have not yet tried the site in IE 6. Thank you. Using help from (http://www.echoecho.com/htmllinks08.htm) I added links to my page (http://laititudefestival.zxq.net/whosplaying.html) When clicked on the title 'Lake Stage' it should redirect you to the line up image lower down in the page. The link (http://laititudefestival.zxq.net/whosplaying.html#lake) appears in the address bar . It should move the page down but it dosent Please help Just give me one working example I would be very happy I could change text and so on ! Thanks , Sorry for English Hi, I've got a page with links to anchor points but clicking on it makes the popup open in a new window which I don't want to do, I just want it to snap to the anchor on the page. I've tried a few types... <li><a href="#faq_101605">What sort of feedback do you get from other advertisers?</a> </li> <p><a name="faq_101605" title="faq_101605"></a></p> ...and... <li><a href="http://dev.mysite.com.au/advertise/advertisers-faq.htm#faq_101498">How long will my advert stay on your web site?</a> </li> <p><a name="faq_101498" title="faq_101498"></a> Any help would be great. Thanks Hi all, I was wondering if anyone knows how you can force a page to automatically jump to an anchor link on that page...for example so the visitor doesn't have to scroll down everytime. I know I can just put: <a href="http://www.site.com/about.htm#anchor"></a> in the links etc...but is there a way to force a page to jump to the anchor without putting it in the links? Thanks ~Paul (ps. The reason is because my blog is a whole screen down on most screens, so when someone click on an archive etc...they have to scroll down over and over) How do you create a box, table, sidebar, or whatever you call it on the side of your webpage to place links to other pages on your site, so that it is separated from the body of your webpage? Obviously I am new to webpage creation and HTML, so any help is appreciated ok so im a rtard with computers and im tring to be a webmaster lol. i got stuff like this http://adultfriendfinder.com/go/g1293359-ppc that im wondering if i can make it a link in email or on my friend finder profile or in a setting like this. and what about **** like this <script type="text/javascript" src="http://banners.cams.com/go/page/js_ad_pop?plain_text=1&skip_lpo=1&win_width=1024&win_height=768&page=model&pid=g1293359-pct&lang=english" charset="iso-8859-1"></script> Not sure how to ask this. I place a navigation link menu at the top of each main page of my web site, with the current page highlighted and unlinked. When I add a new page, I have to search out all of the pages that contain the navigation menu and manually update each page individually. What I wanted to do was to create a single file that contains the navigation links with any page having the ability to access that code. That way I only have to update that one file when I add a new page to my site. I can do it with PHP, but then I will have to rename each page .php instead of .htm . So then I thought about JavaScript, but I've read that Google doesn't index JavaScript links. Is that true? If so, does anyone have another suggestion as to how I can accomplish this? Hi Everyone, Sorry about the title, I couldn't think of another way to call it. What I was wondering is it possible to have some text eg. "click here" but the when the user actually clicks on the text above it initiates two things: 1. Takes me through to a certain page where the user can do a certain task, in this case they will enter into a competition of some sort. but at the sametime (if possible) 2. initiate a link to say an "advertising link" but the window never opens if I'm making sense? I hope i've made some sense with what I'm hoping to achieve. Thanks, Monte Hi, as the title says, I am wondering if there is a way to include the content of a link in the page itself. example: this is a regular link to a html page: <a href="next.html">next</a> let's say I don't want the file next.html, is there a way to include the content of next.html somewhere and refer to it from the page directly? I am not sure I am explaining this well, so I'll say it again: I want to be able to put several html files in one file, meaning I click on links for pages defined in the same html file I am viewing. (this is for use with a tab system in iframes generated dynamically from a database) As an exemple, if we use an iframe, you can include html code between <iframe>html code here</iframe> directly without using src, so I guess we can do the same for just about any link? for sure this can be done, but can it be done in html or do I have to use javascript or something? thank you Hello Everybody, I want to create a website which has 1) Header Image 2) Menu and sub menu 3) Content (main data when above menu items are clicked) 5) Footer which should be there for every page. I have created the website using frames and got everything but when window is not 100% then content is not centered. I have done evenything in HTML. I want to re-design the webpage without using frames Please let me know how to display the content in same page when a menu item is clicked. Help me Perhaps it's just me, but I recently noticed this and I'm curious as to how it works. I don't even know if this is the right forum for this though. Take a look at these two pictures and websites. http://www.slidedeck.com/examples/reddal http://www.friendgiftr.com/ If you notice in the picture and the actual website, the first example does not show a tiny dotted border around the link that you click. But on the second site, clicking on a link will have that link surrounded by the thin dotted border. At least that's how it is for me on the latest version of Firefox and Internet Explorer. Is this something browser based? Or what? Why the inconsistency? Hello, I'm trying to create a little page that auto updates itself whenever new files are added. The system is layered such that I have the top level index.html file, then in the same directory, I can add new folders that contain other index.html files. What I want to do is have the top level index.html file pick up every sub directory, grab the name from the directory, and then create a link to that directory's index.html file and then display it in the top level index.html file. So what I have right now is this: HTML Code: <body> <a href="myFirstDirectory/index.html">myFirstDirectory.html</a> </body> There is other stuff, but this is the part I need help with. As you can see, I also want the name that is displayed to be the same name as the directory. I do not know how to automate this if I have other folders in there like directory2, directory3, etc. Can anyone show me an example of how to do this or walk me through it? Thanks in advance. not sure if i need a js for this but I have a web page using page jump links to navigate a FAQ page. However, I would rather have a drop down menu/form with the links instead of a list of text links. Anybody have a clue? thanks in advance. This is what I have so far as an example... <form name="jump"><select id="select" name="select"> <option value="" selected="selected">Select</option> <option value="#1">Category 1</option> </select></form> <a id="1" name="1"></a> Category 1 I think there is a simple fix for this...but I can't think of it. My client has an existing site (not very well designed and no templates) with hundreds of static pages. She wants me to create a new home (index.htm) page that is just a simple landing page where people can choose to enter her website OR visit the store to purchase products. Simple enough...but, now all of the 100's of static pages have the link Home=index.htm on them. I want people to type in the URL: www.mysite.com (for example) and land on the new page to choose to go to the site to learn about her and her music OR go to the store to shop. Once they are in the site, however, and hit the home link, I don't want them to go 'all the way back out' to the new landing page. I want them to go back to the 'old' index.htm page (or her current home page), without having to change the index.htm links on those 100's of pages. Is there an easy fix for this, using a naming convention for the home page? Any help would be greatly appreciated. I am a bit stumped on this one. Today when I was doing some work with Googles webmaster tools it said i didn't have a sitemap. So I researched, made a sitemap xml and html, but what do i do with these files? Also when it site mapped my site why didn't it map everything. My site is a photography related site. I use Exposure Manager to display and sell my images, but sitemapping didn't see these pages even though they're under my domain name. Or is it because the domain name changes slightly. Instead of photographersnature.com with the EM pages it's http://photographersnature.exposuremanager.com. Thanks, Dave www.PhotographersNature.com Not sure if this should be here or the SEO Forum, but regardless... Currently I've got a sitemap for REMG, since the entire site is created dynamically I need this for SEO purposes. Everything is sweet except for one thing, the '&' symbol likes to error when bots go filtering through... So i added <![CDATA[ ]]> to my urls, yet I still seem to get a dodgy error from Yahoo Slurp and some other no name bot. XML This is only a small part of it, cbf pasting the entire thing. Code: <?xml version="1.0" encoding="UTF-8" ?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"> <url> <loc><![CDATA[http://www.remg.com.au/index.cfm?fuseaction=home.content&cat=Corporate&sub=Services]]></loc> <changefreq>daily</changefreq> <priority>0.5</priority> </url> <url> <loc><![CDATA[http://www.remg.com.au/index.cfm?fuseaction=home.content&cat=Campaign Management]]></loc> <changefreq>daily</changefreq> <priority>0.5</priority> </url> Error Email We receive this email if the site generates errors... Sorry I can't paste all of it in Code: struct CAT Corporate⊂=Services FUSEACTION home.content NAME Corporate Profile Development HTTP_USER_AGENT NextGenSearchBot 1 (for information visit http://www.zoominfo.com/About/misc/NextGenSearchBot.aspx) QUERY_STRING fuseaction=home.content&cat=Corporate%E2%8A%82=Services&name=Corporate%20Profile%20Development So ya if you look at the Query String, all that jibberish. The actual URL is: http://remg.com.au/index.cfm?fuseact...%20Development Here is what you get if you search REMG on Yahoo... # Real Estate Media Group - Vendor=Request Quote http://www.remg.com.au/index.cfm?fus...%8A%82=Request... - Explore URL Obiviously if you try click the link, it goes to the error page since there's no content for cat=Vendor⊂=Request+Quote Anyone got any ideas? Or am I stuck in a rut |