How to theme a block, so that it doesn't show labels?

prabhakarsun - October 17, 2009 - 09:22

Here is a block, which is created by Form Block.

http://img96.imageshack.us/img96/4312/capturepz.png

I want to make the input fields come in front of labels. Something like this;

http://img158.imageshack.us/img158/8325/capturex.png

How can I do this?

Try...

ludo1960 - October 17, 2009 - 09:25

..using firebug to target the CSS and change the attributes.

I agree with above. It looks

mshepherd - October 17, 2009 - 09:35

I agree with above. It looks like you have display:block on the label.
You'll end up with something like:

.form-item label {
  display:inline;
}

Thanks..

prabhakarsun - October 17, 2009 - 13:18

It does the trick..

Thank you for help..

 
 

Drupal is a registered trademark of Dries Buytaert.