• Resolved tisapratt

    (@tisapratt)


    hi all
    I’m new to wordpress.
    there must be a simple explanation here, but i cannot find it. duh:-)
    I’m experimenting/testing inserting flash stuff into the wordpress post.it is tricky but i manage to figure out.
    now
    I try to create documents “how to.. “,i’m having issue.
    when i try to commented the code below it keep showing the picture
    /*<img id=”image18″ src=”../wp-content/uploads/2006/11/profile.thumbnail.jpg” alt=”profile.jpg” />*/

    i tried to use these tags <!– –> , // or Put code in between backticks is still not working

    I’m trying to show the code so people can copy,cut and paste. it working fine on this post not on my page
    Would anyone give me a hint.

    thank you:-)

Viewing 2 replies - 1 through 2 (of 2 total)
  • &lt;img id="image18" src="../wp-content/uploads/2006/11/profile.thumbnail.jpg" alt="profile.jpg" /&gt;

    &lt; = <
    &gt; = >

    By the way, it displays as code here because the img tag is not supported in the forums.

    Thread Starter tisapratt

    (@tisapratt)

    Kafkaesqui

    you are my hero!!!

    I looked at someone code, i saw that the opening and the closing tag need to be encoded, but i thought it was a “preference on wordpress setting” will do that.
    well we always learn new thing everyday.

    I would like to mention i find another way to do this using

    <textarea name=”textarea” cols=”65″ rows=”20″> </textarea>

    I’m not using the visual rich editor when writing
    but wordpress create the paragraph<p> and break</br>
    it kind of odd to me

    https://www.opensourcedesigns.com/wordpress/?p=14

    Thank you for your post:-)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘commenting code’ is closed to new replies.