Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted August 8, 20213 yr We have a pages block in 4.3.6 with the following custom html code <div class="ipsLayout_right" class="ccsBase ccsBlock"> <h2>Forum Sponsors</h2> <table class='Forum Sponsors'> <tr><td align='center'>HEADING HERE</td></tr> <tr><td align='center'><a href="URL HERE" target="_blank" title="Click here to view ADVERT"> <img src="IMAGE URL HERE" ></a></td></tr> </table> This works fine in 4.3 - yet when we do a trial upgrade to 4.6.x the formatting is wrong (centre) We did ask Invision, but outside their support so all help appreciated
August 8, 20213 yr Show a before/after screenshot...based on the code, I would be expecting 'centre' somewhere. What did it look like? what does it look like now?
August 8, 20213 yr Text styling is explained here: https://invisioncommunity.com/4guides/themes-and-customizations/css-framework/typography-r98/ Try adding the class “ipsType_center" as explained in the link.
August 8, 20213 yr Author 10 minutes ago, opentype said: Text styling is explained here: https://invisioncommunity.com/4guides/themes-and-customizations/css-framework/typography-r98/ Try adding the class “ipsType_center" as explained in the link. Thankyou, as im not into html/css programming, could you clarify in my code in post one how I add this and correct the wrong code ? Thankyou in advance