i have th stoty content type node, now i want to display the pollfield in the adjacent of the
body field, how to make these change.
Do you mean you want to display the pollfield poll in a sidebar?
Pollfield comes with views that you can clone and create the block display you need.
Mihaela
On 01/07/2012 08:12 PM, bharani kumar wrote:
i have th stoty content type node, now i want to display the pollfield in the adjacent of the
body field, how to make these change.
-- Regards B.S.Bharanikumar http://php-mysql-jquery.blogspot.com/
Actually default one http://img513.imageshack.us/img513/1149/actualcase.jpg
with CSS stuff did http://img689.imageshack.us/img689/3010/top1ha.jpgc
Issue is blank space
http://img843.imageshack.us/img843/6593/top2ip.jpg
How to fix this issue
On Sun, Jan 8, 2012 at 1:04 AM, Prkos prkos@prkos.hr wrote:
Do you mean you want to display the pollfield poll in a sidebar?
Pollfield comes with views that you can clone and create the block display you need.
Mihaela
On 01/07/2012 08:12 PM, bharani kumar wrote:
i have th stoty content type node, now i want to display the pollfield in the adjacent of the
body field, how to make these change.
-- Regards B.S.Bharanikumar http://php-mysql-jquery.blogspot.com/
-- [ Drupal support list | http://lists.drupal.org/ ]
Which CSS technique did you use to move the containers? It's hard to say without looking at the code.
Your best bet is probably floating the containers.
On 01/08/2012 08:49 AM, bharani kumar wrote:
Actually default one http://img513.imageshack.us/img513/1149/actualcase.jpg
with CSS stuff did http://img689.imageshack.us/img689/3010/top1ha.jpgc
Issue is blank space
http://img843.imageshack.us/img843/6593/top2ip.jpg
How to fix this issue
On Sun, Jan 8, 2012 at 1:04 AM, Prkos <prkos@prkos.hr mailto:prkos@prkos.hr> wrote:
Do you mean you want to display the pollfield poll in a sidebar? Pollfield comes with views that you can clone and create the block display you need. Mihaela On 01/07/2012 08:12 PM, bharani kumar wrote: > i have th stoty content type node, now i want to display the pollfield > in the adjacent of the > > body field, how to make these change. > > -- > Regards > B.S.Bharanikumar > http://php-mysql-jquery.blogspot.com/ > > -- [ Drupal support list | http://lists.drupal.org/ ]-- Regards B.S.Bharanikumar http://php-mysql-jquery.blogspot.com/
yes, with css stuff using some magic zidex fashion to moved that in the right side corner.
as well in the poll.module
$output .= "<div class='movethisdiv' ">; $output .= theme('fieldset') $output .= "</div>;
so my poll has moved right side corner
On Mon, Jan 9, 2012 at 2:23 AM, Prkos prkos@prkos.hr wrote:
Which CSS technique did you use to move the containers? It's hard to say without looking at the code.
Your best bet is probably floating the containers.
On 01/08/2012 08:49 AM, bharani kumar wrote:
Actually default one http://img513.imageshack.us/img513/1149/actualcase.jpg
with CSS stuff did http://img689.imageshack.us/img689/3010/top1ha.jpgc
Issue is blank space
http://img843.imageshack.us/img843/6593/top2ip.jpg
How to fix this issue
On Sun, Jan 8, 2012 at 1:04 AM, Prkos <prkos@prkos.hr mailto:prkos@prkos.hr> wrote:
Do you mean you want to display the pollfield poll in a sidebar? Pollfield comes with views that you can clone and create the block display you need. Mihaela On 01/07/2012 08:12 PM, bharani kumar wrote: > i have th stoty content type node, now i want to display the pollfield > in the adjacent of the > > body field, how to make these change. > > -- > Regards > B.S.Bharanikumar > http://php-mysql-jquery.blogspot.com/ > > -- [ Drupal support list | http://lists.drupal.org/ ]-- Regards B.S.Bharanikumar http://php-mysql-jquery.blogspot.com/
-- [ Drupal support list | http://lists.drupal.org/ ]