This forum is for assistance with theme development.

Image won't display within block

I am trying to display an image in a standard Block.

Here is the code that I have inserted into the Block Body under Filtered HTML:

<img src="/sites/all/themes/media-responsive-theme/images/Logo_Cradle2Grave.png" ALT="Can't be Found" >

Nothing shows up, not even an image that shows there is a path issue. And the Alt does not engage, either.

From what I have read, the img tag is supported.

Why won't this work?

Thanks,

Stephen

Submit my theme as non-sandbox project on drupal.org

Hi developers,

I've created my first Drupal theme. Yesterday I've uploaded my repository into drupal.org. There is my result https://drupal.org/sandbox/martinpesout/2186559

Format theme a menu in D7

I'm trying to theme a the main menu in D7. If I put the menu in a region then I can use the theme method of:

<?php
function THEMENAME_menu_link($variables) {
}
?>

However I don't really want to do it that way I want to display a menu using something like this in my template file:

Admin login desapears

Hi,
i have a serious Problem with the Login Interface. I switched the Login onterface off (in the blocks menu Option - None -). The Login Interface desapears on the regular Website. So far so good.
In every post e found, it say that i still can Login using the link:

New Contact form field

Hi all,
I added a new field in the contact form using:

function nexus_form_alter(&$form, &$form_state, $form_id)

Now I would like to include it in the email body.
How can I edit the message composing?

zen 5 theme

i am using a zen 5 theme and i want my menus to be same for desktop screen till screen width 0f 960 but it's not fitting properly up to 960 screen width it breaks before 960 so how to adjust that

Pages

Subscribe with RSS Subscribe to RSS - Theme development