Can't Get Table Background to show when "E-Mailing" Page

This is a discussion on "Can't Get Table Background to show when "E-Mailing" Page" within the Web Page Design section. This forum, and the thread "Can't Get Table Background to show when "E-Mailing" Page are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 7th, 2007, 17:16
New Member
Join Date: May 2007
Location: Atlanta
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Can't Get Table Background to show when "E-Mailing" Page

When I view my published website the background picture (in my table) is visible...However, I am emailing the "page" and the background picture is not visible (it just appears grey).

What I am sending are usually marketing pieces or announcements of some kind and we prefer to send these via email as html "page" versus a link because it's instant gratification (of course it's just another way or "view" of a web page where all the links within the body
of the email work).

Does anyone have any ideas of how I can correct my web page or send a web page (or view of it) where the background will show
correctly?

I tried making the background image an absolute reference but it didn't change correct my problem.
Reply With Quote

  #2 (permalink)  
Old May 7th, 2007, 17:43
SuperMember

SuperMember
Join Date: Aug 2003
Location: Castle Rock, CO
Age: 36
Posts: 164
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Can't Get Table Background to show when "E-Mailing" Page

You might consider using an absolute link for the background in the table instead to see if that works.
Reply With Quote
  #3 (permalink)  
Old May 7th, 2007, 17:46
New Member
Join Date: May 2007
Location: Atlanta
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Can't Get Table Background to show when "E-Mailing" Page

Corey,

I tried that but, still doesn't want to work for me - any thing you see here I might be doing wrong?
Code: Select all
<table border="3" cellspacing="1" style="border-collapse: collapse" bordercolor="#000000" width="803" height="931" id="AutoNumber1" cellpadding="0" bordercolorlight="#000000" background= http://www.jdfassoc.com/Advertisemen...etal_Plate.gif bgcolor="#C0C0C0">
    <tr>
      <td width="799" bordercolor="#C0C0C0" bordercolorlight="#000000" colspan="3" bordercolordark="#000000" bgcolor="#000000">
      <p align="center">
  <img border="0" src="Images/about.jpg" width="817" height="93"></td>
    </tr>
    <tr>
      <td width="799" height="22" b:?:

Last edited by karinne; May 7th, 2007 at 18:05. Reason: Please use [code]...[/code] tags when displaying code!
Reply With Quote
  #4 (permalink)  
Old May 7th, 2007, 17:51
SuperMember

SuperMember
Join Date: Aug 2003
Location: Castle Rock, CO
Age: 36
Posts: 164
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Can't Get Table Background to show when "E-Mailing" Page

The background colors might be overwriting the background.
Reply With Quote
  #5 (permalink)  
Old May 7th, 2007, 18:08
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Can't Get Table Background to show when "E-Mailing" Page

Oh my ... that code is full of deprecated attributes!

Maybe this will help - A Guide to CSS Support in Email: 2007 Edition
Reply With Quote
  #6 (permalink)  
Old May 8th, 2007, 14:10
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,761
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Can't Get Table Background to show when "E-Mailing" Page

background= http://www.jdfassoc.com/Advertisemen...etal_Plate.gif

to background="http://www.jdfassoc.com/Advertisemen...etal_Plate.gif"

Also, if you are sending an email

<img border="0" src="Images/about.jpg" width="817" height="93"></td>

needs to have a full path.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
Reply

Tags
e mail, html, table background image

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] About "background-image: fixed;" Scrolling Issues doctypedeclaration Web Page Design 9 Apr 13th, 2008 18:54
Creating a "tag" system to find relevant "related" pages MrQuestions PHP Forum 3 Mar 20th, 2008 23:06
[SOLVED] Show "Image" Depends On User "Status"? Monie Classic ASP 6 Oct 16th, 2007 01:22
? IS "meta name="robots" content="?" necessary in pages ? Love2Java Starting Out 6 Aug 8th, 2007 13:48
window.opener.document["nameForm"].getElementById("someid").value; doesnt work drpompeii JavaScript Forum 0 Feb 17th, 2007 23:09


All times are GMT. The time now is 23:21.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43