Post by fertsuinen on Dec 6, 2022 6:21:13 GMT -8
Hello!
I'm trying to create two tables side by side with text in them. The problem is that when I write in one of them, the other gets smaller if it has less text than the one I'm writing on. I want them to be exactly the same size all the time. Is there code or something for this?
Right now I'm using this code:
And here's an example what it looks like:
Is there a solution for this problem?
Thanks!
I'm trying to create two tables side by side with text in them. The problem is that when I write in one of them, the other gets smaller if it has less text than the one I'm writing on. I want them to be exactly the same size all the time. Is there code or something for this?
Right now I'm using this code:
[div align="center"][table][tbody][tr][td style="padding:3px;"][div align="center"][div style="max-width:66%;background-color:#ff0008;background-image:url(https://cdn.pixabay.com/photo/2015/01/07/16/37/wood-591631_960_720.jpg);background-position:center;padding:15px 20px;font-size:20px;text-align:center;color:#fff;text-shadow:0px 0px 10px rgba(0,0,0,0.6), 0px 0px 5px rgba(0,0,0,0.8);"][font face="Bradley Hand ITC"]TITLE TEXT[/font][/div][div style="text-align:center;max-width:66%;height:250px;overflow-y:scroll;background-color:rgb(238, 238, 238);padding:20px;"][font color="#000000"] Insert text.[/font]
[/div][/div]
[/td][td style="padding:3px;"][div align="center"][div style="max-width:66%;background-color:#ff0008;background-image:url(https://cdn.pixabay.com/photo/2015/01/07/16/37/wood-591631_960_720.jpg);background-position:center;padding:15px 20px;font-size:20px;text-align:center;color:#fff;text-shadow:0px 0px 10px rgba(0,0,0,0.6), 0px 0px 5px rgba(0,0,0,0.8);"][font face="Bradley Hand ITC"]TITLE TEXT[/font][/div][div style="text-align:center;max-width:66%;height:250px;overflow-y:scroll;background-color:rgb(238, 238, 238);padding:20px;"][font color="#000000"]Insert text.[/font][/div][/div][/td][/tr][/tbody][/table]
[/div]
And here's an example what it looks like:
Is there a solution for this problem?
Thanks!