By hugdrupal on
The contemplate module displays contemplate, teaser, and taxonomy in each line.
How can I align the output in one line?
I am using Drupal 5.7. Let me know if you need more information.
The contemplate module displays contemplate, teaser, and taxonomy in each line.
How can I align the output in one line?
I am using Drupal 5.7. Let me know if you need more information.
Comments
use css
to align output in one line, you will need to understand some css stuff
you will need to put something like this in your template style.css
use display:inline
or
use float: left;
i hope it can help
thanks
Rizqi
Professional Drupal Developer
Surabaya, Indonesia