Search results

  1. P

    what is wrong with this html code I cant figure it out!?

    in your style sheet add h2{color:white;}
  2. P

    How can I put text on top of an image, like a text box in HTML and CSS?

    <div style="overflow:auto; background-image:url('IMAGEURL'); width:WIDTH; height:height;">text</div>
  3. P

    Need help with HTML table with scrollbar?

    try this... <div style="overflow:auto; width:WIDTH; height:HEIGHT;"> <img src="IMAGE URL" align="left">TEXT </div>
Back
Top