Jump to content

shirleyh

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by shirleyh

  1. I have built an ad with a background image which is a clickable link. However to get the link to activate, I have it outside my table. When I go to validate my code, I get an error saying I can't place the <table> within the <a>

    If I move the <a> into the table, the link no longer activates. No matter where I try putting it, it will not activate my link.

     

    Can anyone help me solve this? Here is a sample of the structure I'm using

     

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>ad</title><style type="text/css">body { background-image: url("images/best.jpg"); background-position: 100; background-repeat: no-repeat;}</style></head><body> <a href="http://webiste link" target="_blank"><table class= "container" width="650" cellspacing="0" cellpadding="0" align="left"> <tr> <td valign="top"><img src="images/image.png" width="200" height="54" style="margin: 20px 0 45px 20px;" alt="logo"><h1 style="font-family: Roboto, Helvetica, Arial, sans-serif; font-size: 38px; color: #ffffff; text-align: left; line-height: 110%; font-weight:400; margin: 65px 300px 50px 20px;">Body copy here</h1></td></tr></table></a></body></html>

  2. Thanks. I've been combing through all sorts of answers. What seems the problem is and all our copy is written in Word. Default is usually set at smart quotes rather than straight quotes (which is what an apostrophe should be).

     

    ASCII 39 and 34 are greek to me. I don't know what that means... straight vs smart quote (curly) right?

    Is there a way to convert back to straight quotes easily? I tested bringing into plain text and it still kept the curly. Search and replace seems the best so long as I open in my Word and the setting is straight. We use a lot of (curly) quotes in text, I don't think these emails did, I suppose those need to go to straight as well.

  3. People use the single quote as an apostrophe. I get the copy from a copy writer, I don't provide the copy. But don't see any other option to type an apostrophe? Maybe this is why the apostrophe shows up so strangely (it's really a single quote?). I have actually seen a lot of job descriptions online where I see the same thing with the diamond shaped symbol with a question mark in it. I tried to attach an image, but it gets rejected.

  4. I recently coded my first email blasts, 7 total with different vendors doing the mailings and lists. When we tested, the apostrophes came up as diamonds with question marks in some of them (not all). This only happened when clicking the view web version.

     

    I substituted them with ' which I found as code on the W3 site.

    On a few of the emails, the ' actually showed up! Example: you'll

    I am thinking the numeric code of &39; is what needs to be used?

     

    Do I have to hunt down all apostrophes within text or is there something I'm doing wrong causing the icons to show up? Is it in something in the DOCTYPE that needs to stated or somewhere else?

     

    Thanks very much, I'm very new to this.

×
×
  • Create New...