Hi Experts...
I have the code below which i use to send mail in html format.
The html report is getting prepared properly and the mail feature is working too.
The problem is :Say for example in my html report i have three HTML tables to be displayed they all take center alignment by default and appear one below the other.
When i explicitly add the left alignment code all the tables appear next to one another instead of one below the other.
Please help...
There are many ways to learn to code these days. From coding bootcamps like Flatiron School to online courses to totally free beginner resources. The best way to learn to code depends on many factors, but the most important one is you. See what course is best for you.
Why do you need to add align - what is it that you wanted to achieve with it?
0
gaugetaAuthor Commented:
@for_yan:Sorry for the above code.I just gave a sample of how it will look.
Each table does not have a </body></html> with it.
The valid code is shown below.
The effect i want to achieve is display table left aligned and and one below the other and not next to one another which is happening now.
Please help...
<div align="center"> before the firs <table>then </div> after the </table>then again <div align="center"> before the next <table>and then again </div> after the last </table>
If it does go to your emal - double click on it, then right-click in the middle and slecet "ViewSource"
Then you'll see notepad (or other editor ) window with html code.
Save the contents of that window to any .txt or .html file and post this file here - I'll correct your html
and tell you how to modify it to have them one under another
This deivision recommendation above shoudll work - if you understadn it from what I wrote above - you can give it a try