Page 1 of 1

Post-Update HTML Component

Posted: Sun Nov 03, 2013 10:42 pm
by Doug Black

A few of my HTML components are displaying weird since the update. Any thoughts?

This used to display four boxes with pictures.
Image


Post-Update HTML Component

Posted: Sun Nov 03, 2013 11:22 pm
by maxkatz

This is being rendered via HTML component (custom code)?


Post-Update HTML Component

Posted: Sun Nov 03, 2013 11:24 pm
by Doug Black

Yes, its a grid with each cell containing an HTML component. HTML contains:
precode
<div class="htmlButton" style="background:#0A3160; padding=3 3 3 3; position:inline;">
<center>
<IMG SRC="image here">
<&#47;center>
<&#47;div>
/code/pre


Post-Update HTML Component

Posted: Sun Nov 03, 2013 11:39 pm
by Illya Stepanov

Hi Doug, try to change width to 'auto' for each individual HTML component inside the grid.


Post-Update HTML Component

Posted: Mon Nov 04, 2013 12:14 am
by Doug Black

Tried it, didn't work


Post-Update HTML Component

Posted: Mon Nov 04, 2013 12:25 am
by Illya Stepanov

Can you show how it looks with applied 'auto' width?


Post-Update HTML Component

Posted: Mon Nov 04, 2013 12:57 am
by Doug Black

It looked about the same. I actually just ended up putting the images in the grid and doing the background color. Don't know why I didn't do that from the start. Thanks for your help!