Join The Community

Join our community of publishers, story writers, and bloggers! Express yourself with personal blogs, discuss current events, or just post random thoughts... Get started now with a Free Account!

Register >> | Login >>

dancing george bush

Subscribe to our RSS Feed

Free RSS Feed For Your BLOG

All you need to do is click the RSS icon to get the latest news BLOGS on your site.

Click Here To View RSS Feed >>

Author Archive

16
Jul

Site description in google

When you search my site in google it doesnt show, is their any way get tags to get google and that to link to your site on search of paticular words.

I have a forum is all, and do no know what way to do this?

30,000 Mb And Unlimited Bandwidth Only $3.75/mo.


Go Daddy  $6.95 .com sale 468x60

Powered By: BigInfo.org

16
Jul

I need Traffic

Hey.

I have my blog on wordpress sub domain. What can i do for more traffic and business? Direct Buy Blog

Any good suggestion?

Thanks,
Miki

30,000 Mb And Unlimited Bandwidth Only $3.75/mo.


Go Daddy  $6.95 .com sale 468x60

Powered By: BigInfo.org

16
Jul

Yahoo added yahoo answer in Yahoo SERP

what mean of SERP? your question it is? well if your question it then it’s mean search engine result page
we can say which tool we use for checking page result that is serp. i hope it’s satisfied you.

30,000 Mb And Unlimited Bandwidth Only $3.75/mo.


Go Daddy  $6.95 .com sale 468x60

Powered By: BigInfo.org

16
Jul

Google search algo

Hi,
Is it true that google has changed their algo for optimization?
Please help me to overcome with this confusion.
Thanks in advace.

30,000 Mb And Unlimited Bandwidth Only $3.75/mo.


Go Daddy  $6.95 .com sale 468x60

Powered By: BigInfo.org

16
Jul

CSS links ignoring style

Ok I’ve never really had a problem styling links, and this is driving me nuts, so maybe someone can shed some light on this for me.

First I have all the links on my pages pretty much the same by the following declaration in my stylesheet

Code:

#content a, #content a:visited {
    color:#C2C0BA;
    border-bottom: 1px solid #333333;
    text-decoration:none;
}
#content a:hover {
    border-bottom:1px solid #ED145A;
    color:#C2C0BA;
}


Then I have a section (div class: prev-posts-title) that I don’t want to have the underlines, what would be the best way to accomplish this? Seems pretty simple right?

Code:

.prev-posts-title a:link, .prev-posts-title a:visited {
    border: none;
}
.prev-posts-title a:hover {
    border: none;
}


Now since my links reside within the div class: prev-posts-links like so..

Code:

<div class="prev-posts-title"><a href="whatevber.com">hyperLINK</a></div>

Why are my links ignoring that style i setup for that particular class, and just inheriting my #content link style?

I’ve tried adding a class to my actual link like this:

Code:

<a href="whatever.com" class="nounderline">HYPERLINK</a>

then of course adding something like this to my stylesheet:

Code:

a.nounderline:link {
border: none;
}
a.nounderline:visited {
border: none;
}
a.nounderline:hover {
border: none;
}


I’ve tried to use span in place of my divs, no dice.

No matter what I try the underlines remain stubborn :(

I do notice if i use an actual div id="prev-posts-title" instead of a class…it will work fine…but for some unknown reason I’ve gotten into a habbit of using classes for smaller, less important areas on my website while div IDs control the main areas/blocks. Is there a downfall to using too many div id’s and not using div classes?

for example the block this is all going within is considerd div id="prev-posts" now inside this main block i have several areas, for the post title, post date etc..all which are in their own div class, should i be using div id’s div classes or span classes? I’ve seen each technique used, what is the BEST? and proper way?

Any Ideas?

Thanks in advance

30,000 Mb And Unlimited Bandwidth Only $3.75/mo.


Go Daddy  $6.95 .com sale 468x60

Powered By: BigInfo.org