|
-
Feb 5th, 2006, 08:08 AM
#1
Thread Starter
Frenzied Member
poll software width
I am using a polling software called advanced poll. Now, I have contacted their support team several times and I cannot get an answer out of them. Take a look at this page:
http://www.wizardsolutionsusa.com/test.php
The width of the list of polls is way off. This is the code for displaying the poll list:
Code:
<?php
/* poll list */
$php_poll->set_template("poll_list");
$php_poll->set_date_format("m/d/Y");
echo $php_poll->view_poll_list();
//echo $php_poll->get_list_pages();
?>
I took a look at the template it specified, but changing stuff doesn't work at all.
Since this is someone elses software and I know you guys are the support team for it, can you at least tell me a few things to take a look at to see if I can fix this?
-
Feb 5th, 2006, 08:21 AM
#2
Re: poll software width
 Originally Posted by System_Error
Since this is someone elses software and I know you guys are the support team for it, can you at least tell me a few things to take a look at to see if I can fix this?
We are the support team? What gives you this idea.
It looks to my like an HTML issue? Do you want the box containing the poll to be wider?
-
Feb 5th, 2006, 08:38 AM
#3
Thread Starter
Frenzied Member
Re: poll software width
Sorry, I mean't NOT!
I don't want the box to be so wide. I've tried changing the HTML but it doesn't work. The actual box it's in should only be like 420 pixels.
-
Feb 5th, 2006, 08:38 AM
#4
Thread Starter
Frenzied Member
Re: poll software width
Is there a way I can force a size without it resizing?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|