User Profile

Collapse

Profile Sidebar

Collapse
Tog
Tog
Last Activity: Feb 22 '07, 12:26 PM
Joined: Feb 13 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • hard to say without seeing the code, but if you make the .asp include file start with <table width="700"><tr ><td> Your current content - and end with</td></tr></table>
    This might fix the problem.

    If not, post the code and you might get a more helpful reply.

    regards

    Tog
    See more | Go to post

    Leave a comment:


  • Tog
    replied to Problem with uploading a css background image
    Hello,

    You might find what you are looking for at:
    http://www.javascriptk it.com/dhtmltutors/cssreference.sh tml
    which is a good css reference source.

    Regards

    Tog
    See more | Go to post

    Leave a comment:


  • Tog
    replied to html layer text problems
    Hello,

    You might consider cleaning up your tag orders. Nesting span tags is not a good idea, and you also have other unnecessary ones. For exampokle you have a <B><br></B>. Why would you want a bold line break?

    Maybe if you do away with the unnecessary stuff and create css elements which do not require nesting you will get a more acceptable piece of code that will do what you want it to do.
    ...
    See more | Go to post

    Leave a comment:


  • Tog
    started a topic creating a csv file and losing a letter

    creating a csv file and losing a letter

    Hello all.
    here is a little conundrum for you to get your teeth into.

    I am creating a csv file from an access database. The code I use is below and it works well .. except for one small annoying feature. When it creates the csv file the first letter of the name of the first field is missing. The database field name is Start of Record - and in the csv file it becomes Tart of Record.
    I can overcome this by renaming the...
    See more | Go to post

  • Tog
    replied to Syntax error (missing operator)
    OK folks,

    the answer was that the field name had spaces in it.

    It appears that queries cannot be made using fields with spaces in their names.

    I replaced the spaces with underscores and it worked ok.

    Regards

    Tog
    See more | Go to post

    Leave a comment:


  • Tog
    replied to Syntax error (missing operator)
    I tried that, but it does not make any difference.

    I wonder if it could be because I am trying to match only part of a field?

    I am lost and keep trying different things but without success.

    I am sure the answer is simple, but can't put my finger on it.

    Tog
    See more | Go to post

    Leave a comment:


  • Hello,

    This is a complex way of achieving a simple display.

    You really should try to get what you want by using CSS instead of nesting tables in this way.

    Regards

    Tog
    See more | Go to post

    Leave a comment:


  • Tog
    replied to HTML Input box behaving strangely...
    This is probably because you are populating a text input field with too many characters for the table width, and you are mixing absolute and relative width dimensions.

    You have set most of the widths absolutely anyway, so you could solve the problem by changing the relative width "98%" to an absolute width "147"

    Hope this helps

    Tog
    See more | Go to post

    Leave a comment:


  • Tog
    replied to Multlanguage using HTML
    Hello,

    Perhaps you could try using the Systran translation service.

    they are at http://www.systransoft.com/index/Pro...nline-Services

    Regards

    Tog
    See more | Go to post
    Last edited by Tog; Feb 13 '07, 12:13 PM. Reason: spell correction

    Leave a comment:


  • Tog
    started a topic Syntax error (missing operator)

    Syntax error (missing operator)

    Hello,

    I have read several posts with this heading but none of them have helped.

    I have the following error message:

    [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'left(Your Product Ref, fldsize)='4341' '.
    /control/productoptions_ delete.asp, line 38
    =============== =============== =========

    the code is:
    Code:
    dim fldsize,
    ...
    See more | Go to post
No activity results to display
Show More
Working...