yeah, html tagging. easy stuff eh? i hit a brick wall. im new at this stuff. and theres no html fourm help anywhere, that i can see. so im poking here for help. ive tried google. cant come up with an answer. the tags below, you can see what i want to do. problem is, is the "text" gets centered. when i dont want that, i want the text to be up the top like the rest. ive tried tables within tables, but they make a mess. I did it with frames super easy.....super icky. even if there was just 2 tables for the photos and the text seperate. i know you can break tables but that gets confusing. help appriciated <table border="1"> <tr> <td> photo <br> photo <br> photo </td> <td> Text </td> <td> photo <br> photo <br> photo </td> </tr> </table> HTML:
You can control the position of the text in that table cell with align and valign attribute. To make the text at the top of that cell then try something like: <td align="center" valign="top"> Text </td> Code (markup):
yup, got it. thanks so much. trash this thread. or move it where its supposed to go. wow. a 2 hour problem solved with align. LMFAO thanks