rover

msg:3196798 | 3:11 am on Dec 22, 2006 (gmt 0) |
This might have something to do with single and double quotes, but it's hard to tell. In other words: echo "<td>$id</td>\n"; would work o.k. But for the second one you might have to do something like: echo '<span style="font-variant: small-caps">'; echo "<font color='#0000FF'>$id</font></td>\n"; Notice the single and double quotes...
|
eelixduppy

msg:3196819 | 3:45 am on Dec 22, 2006 (gmt 0) |
Yes, that is most likely the problem. More on this here [us2.php.net]. :)
|
mcibor

msg:3197025 | 10:51 am on Dec 22, 2006 (gmt 0) |
instead of using echo '<span style="font-variant: small-caps">'; echo "<font color=\"#0000FF\">$id</font></td>\n" I recommend you use css: echo "<td class=\"td_id\">$id</td>\n"; Merry Xmas Michal Cibor
|
dave1236

msg:3197206 | 2:32 pm on Dec 22, 2006 (gmt 0) |
thanks all! Happy Holidays to all - this forum is great!
|
|