Welcome to TalkGraphics.com
Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Oct 2009
    Location
    Australia
    Posts
    138

    Default Re: Editing source (HTML) code in Xara project

    Hi Bill & all,
    Sorry for the delay but was called away for a family drama.
    Thanks for the ideas. For now here is the advice that I received from Jotform forum, in response to a problem with the form that causes it to run partly off the bottom of the page when required/incorrect fields are entered.....

    "It is because you have the form in a DIV with pre-defined width.
    Code:
    <div class="xr_ap" style="left: 5px; top: 5px; width: 687px; height: 720px;">
    Try removing that height tag and any other heights. You should probably use 100% instead of a specific height"

    ....I can't see this code in the placeholder code so I guess it is in the HTML code that is produced with Xara when publishing the website? Is that the way it works? I've attached a notepad txt file of my placeholder form script (complete) as requested, if that is useful?
    Cheers,
    Rikko
    28 Jan 10
    Attached Files Attached Files

  2. #2
    Join Date
    Nov 2000
    Location
    Red Boiling Springs TN USA
    Posts
    19,208

    Default Re: Editing source (HTML) code in Xara project

    Rikko the size of the placeholder is most likely the dimensions specified. Simply make the placeholder the size you need the form to be on your web page.
    Soquili
    a.k.a. Bill Taylor
    Bill is no longer with us. He died on 10 Dec 2012. We remember him always.
    My TG Album
    Last XaReg update

  3. #3
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: Editing source (HTML) code in Xara project

    I don't think that will run inside a placeholder div very well

    You should only have 1 set of Head and Body tag pairs in any one page.

  4. #4
    Join Date
    Aug 2007
    Location
    Maghull UK
    Posts
    6,202

    Default Re: Editing source (HTML) code in Xara project

    Try the "head" code in a placeholder named <head> and the rest inserted in a positioned placeholder without the "body" tags.
    JOHN -XaReg (FB) XaReg (DB - ignore prompt to register)
    Windows 10 [Anniversary] pro Intel Pentium CPU G630 @ 2.70Ghz RAM: 4 GB; 64-bit x64

  5. #5

    Default Re: Editing source (HTML) code in Xara project

    Hi Rikk,

    John is correct - but there's a little more to it than just that.

    Click image for larger version. 

Name:	rikk-form.png 
Views:	488 
Size:	12.3 KB 
ID:	69439

    See the attached .web file
    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
  •