Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

Why do I get a beveled border when creating e-promotions?

  • 2 отговора
  • 1 има този проблем
  • 1 изглед
  • Последен отговор от tpgrafix2

more options

When creating an HTML document for e-promo, I used to get a flat border when I designated border. Recently, I've been getting a beveled border from Firefox, no matter if I use HTML or CSS. This is not happening with other browsers.

When creating an HTML document for e-promo, I used to get a flat border when I designated border. Recently, I've been getting a beveled border from Firefox, no matter if I use HTML or CSS. This is not happening with other browsers.

Всички отговори (2)

more options

are you specifying width, style and color in css? for example, in css: border: 1px solid black;

should work properly in firefox...

more options

Hi RaineDragon

E-mail blasters don't like CSS and prefer HTML. Too many e-mail hosts strip out CSS. Therefore I use straight HTML and "border="8" bordercolor="FFFFFF" etc. This gives a flat border. No bevels.

I'll try using the css, but if blaster sends back with request for HTML, in some e-mails, they will have a beveled border. Clients can get picky.

Thanks for your suggestion, Theo