This is the code I'm using:
.forum111#poll_newpoll .forumholder {background-color: #FFCC99;}
.forum111#poll_newpoll .forumholder {border: #ffa00;}
What is the correct code?
Thanks!
http://awfan4ever1975.yuku.com/directory/
| Author | Comment | |||
|---|---|---|---|---|
AWFAN4EVER1975 |
Trying to customize new poll page, need help |
Lead | ||
|
I'm trying to customize the new poll page so it will look like the rest of the pages in the forums at my board. I can't seem to do it.
This is the code I'm using: .forum111#poll_newpoll .forumholder {background-color: #FFCC99;} .forum111#poll_newpoll .forumholder {border: #ffa00;} What is the correct code? Thanks! http://awfan4ever1975.yuku.com/directory/ |
||||
|
|
||||
AWFAN4EVER1975 |
#1 | |||
|
Why isn't this code working?
|
||||
|
|
||||
cedar |
#2 | |||
|
You want polls in your rules forum -- but I am not clear on what you are trying to change. The poll-creation page? The poll look once it's posted? Before
or after someone's voted? Please elaborate.
|
||||
|
|
||||
AWFAN4EVER1975 |
#3 | |||
|
Trying to customize the new poll (is it called a page?).
I want it to look like the rest of the pages. Can I make this page for example http://awfan4ever1975.yuku.com/poll/newpoll/id/142 look like similar to this page http://awfan4ever1975.yuku.com/forum/newtopic/id/142/goback/topic/gobackid/3683 (ie background, etc.)?
Last Edited By: AWFAN4EVER1975 26 May, 2007 18:08.
Edited 2 times.
|
||||
|
|
||||
cedar |
#4 | |||
|
It seems the poll pages cannot be customized per forum. In every other page, the page code has the forum number included, but this page (#poll_newpoll)
doesn't. So you could customize THE poll page for your board, but not for every forum individually.
|
||||
|
|
||||
AWFAN4EVER1975 |
#5 | |||
|
OK, thanks.
Got it! #poll_newpoll .forumholder { background: #ffc962; background-repeat: repeat-x; background-position: center; border: 10px solid #FF3300; margin: auto; padding: .6em; } #poll_newpoll .box {background-color: #e1ffac;}
Last Edited By: AWFAN4EVER1975 27 May, 2007 10:05.
Edited 1 time.
|
||||
|
|
||||
AWFAN4EVER1975 |
#6 | |||
|
Thank you Cedar for your help. I've got it working right now.
|
||||
|
|
||||
cedar |
#7 | |||
|
You're welcome
|
||||
|
|
||||