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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by pomuz

  1. pomuz

    Applying a style from two different .css files.

    Hello, I finally figured it out. It's the strangest thing, but if i put a space (&nbsp) within the longest number : 5&nbsp515, it works.
  2. pomuz

    Applying a style from two different .css files.

    I've checked #1, and yes, they are linked correctly. Here is the table code: <table border="0" cellspacing="0" cellpadding="3" class="table-atip"> <tr> <td>Re&ccedil;ues pendant la p&eacute;riode du rapport</td> <td class="alignRight" valign="bottom">5 515</td>...
  3. pomuz

    Applying a style from two different .css files.

    I've checked #1, and yes, they are linked correctly. Here is the table code: <code> <table border="0" cellspacing="0" cellpadding="3" class="table-atip"> <tr> <td>Re&ccedil;ues pendant la p&eacute;riode du rapport</td> <td class="alignRight" valign="bottom">5...
  4. pomuz

    Applying a style from two different .css files.

    I tried your suggestion....it didn't work :(
  5. pomuz

    Applying a style from two different .css files.

    Hello, I am working with file 1: base.css which has this declared in it: .noWrap { white-space: nowrap; } And file 2: institution.css with this in it: .cell-grey-lt { background: #DDDDDD; } From my xhtml file, I am trying to apply both of these in the following line of code: <td...
  6. pomuz

    the tag: &quot;td&quot; doesn't have an attribute: &quot;height&quot; in current

    Thank you boys!!! :) Have an awesome weekend! Just let me know if you are aware of any good free tutorials.
  7. pomuz

    the tag: &quot;td&quot; doesn't have an attribute: &quot;height&quot; in current

    Thank you so much gmmastros. The other error is <tr bgcolor="#CCCCCC">. Is there a way around this? Also, can you reccommend a good tutorial for this? Thank you!
  8. pomuz

    the tag: &quot;td&quot; doesn't have an attribute: &quot;height&quot; in current

    the tag: "td" doesn't have an attribute: "height" in currently active versions.[XHTML 1.0 strict] Hello, after getting the above error, I did some research, and I realize that The "bgcolor", "height", "width", and "nowrap" attributes of the td element are not supported in XHTML 1.0 Strict DTD...

Part and Inventory Search

Back
Top