Welcome to TalkGraphics.com
Results 1 to 10 of 31

Threaded View

  1. #8

    Default Re: Src=???? for image in placeholder html.

    Use CTRL+SHIFT+ALT+A to attach your images to the xara file.
    Then alter the accordion code to add the image link like this;

    Code:
    <div id="accordion">
      <h3>Section 1</h3>
      <div>
        <p>
    <img src=index_htm_files/image-name.jpg>
        </p>
      </div>
      <h3>Section 2</h3>
      <div>
        <p>
    <img src=index_htm_files/image-name.jpg>
        </p>
      </div>
      <h3>Section 3</h3>
      <div>
        <p>
    <img src=index_htm_files/image-name.jpg>
        </p>
      </div>
      <h3>Section 4</h3>
      <div>
        <p>
    <img src=index_htm_files/image-name.jpg>
        </p>
      </div>
    </div>
    Attached example (preview in Xara Designer)

    Created in Web Designer 9 Premium.
    Attached Files Attached Files

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •