I want to create a website that is an index of links. Each link will have several 'tags', or will be assigned to several categories. So when a viewer clicks on the 'shop' tab for example, it will see a link that has 'shop' and 'diy' tags assigned to it, and the same link will appear also when they click on the 'diy' tag. Is there any way to assign this algorithm?
Yep, although instead of using webedens basic text you'll have to use a html snippet. IE: <a title="your tags here, separated by commas"href="http://yoursite.com/shop/46525xxx>shop</a>
If you want this to be available for when people click buttons, just put the text as spaces like that, and resize the html snippet so it is spaced over the button. This will lose the roll over effect on buttons though.
The way to use this is the implement a your-site-only search, search for say "diy", and add all pages in the result as links to your page.. otherwise I can't see a way, webeden is more for common features. You could do this like any other website by using a large html snippet covering the page and adding a load of scripts, but otherwise its best done manually or not at all.
Not a webeden staff, but willing to help! Send me a message and I'll try and help you with any problems :-)
Not sure I understood 100% so will explain again. Suppose I have a piece of information that includes a piece of text and a link to a website. Now, I would like to assign that piece of information to several catagories, which will be buttons/pages, for example 'British', 'Newspaper' and 'Religion'. So that when someone clicks on either one of these three buttons, they will get that same piece of information, without me having to copy it three times into those pages. How do I do that?