Search results

  1. L

    When will I be paid? (net 30)?

    I just started freelancing and one of my clients pays on net 30 terms. I billed them August 26, so I should receive a check by September 26—correct? I asked if I should save all my bills for them for once a month and they said no, to just send the bills as I finish projects.
  2. L

    I need help with HTML coding?

    <table width="500"> <tr> <td width="50%">Mr. Samaroo</td> <td width="50%">2475</td> </tr> </table>
  3. L

    I need help with HTML coding?

    <table width="500"> <tr> <td width="50%">Mr. Samaroo</td> <td width="50%">2475</td> </tr> </table>
  4. L

    I need help with HTML coding?

    <table width="500"> <tr> <td width="50%">Mr. Samaroo</td> <td width="50%">2475</td> </tr> </table>
  5. L

    I need help with HTML coding?

    <table width="500"> <tr> <td width="50%">Mr. Samaroo</td> <td width="50%">2475</td> </tr> </table>
  6. L

    Having an image go outside window in HTML?

    Put the image in a div and style it like this: <div class="imagemap"> <img src=" " alt=" " /> </div> div.imagemap { width: 800px /*or how ever wide your image is */ overflow: hidden /* change hidden to scroll if you want a scrollbar */ }
Back
Top