Aureole Posted July 25, 2007 Share Posted July 25, 2007 If I add a link to my Website, for example the following: <a href="index.php" title="Click me, you know you want to.">Index</a> Then it changes it automatically to: <a linkindex="1" href="index.php" title="Click me, you know you want to.">Index</a> This occurs only when I use my ajax edit in place...but it's annoying. The linkindex thing whatever the hell that is causes my page not to be valid xHTML. =( Any ideas? Quote Link to comment https://forums.phpfreaks.com/topic/61684--/ Share on other sites More sharing options...
ToonMariner Posted July 25, 2007 Share Posted July 25, 2007 look in the script that is called in your ajax and find wher it adds the linkindex - and remove it. Quote Link to comment https://forums.phpfreaks.com/topic/61684--/#findComment-307068 Share on other sites More sharing options...
Aureole Posted July 25, 2007 Author Share Posted July 25, 2007 That's the thing, there is no linkindex anywhere in the script. Quote Link to comment https://forums.phpfreaks.com/topic/61684--/#findComment-307323 Share on other sites More sharing options...
ToonMariner Posted July 25, 2007 Share Posted July 25, 2007 there will b some where... are you using a wysiwyg editor for the cms? it could be in there! Quote Link to comment https://forums.phpfreaks.com/topic/61684--/#findComment-307479 Share on other sites More sharing options...
Aureole Posted July 25, 2007 Author Share Posted July 25, 2007 CMS? And no it's not WYSIWYG. If you go to my Website real quick and then find somewhere where it says "~ Edit" then click on it you will see the editor (it just won't save or delete unless you have permission). It's all ajaxified will only take you a second. http://www.veraci7y.net/index.php Look in the right column most of those areas are editable (have the "~ Edit"). Quote Link to comment https://forums.phpfreaks.com/topic/61684--/#findComment-307486 Share on other sites More sharing options...
ToonMariner Posted July 25, 2007 Share Posted July 25, 2007 well somewere between hitting save and it being written to db or text file is where its happening - looks like javascript/ajax so if you aint adding it your self then that is. Quote Link to comment https://forums.phpfreaks.com/topic/61684--/#findComment-307496 Share on other sites More sharing options...
Aureole Posted July 25, 2007 Author Share Posted July 25, 2007 Well I can't see anything about it in the Javascript files, I guess I could post the content of the Javascript files if anyone wouldn't mind looking through it? If not then I'll just ignore it...it's annoying and it unvalidated my HTML but... Quote Link to comment https://forums.phpfreaks.com/topic/61684--/#findComment-307499 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.