2 Theme Problems
-
I use 2.7.1 and am having problems with, i believe, CSS. I am trying to do something simply but having unexpected problems.
The first problem i am having is i am trying to place a line in the sidebar which is in an image. Here is the code:
<img src="/images/menudivider.jpg" width="165" height="3" border="0" class="menudivider" alt="" />
and the CSS for this bit of code is:.menudivider{ position: relative; left: 1px; margin-top: 10px; margin-bottom: 10px; }
What happens is the image (line) appears and then disappears. I have checked permissions on the image. I have also renamed the extension to gif. The apache log shows this:
"GET /images/menudivider.jpg HTTP/1.1" 404 1774
and that is all.The second problem is when i add this code:
<li>►<a href="https://teknerds.net/contact-us.php">Click HERE to schedule services</a></div></li>
all h ref’s turn red and i don’t want them red. I assume this bit of CSS is making them red:
a{ color: #CF0303; }
.
Can anyone help me out with these 2 issues? Much appreciated. Link is https://teknerds.net
- The topic ‘2 Theme Problems’ is closed to new replies.