How to Hide a Poll on a Guild Layout
There are numerous web hosting sites dedicated to hosting guild sites and proving templates to these sites that allow you to plugin your own content. On some templates, there are polls that greet the user on the home page that you may not want to update frequently. If you want to hide the poll but not remove it from your code, you can easily do so with some basic HTML commands. However, the poll could be named anything within the template, so you may have to spend some time experimenting with the code.
Instructions
-
-
1
Open the code to your guild page. Most templates have an interface you interact with, such as Word Press, where the actual HTML code can be viewed.
-
2
Navigate to the section where the poll is located. This will vary template to template, but most of the page's content is displayed in the order it is shown. Tables at the top of the code are placed at the top left of the page and the code underneath it will be found in any available space. Typically, the poll section has the command "vote" in it somewhere.
-
-
3
Place a comment before each line of the poll code section by typing "//" into the code. This will hide the poll from being displayed, but you can reactivate it at anytime by removing the "//" from the code.
-
1