Hello c:
I have a question about making tables in HTML/CSS. I would like my pet names displayed in a 3x3 table on my profile (without any borders). Each pet would have a designated item with their name under it, and both the item and the name would link to their pet profile. I tried doing this so many times within the code I already have for my profile, and it's just not working out! Would anybody be able to help me with this?
Thanks so much!
this should do it!
| one | two | three |
| four | five | six |
tr means a new row, while td is a cell this gives you two three-cell rows, and to make more rows just add a new tr segment n __ n
Yay I did a quick test run and it worked, thank you so much! c: I'll make it pretty when I get some more work done...
no problem! and thank you for the gift~