View Single Post
  #5 (permalink)  
Old 11-14-2002, 08:58 AM
mikem mikem is offline
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
Originally Posted by vital
ok i can't just paste the html code from the html file to the textbox in the block admin page because it is a file that is generated every 5 minutes...
this is what i have so far...
i made a block-Myblock.php file in the /blocks folder...and wrote:
include("myfile.html");

for some reason the content of myfile.html is displayed outside of the block in the main page... anymore help please?
I've had that same exact issue before with he blcok contents being outside the block.

You need to look at another block code and compare it to yours.

mikem
Reply With Quote