In version 1.8 there seems to be a space added in
between the radio button or checkbox and the response
text. I have changed the css file in the public
folder but it makes no difference. I did notice that
we now reference style.css. When I delete this line,
it all works. I cannot find a reference in the
style.css file that makes this big space.
Help please...
ericbarg@nucleus.com
With Space on V1.8
Logged In: NO
Change text-align in ".contents" to "left", and delete the margin and width
attributes in ".contents table" Works like a champ with Firefox, Safari, and IE6.
style.css is referencing these <div> tags, but the example pages don't have
them! Where did they go?
Logged In: YES
user_id=14116
The style.css stuff is new and not documented. Part of the
migration to a more compliant(xhtml/css) layout.
Logged In: NO
Change text-align in ".contents" to "left", and delete the margin and width
attributes in ".contents table" Works like a champ with Firefox, Safari, and IE6.
style.css is referencing these <div> tags, but the example pages don't have
them! Where did they go?