Encrypted Codes. HELP!

6 replies
Hello there,

If you may check my site Acne Treatment | Skin Care Tips | Skin Remedies| Skin Care Solutions you'll see that the code for the featured post thumbnail messing up. I have tried to work on this, I worked on the custom field and add this code

img src="http://www.ezbeautifulskin.com/wp-co...ne-images.png" alt="acne" title="acne" width="150″ height="150″ class="alignleft″

as Value and "feature-image" for the name, did i miss something? I have been trying to figure this out for like 2 hours now, and I really don't have any idea on what to do anymore since I am not that good at coding. HELP
#code #feature #image
  • Profile picture of the author unnatural
    It's missing the closing tag..

    Here's the current code:

    Code:
    <img src="http://www.ezbeautifulskin.com/wp-content/uploads/2011/05/before-and-after-acne-images-300x186.png" alt="acne" title="acne" width="150″ height="150″ class="alignleft size-thumbnail wp-image-2162″
    Here's what it should look like:

    Code:
    <img src="http://www.ezbeautifulskin.com/wp-content/uploads/2011/05/before-and-after-acne-images-300x186.png" alt="acne" title="acne" width="150″ height="150″ class="alignleft size-thumbnail wp-image-2162″ />
    {{ DiscussionBoard.errors[4565096].message }}
  • Profile picture of the author Content Publisher
    It's not the closing tag (albeit that doesn't help and will mess things up on some browsers). It's the fact that ” is not a valid HTML character. Change:

    Code:
    <img src=”http://www.ezbeautifulskin.com/wp-content/uploads/2011/05/before-and-after-acne-images-300x186.png” alt=”before-and-after-acne-images-300x186” title=”before-and-after-acne-images-300x186” width=”150″ height=”150″ class=”alignleft″ />
    to:

    Code:
    <img src="http://www.ezbeautifulskin.com/wp-content/uploads/2011/05/before-and-after-acne-images-300x186.png" alt="before-and-after-acne-images-300x186" title="before-and-after-acne-images-300x186" width="150" height="150" class="alignleft" />
    Signature
    Follow me as I build my content publishing business from $0 to a full time income.

    "The harder the conflict, the more glorious the triumph. What we obtain too cheaply, we esteem too lightly; it is dearness only that gives everything its value." - Thomas Paine
    {{ DiscussionBoard.errors[4565334].message }}
    • Profile picture of the author Sornie Samante
      Originally Posted by ExpertWebGuy View Post

      It's not the closing tag (albeit that doesn't help and will mess things up on some browsers). It's the fact that " is not a valid HTML character. Change:

      Code:
      <img src="http://www.ezbeautifulskin.com/wp-content/uploads/2011/05/before-and-after-acne-images-300x186.png" alt="before-and-after-acne-images-300x186" title="before-and-after-acne-images-300x186" width="150″ height="150″ class="alignleft″ />
      to:

      Code:
      <img src="http://www.ezbeautifulskin.com/wp-content/uploads/2011/05/before-and-after-acne-images-300x186.png" alt="before-and-after-acne-images-300x186" title="before-and-after-acne-images-300x186" width="150" height="150" class="alignleft" />
      Thank you for making me remember. Yeah! You are right! Thank you so much Dude!
      {{ DiscussionBoard.errors[4565433].message }}
  • Profile picture of the author Content Publisher
    You're welcome
    Signature
    Follow me as I build my content publishing business from $0 to a full time income.

    "The harder the conflict, the more glorious the triumph. What we obtain too cheaply, we esteem too lightly; it is dearness only that gives everything its value." - Thomas Paine
    {{ DiscussionBoard.errors[4565550].message }}
    • Profile picture of the author Sornie Samante
      Originally Posted by ExpertWebGuy View Post

      You're welcome
      I am not good at coding really so I need some assistance most of the time. I have to learn more
      {{ DiscussionBoard.errors[4565594].message }}

Trending Topics