Hi,
thanks for your post.
The background image is not working due to a typo in the URL. Please try http://www.httireshop.com/tireshop/wp-content/uploads/2012/10/re002_large.jpeg
Question: Why are you inserting this as a background image and not as a regular image into the cell?
About the width of the column: This is the result of some very stupid behavior of your theme. It is restricting the width of the table to 100px, which doesn’t make sense at all.
To change that, please add
.wp-table-reloaded {
width: auto !important;
background-color: transparent;
}
to the “Custom CSS”. (This will also make the gray background white).
Regards,
Tobias
OUCH! okay i did not realise i was using / lol…
oh the width works now fabulously.
Actually the reason why i wanted the background may be kinda stupid.
I wanted to type text above a picture which links to other pages of the catalog. for example see below.
http://www.bridgestone.com.sg/products_passenger.html
u can see 6 categories with text on them that links to the actual products.
Have been meddling with some HTML but i figure putting 6 diff background in 6 cell table, formatting them to be in the centre of the cell remove the cell borders and i would have something of the same effect haha! now to showing the picture and cell width is working. gonna work on the table borders and position! thank you for your help!
Hi,
ok, that makes sense then 🙂
Great that this could be solved so easily!
Best wishes,
Tobias