maximus43
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Inserting own scriptingcode at a posthmzz. now is the link interpreted as a link: There should be the html of a link, like in gmapez…
Forum: Everything else WordPress
In reply to: Inserting own scriptingcode at a postWell, it is not really javascript. I use some functions, but I included them (directly in the source. It is not a nice solution, but it works), but the data hava to be specified in html (I use the gmapez tool). For example:
http://bluweb.com/us/chouser/gmapez/start.html
To add a marker to my google map (with gmapez), I use:
<div class=”GMapEZ” style=”width: 300px; height: 300px;”>
</div>But WP is messing this by adding <P> and <BR> tags.
Also drawing a line with gmapez is the- and
- tag. WP is also messing this up…
But Otto, your script looks interesting. Is it possible to extend or change the script that wordpress doesn’t mess up my html??
for example everything between an artificial <nomess> tag:
<nomess>
<div>some data that should not be messed up</div>
EXTENT
</nomess>I don’t know so much about the inner structure of wordpress (there are so many functions). Do you know how I should do that?
Forum: Everything else WordPress
In reply to: Inserting own scriptingcode at a postUnfortunally it doesn’t work. I tried this, with adding the html directly in the database, but with showing the content, wordpress is again adding some
<p>and<br>