Ok I'm a total beginner, so please be gentle!
I basically am wondering how hard it would be to use javascript to automatically incldue an image depending on whether a certain word was in a text box?
I've got two <div> boxes, one with a pile of text and the other with a pile of images - at the moment I have to read the whole text of every article to ensure that if the article refers to 'Nike' there is a nike image inserted in the second <div> (the second <div> is simply a float:right box full of logos)
Is this possible with javascript?
Many thanks!
I basically am wondering how hard it would be to use javascript to automatically incldue an image depending on whether a certain word was in a text box?
I've got two <div> boxes, one with a pile of text and the other with a pile of images - at the moment I have to read the whole text of every article to ensure that if the article refers to 'Nike' there is a nike image inserted in the second <div> (the second <div> is simply a float:right box full of logos)
Is this possible with javascript?
Many thanks!