HTML Help
Go to solution
Solved by Guest,
6 minutes ago, KuJoe said:Just ignore my code completely if you're planning on using tables, my code will only work if you're just looking at displaying 3 images next to each other with each one equal of width (except you can't divide 100 by 3 equally so one of them will be 34% while the other 2 are 33%).
Here's what I used:
<table width="100%" align="center"> <tr> <td width="33%"><img src="whateveryouwant.jpg" width="100%"></td> <td width="33%"><img src="whateveryouwant.jpg" width="100%"></td> <td width="33%"><img src="whateveryouwant.jpg" width="100%"></td> </tr> </table>

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now