XF 2.2 html widget in forum sidebar

Muddy Boots

Well-known member
I have added some html code to centre some images and text in this block however its not working, any clues appreciated.....

HTML:
<table class='Sponsors'>

<tr><td align='center'><a href="https://www.webaddress.co.uk" target="_blank" title="Click here to visit website.">  <img src="https://...................../data/attachments/jglogo.jpg" ></a></td></tr>

<tr><td align='center'><a href="https://www.webaddress.co.uk" target="_blank" title="Click here to visit the website."><img src="https://................/data/attachments/logo.jpg"></a></td></tr>

</table>
 
Well the image should technically have a closing /

It’s also a bit odd these days to use a table for this.

But why all the ………….. in the url?

And what do you mean by “not working”
 
Last edited:
all the ....... obscuring the real url - real url in the code

The problem is its not entering in the sidebar block its on the LH side

And when enabled the other images on the site take an age to load and some dont load - if I disable this block they are all fine

It’s also a big these days to use a table for this.

Dont understand
 
Top Bottom