how do i align the texts below each picture i have in a row? without creating tables, how do i make sure the texts would stay in place when opened in a different browser?
i've tried doing it many times but the alignment just isn't right. thanks

You can use span tag to hold text and vertically align to it. Here is example:

<span style="vertical-align:middle">

You can also use inline, embedded, or external style to it. Good luck.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.