Spleen Active member Mar 26, 2016 #1 I've added a png file with an embedded url link to 'ad thread view below messages' and it shows just fine however it's not responsive. Any ideas on how I can fix it? Thanks!
I've added a png file with an embedded url link to 'ad thread view below messages' and it shows just fine however it's not responsive. Any ideas on how I can fix it? Thanks!
P Paul B XenForo moderator Staff member Mar 26, 2016 #2 Place it in a div with a max width of 100%. Upvote 0 Downvote
Spleen Active member Mar 26, 2016 #3 Ah. Sorry Brogan, not sure I've got that far yet. How do I do that exactly? Upvote 0 Downvote
P Paul B XenForo moderator Staff member Mar 26, 2016 #4 Something like this: Code: <div style="max-width: 100%"> Code here </div> Ideally I would need to see it in place to see what it's doing. Upvote 0 Downvote
Something like this: Code: <div style="max-width: 100%"> Code here </div> Ideally I would need to see it in place to see what it's doing.
Spleen Active member Mar 26, 2016 #5 Thanks again. This link will take you to a page with the ad in: https://www.bmwlander.co.uk/index.php?threads/paypal.793/ Upvote 0 Downvote
Thanks again. This link will take you to a page with the ad in: https://www.bmwlander.co.uk/index.php?threads/paypal.793/
P Paul B XenForo moderator Staff member Mar 26, 2016 #6 You need to allow guest permission to view that forum. Upvote 0 Downvote
Spleen Active member Mar 26, 2016 #7 Sorry, I only changed that the other day! Sorted now. Upvote 0 Downvote
P Paul B XenForo moderator Staff member Mar 26, 2016 #8 It is still inaccessible to guests. All of your forums are private. Upvote 0 Downvote
P Paul B XenForo moderator Staff member Mar 26, 2016 #10 This will probably work: Code: <a href="http://cotswoldgroup.com"> <img style="max-width: 100%" src="styles/styles/social/xenforo/Cotswold%20BMW%20copy.png"> </a> Upvote 0 Downvote
This will probably work: Code: <a href="http://cotswoldgroup.com"> <img style="max-width: 100%" src="styles/styles/social/xenforo/Cotswold%20BMW%20copy.png"> </a>
Arty Well-known member Mar 26, 2016 #11 Replace Code: <img src with Code: <img style="display: block; max-width: 100%;" src Upvote 0 Downvote
Spleen Active member Mar 26, 2016 #12 Brogan said: This will probably work: Code: <a href="http://cotswoldgroup.com"> <img style="max-width: 100%" src="styles/styles/social/xenforo/Cotswold%20BMW%20copy.png"> </a> Click to expand... Ok, I'll give it a go. Thanks again, I owe you an internet beer! Upvote 0 Downvote
Brogan said: This will probably work: Code: <a href="http://cotswoldgroup.com"> <img style="max-width: 100%" src="styles/styles/social/xenforo/Cotswold%20BMW%20copy.png"> </a> Click to expand... Ok, I'll give it a go. Thanks again, I owe you an internet beer!