...its subclasses? I am learning the Adapter pattern. Referring to this link http://www.oodesign.com/adapter-pattern.html. It says "adapts not only the Adpatee but all its subclasses".
I am trying to understand what it means by its subclasses? When it instantiates an adaptee class how does it...
I want to send an HTML email. The Content of the email is whatever the user puts in a text area. This text area uses paragraphs, underlined and bold text, Ariel Font etc. When the email arrives in my inbox. The underline and bold text is fine but it does not add paragraphs or my font type.
I...
formatting? I am trying to send an HTML email, I had the problem of it not formatting. I have found that there are slashes in my tags which prevent the text from formatting:
for example:
<span style=\"font-family:Arial, Helvetica, sans-serif\">
Why does it do this when I send an email. How do...