I've noticed that any modification of the <code>
's style with respect to its width doesn't have any effect. It's seems to always be set to "auto".
I'm just trying to have some code written inside a <code>
tag (this tag is mandatory due to some known iBooks bugs) that has 100% width. One workaround is to put the <code>
inside a <div>
which has a 100% background style. This works OK but I'll have to deal with a couple of hundred <code>
tags... This is the reason I would prefer just to be able to modify the <code>
's width.
Any thoughts? Thanks.