Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.
I'm restructuring my website so all of my pics are in a separate directory (~/pics). Is there a quick way I can edit all of my HTML files to have them enable this new directory, or do I have to manually edit every HTML file and change the src to "pics/etc.gif"?
I'm still an HTML newbie so correct me if I'm wrong:
if you want to use an base tag, you'll have to put it in the <head> tag and you can only have one base tag per document, therefore all of the relative links (e.g. <a href="aboutme.html"> ) would have "http://www.alohadeals.com/pics/" in front of it, thus, it would create a messed up link. let's say you have a link in that same document and that link is a relative link, then those links would lead to http://www.alohadeals.com/pics/aboutme.html.
you can fix it by changing all of your relative links to a full one..but then that would mean going through each of the links again so you might as change all of those picture links.
try allaire homesite (I love it)...PM me for more info 😉
and since we're on the same topic, how do you guys recommend a site's directory should be set up? as of now, I have everything (web pages, pictures, etc) all in one directory in tripod. it's a relatively small site: about 9 pages total.
The way I'm starting to structure my pages/pics is with a dating system. CNN does the same sort of thing on many of there pages. This is for a personal website with on average, an update of family pictures once per week.
For me, I keep my picture files in order, and can easily move them around to a different server by updating the base tag, should I need to.
the problem with using absolute references rather than relative is that it can add time to the load depending on the speed of the dns resolution. And if you ever want to move the folder, you'd have to redo all the links again.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.