Is there an easy way to find the exact width of a left or right block so that I can created an image to fit the entire block?
Width of left and right block/column is usualy set in the style.css document of a XOOPS theme as seen below:
For left column/block
td#leftcolumn {width: 180px;font-size:12px;}
td#rightcolumn {width: 180px;font-size:12px;}
This Q&A was found on XOOPS Web Application System : https://xoops.org/modules/smartfaq/faq.php?faqid=434