Small table change to CSS

Discussion in 'CSS' started by grangey, May 28, 2007.

  1. #1
    Hi all I´m trying to get rid of the table and just have everything controlled with CSS. What is the equivalent of align left? I think that is what I need. What is the way to output the images in an ordered way with CSS? Thanks a lot for any answers
    <DIV class=gw_aTab><div id="Layer1" style="position:absolute; width:460px;
    height:187px; z-index:1; border: 1px none #000000;">
    <table width="640">
    <tr>
    <td width="280"><h2>International</h2>
    Intro intro intro intro intro intro:<br>
    <br>
    <strong>Examples of some recent projects include:</strong></td>
    <td width="328"><p><strong><img src="images/companies/riotinto.jpg" align="left">The Comapny Name<br></strong>Commercial and industrial implications Commercial and industrial implications </p>
    </td>
    </tr>
    <tr>
    <td width="300"><strong><img src="images/companies/yyy.jpg"
    align="left"></strong><strong>The Company Name<br>
    </strong>Commercial and industrial implications Commercial and industrial implications </td>
    <td><strong><img src="images/companies/ven.jpg" align="left">The Company Name<br>
    </strong>Commercial and industrial implications.</td>
    </tr>
    <tr>
    <td><img src="images/companies/yyy.jpg"

    align="left"><strong>The Company Name</strong><br>
    Commercial and industrial implications commercial and.</td>
    <td width="300"><p><strong><img src="images/companies/yyy.jpg" align="left">The Company Name</strong><br>
    Commercial and industrial implications Commercial and industrial implications .</td>
    </tr>
    </table>
    </div>
    </DIV>
     
    grangey, May 28, 2007 IP
  2. nabil_kadimi

    nabil_kadimi Well-Known Member

    Messages:
    1,065
    Likes Received:
    69
    Best Answers:
    0
    Trophy Points:
    195
    #2
    What is the equivalent of align left?

    whatever{
    text-align:left
    }

    What is the way to output the images in an ordered way with CSS?
    Can you show us an exemple (url) of how you want your images to be ordered
     
    nabil_kadimi, May 29, 2007 IP