hi i have put content in a webpage by using normal editor in a cms system now the problem is that when i try to link it to something it selects all of it i dont wanna link stuff manually it will take too long does anyone know what code to look for in the coding source thanky you
I'm a little unclear what you meant, but it sounds like you might have used the WYSIWYG in your CMS to build the page, rather than writing the code by hand, and now you can't link it properly. In the source code if you have created links through a WYSIWYG links should have the form of <a href=""> and end with </a> with the destination url being the href attribute.
Can you otherwise copy-paste some code over here, that way we can clearly explain what might have been the problem and maybe can even supply you with the instant fix.
Sometimes it can be a simple mistake that might be right in front of you, but doesn't catch your attention.....like forgetting the closing </a> tag on your link....if you forget that it will highlight everything after the <a href=""> tag thinking that everything following it is also part of the link....
thanx for the help people i looked at the code carefully it was href="" without an end thank you once again