0

Custom note widget with width

Could someone please tell me what I'm doing wrong with this Note widget clone I'm trying to make. My HTML code for the widget is:

<

div style="WIDTH: %%Width:defaultvalue=250%%px">
  <table class="hs-box">
    <tbody>
      <tr>
        <td class="hs-box-icon" valign="top"><img src="images/hs-note.gif"></td>
        <td class="hs-box-content" valign="top">%%Content:defaultvalue=Type your Note Box content here.%%</td>
      </tr>
    </tbody>
  </table>
</div>

The only change I made to the note widget is in the first line which was <div style="WIDTH: 100%">.
If I make the width a fixed valued like <div style="WIDTH: 250px"> then it works as expected.

Thanks,
Janet.

1 comment

Please sign in to leave a comment.