You've found the famous Dave's Garden website! Join this friendly global community that shares tips and ideas for home and gardens, along with seeds and plants!
Check out the DG homepage for a brief overview of what you'll find in this gardening mega-site.
Login
If you don't have an account yet, visit the registration page to sign up.
**Curses** Types a huge post and the stupid window closed...
OK, i'm adding a page to a web site i work on... all was going well, and now i notice the 'scrip' i have at the bottom of all the pages does not show up.
it's basically our Address, Copyright and 'last update'
the code is there, but it does not show up on any pages. I use FF but checked it in IE too.
here is the page i just added ... but then i went back and checked all the pages... and none of the script shows up on them either.
any help would be appreciated... and i was thinking it was something simple i've just over looked when it was one page... but now that it is on all pages... maybe it's in my browser or something.
There's a couple of coding errors, actually (as well as some unnecessary code).
Not related to your problem, but if you're going to have a closing "/HTML" tag, you should have an opening "HTML" tag.
More related to the issue of the missing table cell:
Try removing the "TBODY" and "/TBODY" tags, and see if that helps. They're totally unnecessary coding. All you really need to define are the "TABLE", "TR", and "TD" tags (and their respective closings, in the proper order). I removed these tags, and the page displayed correctly (minus images) in all browsers.
The "date modified" script doesn't appear to be working at all. Trying to post any kind of scripting help here is next to impossible, since the use of angle brackets in DG posts are forbidden. You still have my email addy? And, I seem to have lost you on FB somehow. If you've still got the addy, send another invite. It's possible to provide scripting help there, as angle brackets are allowed.
Eggs -- i dont remember why i used the table body [tb] tags... i did a lot of copy paste... actually, somewhere i have a template that i used to create most of the pages.
most was created when it was 'html4' and it used to all validate, but it doesnt now.
also... when i edit on my computer, and view it, the bottom code results show up. but once uploaded they dont.
>>You still have my email addy?
not sure.. i'll go into FB to see if i can find you.
OH... when my kid was taking an HTML class... they were doing more of the [p /] or [br /] for the tags... not the typical open and close.. that is why i went to that.
Sent you a different script to try, on FB. Just replace the appropriate text. I didn't send the opening and closing tags for the script, so make sure you leave those in place.
HOLY COW... it came back on the Advertisers page... [grrr, just noticed i used a 'Z' instead of an S in advertisers. ]
i'll have to check the code on other pages... all i did was remove a set of P [open and closing] at teh bottom.
i knew it would be something stupid.
i'll also change the 'date script' in all the pages.. i think the one i used was from a class i took about 10 yrs ago.