Hello,
I have an ASP (not .net) website with thousands of articles comes from SQL database.In the ASP web page the code that pulls out\shows the article is: <%=the_article%> only.
Is there a code in order to insert an iFrame in each article? For example: I want every 10 lines of the article to show a banner, that means that if an article is of 35 lines,Than the banner should shows up 3 times, after line 10, 20 and line 30.
Thanks, Yosi