4
ok, Ill try again then
You say you have created a new custom block, type PHP, and used some PHP code to include a PHP script that generates a specific output, right? And that you want to add images and CSS styles to that output.
Images and CSS need to be added to the HTML code that is generated by the PHP script you've included in your custom block. Therefore, in order to do that, you have to make sure that the PHP script actually creates the HTML and CSS code you want it to generate. Thus, you need to edit the outup part of the PHP script you've included in your block, adding the HTML (image tags and sources) and CSS (class calls) to the output generating code.
Does this make more sense to you? If not, I'll ask someone else to tell it better
Herko
*heh, you edited your post...
What is the contents of the custom block, exactly?
Herko(2)