The content is only available to members. I am not able to see the page.
I’m sorry about that.. thank you for responding
Try this link
Reality Therapy
login:
username: wgiforum
pw: virtual8
Thank you for your help
Hi,
First of all, sharing site username and password on forum is not recommended. Second, if you can locate me to the page where height issue comes.
I gave you the link of one of the pages in my last post
http://www.wglasserinternational.org/Discussion/forum/registeredusers/registeredrt/
All the forum pages are protected and you need a username and pw to access. I created the login info specifically to access this page.
That’s some customization, I think. Please let me know what exact size you want there?
I think 150×150 would be fine.
Thank you.
Hi,
Please try this CSS :
.forum article img {
width: 150px;
height: 150px;
}
I can see that the image there is just 14X14. Is it there purposely ?
Thank you. No, that is not on purpose
Thank you, it worked but I see that many of these forums either have no image so it places an avatar image or the image is too small that was uploaded. Is it possible to remove the image all together from the forum? I don’t think it is necessary to have the image on the forum board for our purposes. Thank you for you help with this.
.forum article img {
display:none;
}
Please try this.
Thanks
Thanks for all your help!