Active
Project:
Black Mamba
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
24 Nov 2009 at 19:43 UTC
Updated:
8 Dec 2009 at 09:33 UTC
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
Comment #1
Rookie1 commentedI should mention I'm totally lost when it comes to php.
Comment #2
Rookie1 commentedI'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?
Comment #3
balik kampung commentedHi
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