I have placed the <!--#INCLUDE FILE="inc_poll.asp" --> in a <TABLE width="100%"><tr><td width="20%" valign="top">, but it squeezes to span 100% of the screen and the content supposed to go in the other 80% part is squeezed below it. I need some help figuring out how to fix that
Could you post the following: - A link to the page so we can see how it looks like - A link to a txt version of the page where you included inc_poll.asp
Inc_poll.asp is to be placed in your default.asp file. Look in the default.asp file that came with the mod to see where exactly you need to place the code.
If you are trying to use the mod outside of your forum, then you need to use the site poll mod instead. You can do a search for it in the Mod W/Code forum or find it at SnitzBitz.com under the Poll Mod.
Thanks for trying to help me out, I know where the inc file should have been placed, I was trying to put it another place on the default.asp page, and it shows up where I want it to. I guess that it must be some kind of "nowrap" statement in the "Poll Answers" preventing them from formatting one on top of the other in stead of on a long line? (I just have this running local).
You might want to try, removing the inc_poll.asp include, and use the site poll mod script instead. I didn't design the inc_poll.asp file to be put anywhere else besides from the top of the default.asp page. Otherwsie, you would have to edit some of the tables in the inc_poll.asp file to do what you want to do.
A snapshot of what the outcome look like on your page would be helpful, since you have it locally. And tell us where exactly you want to put it.