On www.forniture-alberghiere.net I have the problem of new block that can't be published, instead old blocks i can control and publish or unpublish, how it is possible?

Edited by: VM, moved to appropriate forum

Comments

matteoraggi’s picture

Here are the codes of 2 blocks that not come published on home page:
1)
<p><img alt="Apple Hall Hotel" src="http://www.forniture-alberghiere.net/images/imac.gif" /></p>
2)
<script src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/translatemypage.xml&up_source_language=it&w=160&h=60&title=&border=&output=js"></script>

medenfield’s picture

Matteo,

Did you set the input format of your blocks to Full HTML? If you placed these codes in a block set to filtered HTML, they won't show up unless you've allowed these tags to pass through the filter.

matteoraggi’s picture

Thanks fo answer, yes is close to one year that I'm using drupal 6 and I have used full html, yes.

vm’s picture

to use inline javascript you may have to use the php input format provided by the php_filter.module in core

The image should show with the FULL HTML however you really shouldn't be using absolute urls for images. Using relative urls is a best practice. I'd also move the alt after the src.

matteoraggi’s picture

Thanks! now the first block is going with php and I changed the second in this way, and not it is going!:

Only local images are allowed.