Partial View doesnt get properly rendered within Umbraco
Hi guys,
I'm working with a Grid editor and Partial View,but I'm having some trouble because I'm testing everything and I've tried to test what I'm trying to do in JSFiddle and it works the way it was supposed to, but in Umbraco it doesn't work properly. This is what I want to get: JSFiddle
In JSFiddle it works perfectly, but within Umbraco my text overflows the div, wich mensn that with Umbraco, if the text is longer than one line, it will continue through outside the box in one line only.
I don't think the problem is within the html or the css because it works properly in JSFiddle, so what could it be?
Would really appreciate some insights on this!
If you still use the fanoe.css file make sure to remove the "white-space:no-wrap" property. It looks to me that you use a anker-Tag in your html there.
Partial View doesnt get properly rendered within Umbraco
Hi guys, I'm working with a Grid editor and Partial View,but I'm having some trouble because I'm testing everything and I've tried to test what I'm trying to do in JSFiddle and it works the way it was supposed to, but in Umbraco it doesn't work properly. This is what I want to get: JSFiddle
In JSFiddle it works perfectly, but within Umbraco my text overflows the div, wich mensn that with Umbraco, if the text is longer than one line, it will continue through outside the box in one line only.
I don't think the problem is within the html or the css because it works properly in JSFiddle, so what could it be? Would really appreciate some insights on this!
Thanks in advance, Nelson
Hi Nelson
On first look, I would say that your jsFiddle is missing a
tag on the text. Also it is wrapped in an tag.
This would be normal to see this when it comes out of Umbraco, the
, this would then introduce padding etc . . .hence an issue for you.
If you check that first then you can strip html or decide something different.
Hope it helps
Gary
If you still use the fanoe.css file make sure to remove the "white-space:no-wrap" property. It looks to me that you use a anker-Tag in your html there.
Ok! That solved the issue! Thank you very much!
is working on a reply...