Image Dialog url and tag problem

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
xtom
Posts: 46
Joined: Thu Jun 10, 2010 5:19 pm
Location: Kildare, Ireland
Contact:

Image Dialog url and tag problem

Post by xtom »

If you put the cursor on the <img> tag belolw and click the image dialog and insert a url link it places the </a> into the </td> eg. <</a>/td>

Code: Select all

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
  <title></title>
</head>

<body>
 <table cellpadding="4" cellspacing="4">
  <tr>
    <td><img src="../images/gallery/tn/CIMG0972.jpg" width="160" height="120" /></td>
  </tr>
</table>
</body>

</html>
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Re: Image Dialog url and tag problem

Post by Gatis »

Hi,

Thank you, we shall fix this problem.
Kind regards,
Gatis Avots
Post Reply