Eve For Enterprise    Eve Support Community    Forums  Hop To Forum Categories  buzzcast  Hop To Forums  buzzcast Assistance    background color in newsletters
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Groupee Newbie
Posted
so i create a newsletter on buzzcast , with a background color coded in the html . i save it - when i log of and go back to it after a while the background color is gone ... and it sent out a mailing of mine with white background - how do i make sure it doesn't mess with me like that ?

thanks
s.
 
Posts: 3 | Location: new york ny 1034 | Registered: March 23, 2003Reply With QuoteEdit or Delete MessageReport This Post
Groupee VIP
Picture of Brett Harris
Posted Hide Post
how is it you are setting the background colors? Are you using JavaScript in the head or are you doing a kind of table within table and setting the bgcolor property there?

Regards,

Brett Harris
Infopop Corporation
 
Posts: 3136 | Location: WA | Registered: August 08, 2000Reply With QuoteEdit or Delete MessageReport This Post
<honestnotes>
Posted
no javascript - here's the relavent html :

<P><BR></P>
<TABLE cellSpacing=0 cellPadding=0 width=521 align=center border=0>
<BODY BGCOLOR=#000000 text="#000000" link="#FFFFFF" vlink="#990000" alink="#CCCCCC" LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<TR>
<TD><IMG alt="" src="http://www.buzzcast.com/userimages/1565/mailer-sobs_01.gif" border=0></TD></TR>
<TR>
<TD bgColor=#ff9900>
<TABLE height=221 cellSpacing=0 cellPadding=0 width=464 align=center border=0>

<TR>
<TD width=353 height=221>
<P align=center><FONT size=2><STRONG><FONT size=3><FONT face=Verdana>SOBs Soulcity presents: <BR><BR><FONT size=4>Marlon Saunders</FONT> <BR><BR>with special guests </FONT><U><BR></U><FONT face=Verdana>Monet and DJ Scribe</FONT></FONT></STRONG><FONT size=1><STRONG><BR><BR><FONT face=Verdana>SOB'S - 204 Varick Street at West Houston , NYC <BR>Friday June 13th , 2003 <BR>Doors: 6:30pm<BR>Show: Monet 7:30 pm/Marlon Saunders 8:30 pm<BR><BR></FONT><A href="http://www.ticketmaster.com/event/000036AFF1BCE000?brand=&artistid=870568&majorcatid=10001&minorcatid=5" target=_blank><FONT face=Verdana>Tickets</FONT></A><FONT face=Verdana> / </FONT><A href="http://maps.yahoo.com/py/maps.py?Pyt=Tmap&ed=n0yxb.p_0Tq1ILd6N6AnzxrvSyGq0IiISHCzaMXQQHgcs2Mix8Fd0XSW.aGK&csz=New%2BYork,%2BNY%2B10014&country=us" target=_blank><FONT face=Verdana>Directions</FONT></A><FONT face=Verdana> / </FONT><A href="http://www.amazon.com/exec/obidos/redirect?tag=honestnotes-20&creative=9341&camp=1793&link_code=st1&path=ASIN/B000090PF4" target=_blank><FONT face=Verdana>Album</FONT></A><FONT face=Verdana> / </FONT><A href="http://www.marlonsaunders.com" target=_blank><FONT face=Verdana>Website</FONT></A></STRONG></FONT></FONT><BR></P></TD>
<TD width=148>
<DIV align=center><IMG alt="" src="http://www.buzzcast.com/userimages/1565/live01.gif" border=0></DIV></TD></TR></TABLE></TD></TR>
<TR>
<TD><IMG alt="" src="http://www.buzzcast.com/userimages/1565/mailer-sobs_03.gif" border=0></TD></TR></TABLE><!-- End ImageReady Slices -->
<DIV align=center><FONT face="Geneva, Arial, Helvetica, sans-serif" size=1><FONT face="Verdana, Arial, Helvetica, sans-serif" color=#ff9900>mailer created by </FONT><A href="http://www.honestnotes.com" target=_blank>honestnotes</A> </FONT></DIV>
 
Reply With QuoteEdit or Delete MessageReport This Post
Groupee
Posted Hide Post
Quick question: Was all of that HTML generated by buzzcast?

On first glance I can locate two things that may cause a problem with the background color being seen. First, the body element is burried inside the first table element. BODY must come first, before anything else in your code. Second, the value of the bgcolor attribute (#000000) is not quoted like all the other colors.

I don't know that either of these would cause the background color to be "edited out" of your mailing, but they could cause display issues with certain browsers.
 
Posts: 3868 | Location: Seattle, WA | Registered: January 01, 2000Reply With QuoteEdit or Delete MessageReport This Post
 Previous Topic | Next Topic powered by eve community  
 

Eve For Enterprise    Eve Support Community    Forums  Hop To Forum Categories  buzzcast  Hop To Forums  buzzcast Assistance    background color in newsletters