I want to convert a web pages which is heavily CSS styled is written in PHP to static html so that I can embed it in an email.
I have managed to do this but for achieving this I had to convert the whole page into a string and then assign that string as email body. The layout of the page does not look as good as original as I have not been able embed CSS.
This approach has a few problems like if any changes have to be made to the layout of the page I have to redo the whole process for generating an embeddable page.
I want an easier way which will allow me to keep the original page editable in Dreamweaver visually.