Increased functionality and organization
To continue facilitating transfer and update of materials, I've messed around with more settings for the site. First, note that you must contact a leader if you've signed up -we have to approve you and give you proper permissions to add/modify pages. Please also note that first-time created content will need to be approved by a leader, so it will not show up in the menus right away! Revisions from then on will publish right away. So here are a few new things to be aware of...
Each page will eventually have its own short url name that can be used to link to instead of using a full long specific html link (slow process of setting each page). When making new pages and linking to pages that have not been set yet, you may anticipate pages and link to them by their logical short url path name! For example, even though clannie pages have not been created yet, each clannie name in the roster page has been linked by (add appropriate html thingies)a href="clanniename"(close html and tags). In the PG guide, each page has a url path setting that is prefaced by pg, like pgtraps, pgleaving, etc. If you plan on uploading a file (like your profile picture), note that uploaded files are all in "/files/picname.jpg" and that'd allow you to link or display pictures within your profiles... See Asci's profile example by looking at the source, or looking at the code below:
Examples (note that I put in extra spaces):
To show image in the page:
< img src="/files/ascidiella-aspersa.jpg">
To link to an image in the page:
< a href="/files/ascihistory.jpg">Pictorial
To link to my profile from another page:
< a href="ascidiella">Asci's profile
Thanks for your help all!