Results 1 to 7 of 7

Thread: Custom HTML limited space
      
   

  1. #1
    Rob (SA)'s Avatar
    Rob (SA) is offline Lieutenant Colonel
    Join Date
    Nov 2006
    Location
    Centurion, South Africa
    Posts
    580

    Question Custom HTML limited space

    Hi Folks,

    I am trying to put a form together and in so doing putting information into a custom html which creates the input table dynamically.

    I have nearly completed it and i cannot enter more information into the custom html box.

    Ideas in this regard to solve the problem would be most welcome

  2. #2
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Custom HTML limited space

    The HTML box can accept 30000 chrs.

    However, if you have used that much to create a table, you would need to reconsider your coding as it is certainly structured badly.

    Workaround: create the code as external file and include it.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  3. #3
    Rob (SA)'s Avatar
    Rob (SA) is offline Lieutenant Colonel
    Join Date
    Nov 2006
    Location
    Centurion, South Africa
    Posts
    580

    Default Re: Custom HTML limited space

    Hi George,

    There is a lot of repition in this file.

    Regarding the "external file " I dont have experaince on that - can you please advise

  4. #4
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Custom HTML limited space

    Rob, it is impossible that you need 30 KB of code to generate a table. I would be almost certain that there is a concept mistake in your coding.

    To use an external file: simply create a file with all the code you want to add to that part. It should be a complete pho code, so it must start with
    <?
    and end with
    ?>

    Save it, in example, as "table.php"

    Then in the html box simply put "

    <?
    include 'table.php';
    ?>
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  5. #5
    Rob (SA)'s Avatar
    Rob (SA) is offline Lieutenant Colonel
    Join Date
    Nov 2006
    Location
    Centurion, South Africa
    Posts
    580

    Default Re: Custom HTML limited space

    Hi George,

    Thanks for the prompt reply and explination.

    It is probaly the correct time to perhaps ask for assitance and consider the cost of you doing this work for me as it does iclude a form that send s data to mysql and will require the data to come back from mysql at a later phase of development.

    I look forward to your reply

  6. #6
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Custom HTML limited space

    Rob, this is not an issue that can be discussed on the forum. If you wish send me details and i answer you.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  7. #7
    Rob (SA)'s Avatar
    Rob (SA) is offline Lieutenant Colonel
    Join Date
    Nov 2006
    Location
    Centurion, South Africa
    Posts
    580

    Question Re: Custom HTML limited space

    Hi George,

    Thanks you have mail

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49