link problem
-
Hi,
I have my blog link like this
<a href="/wordpress/?cat=15"> News</a>
it shows the blog i can click on the link and everything works
now in stylesheet.css file
I am trying to access the blog like this
.cat-183 #header
{height:250px; background:url(images/top.gif) top center no-repeat #fff; width:100%}but its not working
if i do it for a page which is like this
https://ip/wordpress/?page_id=256
.page-183 #header
{height:250px; background:url(images/top.gif) top center no-repeat #fff; width:100%}it works fine but it just doesnt work for the blog
can someone tell me what i am doing wrong
thanks
poonam
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘link problem’ is closed to new replies.