What's up with HTML?????

9 replies
  • WEB DESIGN
  • |
Okay, so I'm not a seasoned computer gal (maybe someday... :p). But I've been learning bits and pieces about HTML as I've delved into the world of IM. But I have this recurring problem that I just can't figure out.

Why is it that when I use a template--like for a squeeze page or an eBay ad, for example--that when I try to upload/publish/post (whatever the word is!), it almost always leaves out the cool headers, backgrounds and/or images.

When I'm using FTP for the upload, I can fix the images inside the page by making sure I have an images folder uploaded also. But that doesn't always give me the headers and backgrounds.

Tonight I tried to used an HTML template for Craig's List. I've done it before with no trouble at all. But tonight, all it would post was the unformatted text. I couldn't get any of the border images OR my ebook jpg OR any of the font colors (it did do the sizes, though).

What am I doing wrong and how can I fix it? :confused:
#html
  • This is most likely caused by your image url pointing the the actual image file on your local computer, not the one on your webserver, you also may have forgotten to upload the images.

    No way for me to know exactly, without looking at the webpage you are referring to.
    {{ DiscussionBoard.errors[4835518].message }}
    • Profile picture of the author chrishonda
      If I do have the URLs that point to my server and not my computer, what else could it be? I just checked them all and they're correct. All the image locations begin with http, not file. That's what you mean, right?
      Signature
      Failure will never overtake me if my determination to succeed is strong enough! --Og Mandino
      {{ DiscussionBoard.errors[4835546].message }}
  • Profile picture of the author chrishonda
    No... All the images are uploaded in different places but I am putting them together for this Craig's List post. I didn't upload the final html; it's just saved on my desktop. Should I? In the past I've just been able to copy the code into the CL post and it worked...
    Signature
    Failure will never overtake me if my determination to succeed is strong enough! --Og Mandino
    {{ DiscussionBoard.errors[4835603].message }}
  • Profile picture of the author pennington33
    whats your link?
    {{ DiscussionBoard.errors[4835612].message }}
    • Profile picture of the author ronc0011
      Craigslist servers can't see your hard drive. You need to place your images either on a website or someplace like photobucket, in other words someplace that has a URL. The address to your image should look something like http;//www.somedomain.com/myimage.jpg. If your image is at the address then typing it into a browser should bring up the image in your browser and only the image. The html to put your image ina post should look like this <IMG SRC=" http;//www.somedomain.com/myimage.jpg." /> note the URL in the img tag points to a website
      {{ DiscussionBoard.errors[4836565].message }}
  • Profile picture of the author ritchierich
    Are you using inline or css linking? In situations where I'm posting external page formatting or images, I'll use absolute urls instead of relative urls.

    As far as formatting headers and such, if its basic styling utilize Html attributes.

    Lastly, for future reference, when you post html, css, js onto a third party site, that site has the power to disable/enable any type of formatting.

    Good luck.
    {{ DiscussionBoard.errors[4837265].message }}
  • Profile picture of the author 42reasons
    Did you ever solve your problem? I would be glad to help you figure it out.

    Just let me know
    {{ DiscussionBoard.errors[5104958].message }}
    • Profile picture of the author KyleGolemMedia
      Originally Posted by 42reasons View Post

      Did you ever solve your problem? I would be glad to help you figure it out.

      Just let me know
      It appears she left! I too would have helped
      Signature
      Need Help Growing Your Audience?
      Let an experienced Marketer help! PM me with project details.
      Google AdWords, Bing Ads, Facebook Ads, Twitter Ads, etc.
      {{ DiscussionBoard.errors[5105113].message }}

Trending Topics