EzPortal - Portal Software for Forums

EzPortal Forums => Support => Topic started by: fobnicat on September 30, 2014, 10:05:17 pm

Title: HTML block vs PHP Block
Post by: fobnicat on September 30, 2014, 10:05:17 pm
I am attempting to write a block that will allow me to display simple information and images.  I can get the basic information input through < parameter > blocks to display through echo commands but I am having trouble with the images.  Am I missing something really easy? Every time I mix in a bit of HTML to handle the images, I receive "ezBlock unable to run PHP syntax error!"

I apologize for being new at this...
Title: Re: HTML block vs PHP Block
Post by: fobnicat on September 30, 2014, 10:23:42 pm
I figured it out.

Forgot the ; and a '

simple stuff...
Title: Re: HTML block vs PHP Block
Post by: EzPortal on September 30, 2014, 10:24:54 pm
Good to know. Always keep html code in an echo for blocks think it works best that way.