Doug Black
Posts: 0
Joined: Wed Aug 14, 2013 11:36 am

Post-Update HTML Component

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

This used to display four boxes with pictures.
Image

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Post-Update HTML Component

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

Doug Black
Posts: 0
Joined: Wed Aug 14, 2013 11:36 am

Post-Update HTML Component

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

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Post-Update HTML Component

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

Doug Black
Posts: 0
Joined: Wed Aug 14, 2013 11:36 am

Post-Update HTML Component

Tried it, didn't work

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Post-Update HTML Component

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

Doug Black
Posts: 0
Joined: Wed Aug 14, 2013 11:36 am

Post-Update HTML Component

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!

Return to “Issues”