Hi there, A week ago I created my first contextual ad here and added some keywords like psd to xhtml/css, psd to html/css etc. The problem is that the software automatically trims out the slash "/" character, so after I click save I see the kwds change to *testing - psdtohtmlcss* etc. I'd need psd to html/css as many people type in this phrase. Is there any hack around it? Like HTML entities or similar? Thanks in advance!
OK, now you can see it in action above, I dont' want "psd-to-htmlcss" appear as link, but "psd to html/css".
Hmmm... in that case, it's not going to work in it's current form. I suspect the regex is stripping out punctuation... Otherwise if someone wanted to link a word, it would not link if it was at the end of a sentence (if it was followed by a period). Or in the case of the previous sentence if someone wanted to highlight "period", but it was adjacent to ")" it wouldn't highlight. I'll see if it might be possible in a future version to allow an advertiser to override that behavior so it doesn't strip punctuation for them.
Ok, thank you for answering. Anyhow, the regex should strip out just punctuations related to senteces - ,.!?; Other characters should be allowed: -/() etc.