|
Post by deliciouslydee on Jul 27, 2005 11:08:02 GMT -5
|
|
|
Post by admin on Jul 27, 2005 11:22:06 GMT -5
Dee, Mahud may not be on the board for a few hours.... he just went to bed not too long ago. I'm sure once he is awake, he'll try and see what he can do to help. I don't know if I would be able to help out or not.... as I don't know much about coding and stuff.
|
|
|
Post by lhw on Jul 27, 2005 11:36:37 GMT -5
I didn't see any jumping just now (I use NS7.2).
The editing is probably one of two things: a bad code that's blocking out that link, or a setting of your Members Group.
The latter is easily fixed: Go to your Admin CP --> Modify Group (far right, middle section) --> select a group to edit and Continue on --> Verify the basic settings are correct, and then Continue on --> Scroll down, and make sure that Modify Posts is set to Yes. When you're done, click Modify Group to save the settings.
If it's a code, it'll take longer. If everything was fine before, then you should take out the codes you've recently added in the reverse order that you added them...i.e. take out the newest code first. As you remove each code, save your Headers/Footers, and try it again. Once you're able to edit a post, you'll know that you've found the offending code.
Hope that helps.
|
|
|
Post by lhw on Jul 27, 2005 11:56:53 GMT -5
After viewing your source code, you have an extra
</script>
tag immediately following your News Fader Separation Code, and just before your custom Spell Checking table. This could be causing some of your problems.
Additionally, you have this:
</a></center>
Between your Back To Top image and text. Just above it, at the end of your image link is another </center>...THIS is the one you want to remove, as well as the extra line breaks so this </a></center> is immediately at the end of your image link..
On a side note, you have quite a few <center></center> tags being used...you don't need to place them around everything: simply place <center> at the beginning of the page, and then </center> at the end.
Let me know if I can be of any more assistance.
|
|
|
Post by matthew on Jul 27, 2005 20:52:26 GMT -5
I've removed the extra <center> tags, and a </script>, and an extra </a> tag. If it's the Javascripts, you'll need to remove all of them and test them out one by one, to try and figure out the problem.
|
|
|
Post by deliciouslydee on Jul 28, 2005 8:35:24 GMT -5
All the scripts worked, until you and I messed with the codes. I have not touched them since you fixed everything in there. As you can see I am very new to this, But I am learning!! Its not only staff having this problem but members also. so Ill be taking scripts in and out today and try to find the one that isnt working!!
Thanks MahuD
|
|
|
Post by deliciouslydee on Jul 28, 2005 9:05:57 GMT -5
well I tried to edit and take out my scripts in the headers and footers, IT wont let me copy and paste either to do that. Gr!! LMBO!
|
|
|
Post by deliciouslydee on Jul 28, 2005 11:08:07 GMT -5
Ok I got it fixed I left off a </A> at the end of an ing thingy!! Thanks
Dee
|
|
|
Post by matthew on Jul 28, 2005 23:54:00 GMT -5
yikes! i'm glad you got it fixed
|
|