My code is too to the left, help please? It's my first day :')
I want the text to not be exactly aligned to the color box, can someone help please? <!DOCTYPE html> <html> <head> </head> <body> <table> <td width="900px"> <img src="https://s.tcdn.co/392/525/39252584-d29b-35f5-8345-d5ea9330cf86/192/6.png"> <p>random text<br /> aaaaaa<br /> eeeee <br /> ooooooo</p> </ul> </td> <td width="2000px" height="300px" bgcolor="#fdefdd"> <center> name - sth - etc </center> <p></p> <p> text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text. </p> </td> </table> </body> </html>