Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
need help deleting a poll
Old 01-26-2005, 07:09 PM need help deleting a poll
steve_81's Avatar
Experienced Talker

Posts: 42
Trades: 0
I was wondering if anyone could help me out. I recently downloaded a free website layout and on the page it has a poll that i dont want, i was wondering if someone could please tell me the exact html code that i have to delete to get rid of the poll so that i am able to put text in its place. every time i tried deleting the poll i ended up messing something else up on the site so any help would be greatly appreciated.. the sites url is Click Here
steve_81 is offline
Reply With Quote
View Public Profile Visit steve_81's homepage!
 
 
Register now for full access!
Old 01-26-2005, 09:46 PM try this
CasaPages's Avatar
SillyPhilly

Posts: 758
Location: between here an somewhere else
Trades: 0
I belive the code that you are looking for to remove is between lines 228 and 266

This is the code
Code:
<td height="2"> 
                                <input type="radio" name="radiobutton" value="radiobutton">
                              </td>
                              <td height="2"><font size="1">Option 1</font></td>
                            </tr>
                            <tr> 
                              <td> 
                                <input type="radio" name="radiobutton" value="radiobutton">

                              </td>
                              <td><font size="1">Option 2</font></td>
                            </tr>
                            <tr> 
                              <td> 
                                <input type="radio" name="radiobutton" value="radiobutton">
                              </td>
                              <td><font size="1">Option 3</font></td>
                            </tr>

                            <tr> 
                              <td> 
                                <input type="radio" name="radiobutton" value="radiobutton">
                              </td>
                              <td><font size="1">Option 4</font></td>
                            </tr>
                            <tr> 
                              <td> 
                                <input type="radio" name="radiobutton" value="radiobutton">
                              </td>

                              <td><font size="1">Option &quot;Am I hot or not? =]&quot;</font></td>
                            </tr>
                          </table>
                          <br>
                          <input type=submit class=submit name=btnG2 value="Vote!" target=_blank>
Removing that code would remove the poll under the "Mission Statement" in its place you can just code in the text you want

hope this helps
__________________
It Happens

Please login or register to view this content. Registration is FREE
CasaPages is offline
Reply With Quote
View Public Profile Visit CasaPages's homepage!
 
Reply     « Reply to need help deleting a poll
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.28120 seconds with 12 queries