A few of my HTML components are displaying weird since the update. Any thoughts?
This is being rendered via HTML component (custom code)?
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">
</center>
</div>
/code/pre
Hi Doug, try to change width to 'auto' for each individual HTML component inside the grid.
Tried it, didn't work
Can you show how it looks with applied 'auto' width?
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!