Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tables with text

Status
Not open for further replies.

dagger2002

Programmer
Nov 23, 2004
172
US
Hey all I am working on a site and am haveing a problem with html.

The problem comes into play with an alignment issue in my body text. The page spans 100% and I can't get my text to stay on the left any ideas?
 
As someone here already mentioned in another post. It is that piece of code, right that line, the one I am pointing at. If you think we can determine your problem without seeing it, you can definitely understand what I am pointing at without seeing my finger.

My guess would be you have some code that text-aligns to something else than left.
 
lol sry bout that all here it is

Code:
<tr align="left">
  <td colspan="2">
    <img src="images/index2_09.gif" width="236" height="29">
  </td>

  <td colspan="4" rowspan="6" bgcolor="#FFFFFF"             
  align="left">
    <p>
      TEXT
    </p> 
    <p>
      TEXT
    </p>        		           	
    <p>
      TEXT
    </p>
  </td>
</tr>

I think your pointing at the dumb mistake i just made in the last post
lmao
 
You have still not provided enough information for a meaningful answer. You are showing us only one row that hopefully exists inside a table. Make sure all your colspans match up correctly. Other than that, we can't be of much help without a) more code or even better b) a link.

*cLFlaVA
----------------------------
[tt]tastes great, less filling.[/tt]
[URL unfurl="true"]http://www.coryarthus.com/[/url]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top