Quote:
Originally Posted by raznaran
Everything is finally working. Thanks for a great mod. All of these problems are because people think they are following the instructions but they are not.
I have a final question. I have my right column set up to be 160 pixels wide. Block 11 and 12 are fine but Block 13 keeps being about 1/4 inch wider. It seems to be due to the border. The border won't go away even if I use "0". In fact "1" doesn't make it any narrower, either. It screws up the symmetry.
Here is the code I am using for Block 13:
<tr>
<td>
<a href="http://www.ndbc.noaa.gov/">
<img src="/images/noaabuoy.jpg" border="0" alt="NOAA Buoys" />
</a></td>
</tr>
</div>
The image is only 160 pixels wide. Using Height and Width doesn't help either.
Any ideas on what knocks it out of alignment? Here is a link if you want to see what I mean. It's the right column.
http://blackfinowners.com/forums/
Thanks.
|
Make your column wider or your image smaller. There is a 4px each side padding so your image doesn't fit and stretches the box.
Quote:
Originally Posted by MrBo
I wonder if it is possible to include dynamic content. I created a Plugin using the code below:
PHP Code:
ob_start(); include('myfile.php'); $includedphp = ob_get_contents(); ob_end_clean();
Hook Location is global_start
However, if I add $includedphp to usc_block_11 for example, it doesn't show the contents of $includedphp.
I am aware that this is not an issue with this product. However, maybe someone is already loading dynamic content into a Column and can help out with this.
Great product!
|
Make sure it is in global_start hook location and keep changing the execution order until it works. I can't recall what it needs to be off the top of my head.
Quote:
Originally Posted by Cust0ms
Installed it but I can not see columns... I checked columns as enabled. How to display it?
|
See big red text in first post on every page of this thread.
Quote:
Originally Posted by dt-pain
Please help with this. I need this fixed..
|
make sure you have done the footer edit too if you are using manual edits