I am attempting to align the data in the 'Address' column without any margin. I want it to start from the left since it's overflowing. You can find the HTML, CSS, and JS code here
Even though I tried using
<td align="left">..</td>
it didn't work. There seems to be something in the CSS code that is preventing me from making this change.
Additionally, at this link, I would like the two texts to be on the same line further down the page. One text is changing, but I can't seem to get them to stay together.