A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: [Resolved] [Resolved] [Resolved] [Resolved] what does this mean

  1. #1
    Senior Member
    Join Date
    Jul 2000
    Posts
    212
    what does %2f in html mean?

  2. #2
    Senior Member
    Join Date
    Aug 2000
    Posts
    158
    where is it being called?

    proper syntax for special characters is the ampersand sign &

    MF

  3. #3
    Senior Member
    Join Date
    Jul 2000
    Posts
    350
    It's a backslash "/"

    % is usually used in URLS,
    for instance, if you needed to use a space in a image filename, you should really use:

    "my%20files" instead of "my files.gif"

    Good editors such as Dreamweaver takes care of all this for you.

  4. #4
    Senior Member gjkillam's Avatar
    Join Date
    Jun 2000
    Posts
    1,707
    The % had me stumped...I always use _ instead...
    the 2F just a wild guess but the only time I've seen that is
    in the code for rollovers as in frame 2 (the over state)???
    I'm curious now!

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center