2012-11-18 4 views
1

내 총알 지점에 배경이있는 HTML을 만들었습니다.공백 배경

텍스트를 입력합니다. 전체 배경이 누락 된 이메일 주소로 보낼 때.

그러나 텍스트를 꺼내면 괜찮습니다. 글 머리 기호 배경이 있습니다. 배경이 전경에 있고 그 텍스트를 감추고있는 것과 거의 같습니다.

<tr> 
    <td width="600" valign="top" background="thanksgiving-template-bullets.jpg" height="250px" padding:40px="" name="thanksgiving-template-bullets.jpg" contentid="57e93b50-13b0bf80bae-b72427ac28f4177bd55290ce12678282" xt="SPIMAGE" spname="thanksgiving-template-bullets.jpg"> 
     <v:image xmlns:v="urn:schemas-microsoft-com:vml" id="theImage" style='behavior: url(#default#VML); display:inline-block; position:absolute; height:350px; width:600px; top:0; left:0; border:0; z-index:1;' src="<img%20src="thanksgiving-template-bullets.jpg" name="thanksgiving-template-bullets.jpg" contentid=57e93b50-13b0bf80bae-b72427ac28f4177bd55290ce12678282 xt="SPIMAGE" SPNAME="thanksgiving-template-bullets.jpg">"/> 
     <v:shape xmlns:v="urn:schemas-microsoft-com:vml" id="theText" style='behavior: url(#default#VML); display:inline-block; position:absolute; height:254px; width:600px; top:0; left:0; border:0; z-index:2;'> 
     <p style="font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#ffffff; font-weight:bold;"></p> 
     <p style="padding:50px 100px 0 100px; font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#ffffff; padding:30px 000px 00px 100px;font-weight:bold;">This is </p> 
     <p style="font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#ffffff;padding:00px 00px 00px 100px;font-weight:bold;">my list:</p> 
     <ul style="font-family:Arial, Helvetica,sans-serif;font-size:12px; color:#ffffff; padding:00px 00px 00px 100px;line-height:32px; margin:15px 0 0 0;"> 
        <li>List 1</li> 
        <li>List 2</li> 
        <li>List 3</li> 
        <li>List 4</li> 
     </ul> 
    </td> 
</tr> 
당신은 제대로 imgur.com 같은 서비스 (또는 이미지 호스팅 서비스) 및 참조 BG 이미지 거기에서, 또는 할 배경 이미지를 업로드해야합니다

답변

0

이있는 이미지를 포함 :

다음은 소스 코드의 일부 당신이 보내는 메시지. 그렇지 않으면 컴퓨터에 로컬 인 이미지를 참조하십시오.

+0

나는 그 사이트를 사용했으며 미리보기에서 좋게 보였다. 그러나 테스트 메일을 보내면 예외가 발생했습니다. 예외 : 파일을 복사하지 못했습니다. 원본 : /app/content/marketer/private/content/2012/43848/11/18/1f8bf60e-13b155d3575-5fb2bd720d5cf67c7bdb5a02a7e699d8.jpg 대상 : /app/content/marketer/shared/ra/2012/43848/11/40564719/http://i.imgur.com/eo18e.jpg – user1832668

+0

다른 해결 방법은 무엇입니까? – user1832668

+0

첫 번째 위치에서이 작업을 수행하는 것은 어떨까요? 웹 인터페이스를 통해 이미지를 업로드 할 수 있습니다. 업로드되면 이미지에 액세스 할 수있는 많은 링크가 제공됩니다. 하나는'http : // imgur.com/dsfsdf.jpg'와 직접적으로 같습니다. src에' '을 html로 넣으면됩니다. –