| Author |
Message |
davros-it
Joined: 14 Feb 2007 Posts: 4
|
Posted: Wed Feb 14, 2007 4:09 pm Post subject: how to include the CSS code into the HTML? |
|
|
hello,
I read that external CSS styles will not work with maxbulk.
how can I include them in the HTML, as suggested in other topics?
I use Dreamweaver to edit HTML pages
thanks for help! |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2384
|
Posted: Wed Feb 14, 2007 4:25 pm Post subject: |
|
|
| It is simple, you have to include the CSS inside your HTML. Look at other page examples to see how it is done. |
|
| Back to top |
|
 |
davros-it
Joined: 14 Feb 2007 Posts: 4
|
Posted: Wed Feb 14, 2007 4:29 pm Post subject: |
|
|
| stanbusk wrote: | | It is simple, you have to include the CSS inside your HTML. Look at other page examples to see how it is done. |
where are these examples? |
|
| Back to top |
|
 |
davros-it
Joined: 14 Feb 2007 Posts: 4
|
Posted: Wed Feb 14, 2007 4:43 pm Post subject: |
|
|
I add one thing: I was trying to send a full web page from max bulk, not a html based page edited in Dreamweaver and then copied in max bulk.
When I open my page in Safari it is correctly opened with styles on. |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2384
|
Posted: Wed Feb 14, 2007 6:07 pm Post subject: |
|
|
| You can find a lot of example on the internet. Usually the CSS has to be placed in the header part between <style type="text/css"> and </style> tags. |
|
| Back to top |
|
 |
davros-it
Joined: 14 Feb 2007 Posts: 4
|
Posted: Thu Feb 15, 2007 11:46 am Post subject: |
|
|
ok,
so you say that if I copy those parts of the code into the <html> the page will be visualized with the css styles also in maxbulk?
I'll try, thank you. |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2384
|
Posted: Thu Feb 15, 2007 5:07 pm Post subject: |
|
|
| Absolutely. That way the mail software of you recipients doesn't have to fetch the CSS online (as far as I know they will not even try to do so). |
|
| Back to top |
|
 |
|