Re: Image not visible (does not have absolute path)

  •  04-01-2005, 10:52 AM

    Re: Image not visible (does not have absolute path)

    Hi Adam,
                       I have tested it. When I add an image and go to HTML view and then to Normal view, and save the message, here is the output.
     
    <img height="111" src="http://cutesoft.net/uploads/acrobat.jpg" width="140" />
    <table cellspacing="4" cellpadding="4" bgcolor="#ffffff" border="0">
        <tbody>
            <tr>
                <td>
                    <p>
                        <img height="53" src="http://cutesoft.net/Uploads/j0262681.jpg" width="80" />
                    </p>
                </td>
                <td>
                    <p>When your algorithmic and programming skills have reached a level which you cannot improve any further, refining your team strategy will give you that extra edge you need to reach the top. We practiced programming contests with different team members and strategies for many years, and saw a lot of other teams do so too. </p>
                </td>
            </tr>
            <tr>
                <td>
                    <p>
                        <img height="52" src="http://cutesoft.net/Uploads/PH02366J.jpg" width="80" />
                    </p>
                </td>
                <td>
                    <p>From this we developed a theory about how an optimal team should behave during a contest. However, a refined strategy is not a must: The World Champions of 1995, Freiburg University, were a rookie team, and the winners of the 1994 Northwestern European Contest, Warsaw University, met only two weeks before that contest. </p>
                </td>
            </tr>
        </tbody>
    </table>
    <br />
    <br />

    It appears to be perfect. But if I add an image and save it without going to HTML view, here is the output.

    <img height="111" src="/uploads/acrobat.jpg" width="140" />
    <table cellspacing="4" cellpadding="4" bgcolor="#ffffff" border="0">
        <tbody>
            <tr>
                <td>
                    <p>
                        <img src="http://cutesoft.net/Uploads/j0262681.jpg" width="80" />
                    </p>
                </td>
                <td>
                    <p>When your algorithmic and programming skills have reached a level which you cannot improve any further, refining your team strategy will give you that extra edge you need to reach the top. We practiced programming contests with different team members and strategies for many years, and saw a lot of other teams do so too. </p>
                </td>
            </tr>
            <tr>
                <td>
                    <p>
                        <img src="http://cutesoft.net/Uploads/PH02366J.jpg" width="80" />
                    </p>
                </td>
                <td>
                    <p>From this we developed a theory about how an optimal team should behave during a contest. However, a refined strategy is not a must: The World Champions of 1995, Freiburg University, were a rookie team, and the winners of the 1994 Northwestern European Contest, Warsaw University, met only two weeks before that contest. </p>
                </td>
            </tr>
        </tbody>
    </table>
    <br />
    <br />

    Now 'http://cutesoft.net'
     is missing.
     
    Thanks,
    Aparna.



View Complete Thread