hi, sorry newbie question...
i'm still working in golive cs2 , i'm predominantly wysiwyg user. i've started using third party mp3 player (wimpy) , that's made me have coding... when @ lot of pages, see simple refs like: "http//:www.mysite.com/mp3s/homepage/rolling.mp3" being written out as: http%3a%2f%2fwww%2emysite%2ecom%2fmp3s%2fhomepage%5fbutton%2frolling%2emp3.
i'd grateful if bigger brain me clue me in on why happening...
many in advance.
i'm still working in golive cs2 , i'm predominantly wysiwyg user. i've started using third party mp3 player (wimpy) , that's made me have coding... when @ lot of pages, see simple refs like: "http//:www.mysite.com/mp3s/homepage/rolling.mp3" being written out as: http%3a%2f%2fwww%2emysite%2ecom%2fmp3s%2fhomepage%5fbutton%2frolling%2emp3.
i'd grateful if bigger brain me clue me in on why happening...
many in advance.
what seeing called server encoding, , it's normal. "%"
indicates server following pair of characters
hexadecimal ascii values character should there - hence -
%3a = ':'
%2e = '.'
%2f = '/'
see - http://www.asciichart.com/ascii_hexadecimal.html
--
murray
indicates server following pair of characters
hexadecimal ascii values character should there - hence -
%3a = ':'
%2e = '.'
%2f = '/'
see - http://www.asciichart.com/ascii_hexadecimal.html
--
murray
More discussions in GoLive
adobe
Comments
Post a Comment