- Posts: 14116
- Thank you received: 1639
what is wrong with my site
-
ivan.milic
Support Staff - Moderator
Less
More
13 years 5 months ago #9792
by ivan.milic
Replied by ivan.milic on topic Re: what is wrong with my site
Send us your e-mail using "Report To Moderator".
Please Log in to join the conversation.
-
weekendwarrior
- Topic Author
- Visitor
13 years 5 months ago #9812
by weekendwarrior
Replied by weekendwarrior on topic Re: what is wrong with my site
Ivan. Can you help me please? The site is up but no poll SUBMIT button.
Thank you
Thank you
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago - 13 years 5 months ago #9813
by ivan.milic
Replied by ivan.milic on topic Re: what is wrong with my site
Yes because background and text color are the same "Red" so you dont see text from button.
template_css.css:
.button {
background: url(file:///C|/Users/Ryan/images/button_bg.png) repeat-x;
color: #C10000;
border: none;
padding: 3px 10px;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
}
color could be white or something, just not #C10000 because background of pool already has that color.
EDIT:
Also just wen submitting I noticed image path file:///C|/Users/Ryan/images/button_bg.png
that is not good path at all. It can work maybe only on your local computer. Put there normal URI.
template_css.css:
.button {
background: url(file:///C|/Users/Ryan/images/button_bg.png) repeat-x;
color: #C10000;
border: none;
padding: 3px 10px;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
}
color could be white or something, just not #C10000 because background of pool already has that color.
EDIT:
Also just wen submitting I noticed image path file:///C|/Users/Ryan/images/button_bg.png
that is not good path at all. It can work maybe only on your local computer. Put there normal URI.
Last edit: 13 years 5 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.073 seconds