Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter mastamind

    (@mastamind)

    Thank you for your replay. I know my site is not validated, actually it never validated. But that’s not the point. It showed my pictures before, now it doesn’t.
    All pictures in my posts are gone and even renewing the links doesn’t work.

    When I look at the link location I get something like:
    https://www.mastamind.de/%22https://www.mastamind.de/wp-content/pictures/ice_mini.jpg%22

    I really do not know how to get rid of this strange behaviour. Where do there %22 come from? Where in WP could this be saved?

    Any help?

    %22 is the ASCII code for ” (quote marks). Somewhere there are escaped quotes in the src=”” of the <img> tag. Look at the links to your pictures and change them.

    %22 is the ASCII code for ” (quote marks). Somewhere there are escaped quotes in the src=”” of the <img> tag. Look at the links to your pictures and change them.

    %22 is the ASCII code for ” (quote marks). Somewhere there are escaped quotes in the src=”” of the <img> tag. Look at the links to your pictures and change them.

    Sorry for the 3 posts. my internet connection died ?? ??

    Thread Starter mastamind

    (@mastamind)

    Thank you for your hint. I checked with my posts. For example: in my last one I have a picture with following url:

    <img src=”https://www.mastamind.de/wp-content/pictures/ice_mini.jpg&#8221; width=”120″ height=”82″ alt=”” />

    I don’t see any problem with it. Whats also strange ist that the address is duplicated, as in https://www.mastamind.de/%22https://www.mastamind.de/wp-content/pictures/ice_mini.jpg%22.

    Does anybody know where WP stores the data for URIs/upload directories, etc. ?

    Thread Starter mastamind

    (@mastamind)

    Ok this is what I found out: If I youse following syntax for my links, they work:

    <img src=’/wp-content/pictures/bgalactica.jpg’ width=’43’ height=’60’ ALIGN=’left’ VSPACE=’2′ HSPACE=’10’ border=’1′ alt=’Kampfstern Galactica’ title=’Kampfstern Galactica’ />

    If I use the following syntax, they don’t:

    <img src=”/wp-content/pictures/bgalactica.jpg” width=”43″ height=”60″ ALIGN=”left” VSPACE=”2″ HSPACE=”10″ border=”1″ alt=”Kampfstern Galactica” title=”Kampfstern Galactica” />

    I’m writing with german keyboard layout, my WP runs with UTF-8.
    What have I done to confuse my WP that way ;-(

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Please help! Some strange addressing problems…’ is closed to new replies.