HTML - Poll Troubles
delete please
Similar TutorialsI am not sure where this would belong on the forum but I would like to suggest a discussion category on IE7 only (CSS/XHTML). Bad idea? Hi. i have a problem. I made a template... and i create a poll on a site and i put that poll on my site and i don't get how to put that on the right og the template... when i use allign="right" it goes to far and i can use spaces because the poll gets one row down. Thanks in advance. I created the look of the poll through Dreamweaver. How do I link the poll from my forums so that when they vote on the front page it will vote on the forums? Basically trying to make my front page a portal I guess from scratch. Heres a link to my homepage with the poll: http://compkiosk.com/ And heres the forum with the poll: http://www.compkiosk.com/Forums/viewtopic.php?f=51&t=8 I don't know how to make the Radio buttons work with the submit button. Ok this is probably not in the right section because i do not see a PHP form but oh well sorry, so i want to make like a poll script and stuff for people to vote how would i do it. This is what i wanted for example: "Who do you want to be DJ of The Week?" -DJ Brad -DJ Mod -DJ Kris -DJ Physco -DJ Laugh SUBMIT BUTTON Something like that BUT when they click Submit it takes them to a page that shows "thanks for voting" but i do not want them to see the results on who voted for who the only person that should see the votes is the Admin which is me, possibly could it be sent to my email? I know how to edit it i just need a full script of what i just explained the rest i can edit sorry if its to much if you need more explaining just add my msn its dj-cann0n@live.com hit me up their. I'm having an issue with displaying poll results. The poll bar is made up of left cap, center bar and right cap images. The center bar is stretched according to survey result percentage. The problem is, if a result is 100% the combined poll images are not (including COUNT - see below) contained on the same line. Also included attachment to give better idea. Anything less than 95% and the bar shows ok. Here's the code: Code: <td> <img src="poll_left.gif"><img src="poll_center.gif" width="{survey_question_row.survey_row.PERCENT}%" height="12"><img src="poll_right.gif"> {survey_question_row.survey_row.COUNT} </td> How do I contain the three images (along with survey_row.COUNT) on the same line? If I remove the " % " then obviously the bar shows as pixel width which isn't what I want - bar ends up very small in length. I know I probably need to add style code to <td> to restrict and contain all content to the same line but afraid I don't know what. Or does an equation in width="{survey_question_row.survey_row.PERCENT}%" requires adding to reduce the width so everything fits on same line? Would appreciate any help and thanks in advance. Ok, here is the code to view my polls results. It is supposed to view the poll in the same division as the poll is posted... however this code doesn't work very well when having the page in a folder other than the main directory: Code: <a href="$this->form_forward?action=results&poll_ident=$poll_id">$pollvars[result_text]</a> Click the "view results" page on the homepage: http://www.pzfantasyfootball.com to see what its supposed to do... Then click the view results on this page: http://www.pzfantasyfootball.com/ran...lyrankings.php to get an error message. I tried sticking http://www.pzfantasyfootball.com in front of the code I gave... but the result was it opening the results in a big white screen, rather than in the same position. Help would be greatly appreciated! I could use some help with this. I'm trying to make a basic poll. What I want is that after the user votes, it shows the results for about 2-3 seconds and then forwards them to one of my advertiser's pages in a new window. Because of the 2nd part, I haven't been able to use any of the available WP plugins since they store all the results on their servers. What's the right way to do this? Hi guys, i was wondering if you would be able to help me out. Im attempting to create a poll on my website but im struggling to get the results i want. What im trying to go is have the poll on one page, then on a separate page just have shown the top result which also shows the percentage of people who chose that option. Thanks alot in advance for your help. After the success of our last YoungEntrepreneur.com poll on The Top 20 Startup Mistakes that entrepreneurs make, we're ready to get our new poll started! This time I want to talk about raising money. It's been said that there is no such thing as a startup with too much money. You need capital to invest in sales, marketing, staff, offices, research, etc. Every business needs some startup capital so my question to you is what's the best way to raise money? hey ya'll... I've been having trouble with this site showing up in IE6-7 correctly and don't know how to fix it. View in FF or Safari to see how it's supposed to look. Any advice is much appreciated. Click here if more information is needed, don't be afraid to ask. So here's my problem, I am using a combination of div tags and tables to center my content. However, the blank space in tables overlap the content of other tables so I cannot click content in those tables, I cannot just use a z index since both tables have clickable content in them and whichever one has the lower z index becomes unusable. So my code is something along the lines of. Code: <div style="position: absolute; width: 98%; z-index: 1;" align="center"> <table width="905" height="600"> <tr> <td width="300"> this is where I have content with links </td> <td> </td> </tr> </table> </div> and then to align something on the other side of it I put Code: <div style="position: absolute; width: 98%; z-index: 1;" align="center"> <table width="905" height="600"> <tr> <td> </td> <td width="160"> This is where I have an ad </td> </tr> </table> </div> I tried wrapping the ad in another div tag and giving it a higher z index hoping that it would allow just the ad to pop out (rather than the whole table) but unfortunately it wasn't that easy for me. If anyone can help me solve this please let me know, the website it is currently uploaded on is www.docoden.com as you can see the ad on the right is not capable of being clicked (please do not try to click it just hover your mouse over it since that would violate the TOS) at least not if it's displaying text ads, for some reason image ads are still working for me perhaps due to the use of flash. If anyone can give me any help on this please do. Note: I did not stack them all in a single table because that tends to cause alignment problems from browser to browser, so if your advice is to just make it all a single table then that doesn't help me. If you can explain a simpler way for me to do this using div tags though then that may be appreciated. I apologize for the slightly sloppy code, I am very new to web development. Ok... the code below works fine in everything but IE, this is a known deficiency in IE, and I need a workaround. The tricky part is... I'm generating the form with a php loop and so it needs to basically be a workaround that I can use easily in my script. Thanks in advance. <form action=""> <select name="test"> <option value="t2" disabled="disabled">Test1</option> <option value="t1">Test2</option> </select> </form> Hi, My new website I have been working on works perfect when I load it up on firefox but when I use internet explorer the left side nav loads in the middle of the page instead of in line on the left side like it does on firefox. I will post the index page below. HTML Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>E-Shop Jersey Specialist</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-5"> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <div id="header"> <a href="index.html" class="float"><img src="images/logo.jpg" alt="" height="73" width="171"></a> <div style="position: absolute; top: 1px; left: 1px; height: 0px; width: 0px; overflow: hidden;"> <h1><a href="http://www.greatdirectories.org">best web directories</a></h1> <h1><a href="http://www.bestfreetemplates.org">best free templates</a></h1> </div> <div class="topblock1"> Currency:<br> <select> <option>US Dollar</option> </select> </div> <div class="topblock2"> Lanquage:<br> <a href="#"><img src="images/flag4.gif" alt="" height="11" width="19"></a> </div> <div class="topblock2"> <img src="images/shopping.gif" alt="" class="shopping" height="24" width="24"> <p>Shopping cart</p> <p><strong>0</strong> <span>items</span></p> </div> <ul id="menu"> <li><img src="images/li.gif" alt="" height="29" width="19"></li> <li><a href="index.html"><img src="images/but1_a.gif" alt="" height="29" width="90"></a></li> <li><a href="new.html"><img style="border: 0px solid ; width: 129px; height: 29px;" src="images/but2.gif" alt=""></a></li> <li><a href="special.html"><img style="border: 0px solid ; width: 127px; height: 29px;" src="images/but3.gif" alt=""></a></li> <li><a href="error.html"><img style="border: 0px solid ; width: 113px; height: 29px;" src="images/but4.gif" alt=""></a></li> <li><a href="error.html"><img style="border: 0px solid ; width: 132px; height: 29px;" src="images/but5.gif" alt=""></a></li> <li><a href="locations.html"><img style="border: 0px solid ; width: 105px; height: 29px;" src="images/but6.gif" alt=""></a></li> <li><a href="faq.html"><img style="border: 0px solid ; width: 82px; height: 29px;" src="images/but7.gif" alt=""></a></li> <li><a href="contact.html"><img style="border: 0px solid ; width: 112px; height: 29px;" src="images/but8.gif" alt=""></a></li> <li><img src="images/but9.gif" alt="" height="29" width="71"></li> </ul> </div> <div id="container"> <div id="center" class="column"><a href="#" class="banner"><img src="images/bigbanner.jpg" alt="" height="236" width="572"></a><br> <div id="content"> <img src="images/title2.gif" alt="" height="29" width="540"><br> <p>Looking for a great price? Look no further because our online store has more than any other can offer! </p> <p>Here you will find one of the biggest selections of NHL Jerseys online. All jerseys are 100% embroidered and are of the highest quality possible. We have a large collection of all the biggest names in hockey as well as some of the biggest legends.</p> <p>Whether you are buying for yourself or looking to buy as a gift for someone special, we will always have you covered! We have great pricing as well as shipping on almost all orders is covered.</p> <p></p> <p>Here is why our site <br> </p> <img src="images/title3.gif" alt="" class="pad25" height="26" width="540"> <div class="stuff"> <div class="item"> <img src="images/pic1.jpg" alt="" height="90" width="124"> <a href="index2.html" class="name">Name Product</a> <span>$250</span> <a href="#"><img src="images/zoom.gif" alt="" height="19" width="53"></a><a href="#"><img src="images/cart.gif" alt="" height="19" width="71"></a></div> <div class="item"> <img src="images/pic2.jpg" alt="" height="111" width="124"> <a href="index2.html" class="name">Name Product</a> <span>$850</span> <a href="#"><img src="images/zoom.gif" alt="" height="19" width="53"></a><a href="#"><img src="images/cart.gif" alt="" height="19" width="71"></a></div> <div class="item"> <img src="images/pic3.jpg" alt="" height="89" width="124"> <a href="index2.html" class="name">Name Product</a> <span>$400</span> <a href="#"><img src="images/zoom.gif" alt="" height="19" width="53"></a><a href="#"><img src="images/cart.gif" alt="" height="19" width="71"></a></div> <div class="item"> <img src="images/pic4.jpg" alt="" height="89" width="124"> <a href="index2.html" class="name">Name Product</a> <span>$350</span> <a href="#"><img src="images/zoom.gif" alt="" height="19" width="53"></a><a href="#"><img src="images/cart.gif" alt="" height="19" width="71"></a></div> <div class="item"> <img src="images/pic5.jpg" alt="" height="97" width="124"> <a href="index2.html" class="name">Name Product</a> <span>$250</span> <a href="#"><img src="images/zoom.gif" alt="" height="19" width="53"></a><a href="#"><img src="images/cart.gif" alt="" height="19" width="71"></a></div> <div class="item"> <img src="images/pic6.jpg" alt="" height="111" width="124"> <a href="index2.html" class="name">Name Product</a> <span>$2250</span> <a href="#"><img src="images/zoom.gif" alt="" height="19" width="53"></a><a href="#"><img src="images/cart.gif" alt="" height="19" width="71"></a></div> </div> </div> </div> <div id="left" class="column"> <div class="block"> <img src="images/title1.gif" alt="" height="42" width="168"><br> <ul id="navigation"> <li class="color"><a href="vintage.html">Vintage NHL Jerseys</a></li> <li><a href="olympic.html">Olympic Jerseys</a></li> <li class="color"><a href="anaheim.html">Anaheim Ducks</a></li> <li><a href="atlanta.html">Atlanta Thrashers</a></li> <li class="color"><a href="boston.html">Boston Bruins</a></li> <li><a href="buffalo.html">Buffalo Sabres</a></li> <li class="color"><a href="calgary.html">Calgary Flames</a></li> <li><a href="carolina.html">Carolina Hurricanes</a></li> <li class="color"><a href="chicago.html">Chicago Blackhawks</a></li> <li><a href="colorado.html">Colorado Avalanche</a></li> <li class="color"><a href="columbus.html">Columbus Blue Jackets</a></li> <li><a href="dallas.html">Dallas Stars</a></li> <li class="color"><a href="detroit.html">Detroit Red Wings</a></li> <li><a href="edmonton.html">Edmonton Oilers</a></li> <li class="color"><a href="florida.html">Florida Panthers</a></li> <li><a href="la.html">Los Angeles Kings</a></li> <li class="color"><a href="minnesota.html">Minnesota Wild</a></li> <li><a href="montreal.html">Montreal Canadiens</a></li> <li class="color"><a href="nashville.html">Nashville Predators</a></li> <li><a href="nj.html">New Jersey Devils</a></li> <li class="color"><a href="nyi.html">New York Islanders</a></li> <li><a href="nyr.html">New York Rangers</a></li> <li class="color"><a href="ottawa.html">Ottawa Senators</a></li> <li><a href="sj.html">San Jose Sharks</a></li> <li class="color"><a href="stl.html">St. Louis Blues</a></li> <li><a href="tb.html">Tampa Bay Lightning</a></li> <li class="color"><a href="toronto.html">Toronto Maple Leafs</a></li> </ul> <ul id="navigation"> <li><a href="vancouver.html">Vancouver Canucks</a></li> </ul> <ul id="navigation"> <li class="color"><a href="washington.html">Washington Capitals</a></li> </ul> <ul id="navigation"> </ul> </div> <a href="#"><img src="images/banner1.jpg" alt="" height="200" width="172"></a> </div> <div id="right" class="column"> <a href="pavelbure.html"><img style="border: 0px solid ; width: 237px; height: 216px;" src="images/banner2.jpg" alt=""></a><br> <div class="rightblock"> <img src="images/title4.gif" alt="" height="29" width="223"><br> <div class="blocks"> <img src="images/top_bg.gif" alt="" height="12" width="218"> <form action="#"> <p class="line"><span>Login:</span> <input type="text"></p> <p class="line"><span>Password:</span> <input type="text"></p> <p class="line center"><a href="#" class="reg">Registration</a> | <a href="#" class="reg">Forgot password?</a></p> <p class="line center pad20"><a href="#"><img src="images/enter.gif" alt="" height="25" width="69"></a></p> </form> <img src="images/bot_bg.gif" alt="" height="10" width="218"><br> </div> <div class="blocks"> <img src="images/top_bg.gif" alt="" height="12" width="218"> <div id="news"> <img src="images/title5.gif" alt="" height="28" width="201"> <span class="date">23 november</span> <p>Recently acquired more Olympic Jerseys. We now have many more names in hockey for Canada and the USA! Check out our Olympic Hockey Jerseys Today!</p> <a href="news.html" class="more">read more</a> </div> <img src="images/bot_bg.gif" alt="" height="10" width="218"><br> </div> </div> </div> </div> <div id="footer"> <a href="index.html">Home</a> | <a href="new.html">New Products</a> | <a href="special.html">Special Offers</a> | <a href="error.html">My Account</a> | <a href="error.html">Shopping Chart</a> | <a href="locations.html">Locations</a> | <a href="faq.html">FAQ</a> | <a href="contact.html">Contact Us</a> | <a href="privacy.html" class="terms">Privacy Policy</a> | <a href="terms.html" class="terms">Terms of Use</a> <p>Copyright ©. All rights reserved. Design by <a href="http://www.bestfreetemplates.info" target="_blank" id="bft" title="Best Free Templates">BFT</a> </p> </div> </body> </html> The problem I'm encountering is that when I use an Iframe to load parts of a portfolio, the footer on the webpage disappears. The footer is fine as soon as I remove the Iframe. Does anyone know what the problem could be? For an example, see http://citrusphotography.ca/portfolio.html Thanks! Edyn Hi, I have finally managed to create the drop down that I want and placed the code into my page after testing. However I have a table of 24 teams, and only 9 of them are showing. I have tried to add <tr> breaks and show 4 across but the mouseover box then appears at the bottom of the table even when I mouseover at the top. Ideallly I would like to place these links in the table I created here; http://www.freewebs.com/jonnibravo/l...forumsmain.htm Here is the test page where my code exsists; http://www.freewebs.com/jonnibravo/testpage.htm sorrted Hello! I am having some trouble with the way that my tables are being displayed. Everything shows up fine in firefox, but in safari and ie, it looks like my tables have some major spacing issues. Can anybody help me? http://www.mortgagesbykd.com/main.html The site isnt anywhere near complete, and I know that the menu istn' working yet, but this issue is just racking my brain Thanks a bunch I'm trying to get this page to validate with the w3c, but there's something wrong with the playlist.I know it has to do with xhtml strict, but I didn't write the playlist code, I just copied and pasted it from playlist.com. So now I need to know what to change to make it validate. Also, if anyone knows about a better place to get an embeddable playlist that would be welcome. Hi all, I am creating a site for a client but need some help with the menu. The site so far is www.dream-creators.com/menu and the menu concerned is the one next to home. If you hover the mouse over it you will see that it drops down. This is done via js. Also you can see that the main link had an image rollover js attached to it, so it changes when you put your mouse over it. The problem is, once the mouse is moved off it and down onto the links below the image defaults back to the original image. I was hoping someone could help me fix it? Thanks in advance! Adam hi..hopefully someone here will know a solution to my problem. i have made a page with a flash logo in the header section. now in ie7/firefox the page looks just about right. however in ie6 the flash logo appears above my page instead of where it should be. now i realize this may be because of how i have implemented the flash file. but i cant seem to figure it out..no matter what i do. i know i have some errors to correct in my code but none seem to be related to this specific problem. the problem is easy to see by comparing ie6 to ie7 if anyone can point me in the right direction it would be greatly appreciated. the site in question is www.nwotradingcards.com thanks for your help Hello, I created a website and I have the fonts working perfectly on my computer. I noticed, though, that when it is on another computer they are either WAY smaller or WAY bigger than on mine. After some exploration I noticed that the font size on IE effects the size on my website... is there a simple peice of coding that can fix this? Thanks Ryan |