
May 13th, 2001, 05:03 PM
|
|
Junior Member
|
|
Join Date: Feb 2001
Location: Canada
Posts: 7
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
CSS in Table Field
Why is it that when I put a tag like <div class="sub">Text</div> in a field in my table, the class="sub" does not work (the word "Text" is printed though) when I print the field using PHP? I'm sure the link to the style sheet is correct, because I tested it by printing something other than from the db.
P.S.
I did try <div class=\"sub\">Text</div>, but that did not work also.
Last edited by rght_99 : May 13th, 2001 at 05:05 PM.
|