Jump to content

About page test issues. layout problem


tim_ver

Recommended Posts

I have this code below on my page and the text goes from the edge of the left to the right edge. I want it to be indented one inch on each side. centered will not work, I have tried it and it looks weird. This is what it looks like now:

 

Test test test test...test

 

 

This is what I am after:

 

            Test test test test...test

 

 

This is my code:

 

<tr>

    <td>

    <h3>About Us</h3>

    <p align="justify"><?=$cnt;?></p>

    <p>  </p>

    </td>

  </tr>

 

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/44072-about-page-test-issues-layout-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.