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çues pendant la période du rapport</td>
<td class="alignRight" valign="bottom">5 515</td>...
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çues pendant la période du rapport</td>
<td class="alignRight" valign="bottom">5...
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...
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!
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.