Quote:
Originally Posted by tshobie |
This site was created using ASPX coding, not standard static HTML. If you look carefully when using this link, the URL viewable will basically a template for the specific FLICK directory whereas the page definition itself is encrypted (hidden). When you roll over the Menu items, only the general Directory navigation can be seen, and the current linked page is still hidden .... this allows the Webmaster to change out the pages easily by marking them "published" or "unpublished" at will.
Similar to CMS sites or even shopping carts that use primarily PHP coded foundations, ASPX creates dynamic pages 'on the fly' per the script that has been written: first it will recall from a Database the Style sheets to formulate the manner in which to present the page, and then it will recall and fill in the page construct according to the page file itself, all organized as detailed in those page files.
That is why if you use this link, the page template presents as designed, but the individual elements do not (the iFrames and other elements are dysfunctional or missing).
Blue Voda uses CSS (stylesheets) to dictate the specific code to present the formatting of your site (fonts, colors, etc.) and via Unicode foundation forms the manner in which elements are to be presented onto an HTML coded page ..
a static page,
not a dynamic one, which is why you must specifically designate the static destination for that page construct to be recalled from to present --- the reason you need to "specify" within the URL itself the type and location of the page you are calling on to load/link to: why you need to add the ".html" to your hyperlinking.