I'm attempting to place a couple of small images on the right side menu. Twitter, facebook, etc.

They're showing up in the preview section, but not on the final page.

This is what I'm entering in:

<a href="http://www.facebook.com/sitepage"><img
alt="" src="http://www.sitename.com/image1.jpg"> </a> <br>
<a href="http://www.twitter/sitepage.com"><img
src="http://http://www.sitename.com/image2.jpg"> </a>

Is there something I'm missing??

Comments

Rookie1’s picture

I should mention I'm totally lost when it comes to php.

Rookie1’s picture

I've searched the board - no help. Seriously, is there no one out there that can help me, or should I just use something other than drupal?

balik kampung’s picture

Hi
Try the following

If put the images in the main root directory of your website then you can try entering - img src="/drupalfolder/image.jpg"

It would be helpful if you can give the details of the hosting environment.

And one more thing is make sure that image tag is allowed in your input format settings in administration.
Go to administration> Input formats and add the img tag inside the allowed formats.

good luck