how to include the CSS code into the HTML?

davros-it

New Member
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!
 

stanbusk

Administrator
Staff member
It is simple, you have to include the CSS inside your HTML. Look at other page examples to see how it is done.
 

davros-it

New Member
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.
 

stanbusk

Administrator
Staff member
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.
 

davros-it

New Member
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.
 

stanbusk

Administrator
Staff member
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).
 
Top