td {
white-space:nowrap;
}
http://www.w3schools.com/CSS/pr_text_white-space.asp
> --
> You received this message because you are subscribed to the Google Groups "Nitrogen Web Framework for Erlang" group.
> To post to this group, send email to nitro...@googlegroups.com.
> To unsubscribe from this group, send email to nitrogenweb...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/nitrogenweb?hl=en.
>
>
--
Jesse Gumm
Sigma Star Systems
414.940.4866
gu...@sigma-star.com
http://www.sigma-star.com
You could try
td {white-space:normal}
and if that doesn't work, try
td{white-space:normal !important}
-Jesse
> For more options, visit this group at http://groups.google.com/group/nitrogenweb?hl=en.
>
>
--
Jesse Gumm
Sigma Star Systems
414.940.4866
Comment out or delete line 81 of wf_convert.erl ($\s -> " " ++
html_encode(T);) and it won't encode spaces anymore.
Gotta make your own fork of the codebase, but hey, it works. Just
remember to merge Rusty's changes into your own whenever he deploys a
new version.
-Jesse