| Author |
Message |
olivier
Joined: 26 Jul 2006 Posts: 2
|
Posted: Wed Jul 26, 2006 7:41 pm Post subject: Sending a page based on CSS? |
|
|
Hello,
I'm trying to send http://www.treger.fr/fr web page. I've used HTML, copying and pasting the HTML code to the message part with no success.
I also tried the same, adding <base href= http://www.treger.fr/fr > to make it happen. No way...
Same using "web page" and the above.
Can you help?
Thanks,
Olivier |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2086
|
Posted: Thu Jul 27, 2006 5:57 pm Post subject: |
|
|
| Your page uses external CSSs. Mail readers are not really Web Browsers and as a result are very unlikely to fetch external CSS files. The solution is to insert CSS inside the HTML. |
|
| Back to top |
|
 |
olivier
Joined: 26 Jul 2006 Posts: 2
|
Posted: Thu Jul 27, 2006 5:59 pm Post subject: |
|
|
| stanbusk wrote: | | Your page uses external CSSs. Mail readers are not really Web Browsers and as a result are very unlikely to fetch external CSS files. The solution is to insert CSS inside the HTML. |
Thanks for the advice.
Do I just have to cut and paste CSS code in the HTML file? |
|
| Back to top |
|
 |
|