How to align text nicely independently of screen size
-
I am developing a website and on some pages I have several columns with images with associated texts. I want the text to look good independently of screen size. Have been using
and am not sure it is the best, I tried the attribute justify but it did not look good. What is the best align attribute to use to get the text to adapt to the image and look good independently of screen size. Right now I am using this code: <p style=”text-align: left; width: 300px;”>And then in the text I am using
The image is 300px wide.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to align text nicely independently of screen size’ is closed to new replies.