The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
I have been coding a website with my friend thegerrid and we have run into difficulties. This is our first foray into the world of HTML (arg!!) and we don't really know what we're doing.
here is our site:
[URL]http://www.iamsock.com/griggspall/index.html[/URL]
1) why are those stupid staghosting things above the table on the index?!
2) how do we make gerrid's bookmarks work? They work offline but not when the page is hosted. Weird!
cheers!
> You need:
> > method="get">
you're my hero. Thankyou.
> I know it works because it works offline, just not online.
That has tro be the funniest thing I've heard this week. Will have to remember that one next time a client moans about something not working.
> I know it works because it works offline, just not online.
It's a HTTP protocol thing (You're not using HTTP while offline).
You need to change the method in the element from post to get. For example:
You've got:
That's gerrid's responsibility though, not mine.
Enclose both forms in one set of
When you create a form, you use