Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8114743
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T03:14:28+00:00 2026-06-06T03:14:28+00:00

I am using html5 and css3 in my site project. My css .featured-posts{ display:

  • 0

I am using html5 and css3 in my site project.

My css

.featured-posts{
    display: block; 
    overflow: hidden;
    margin-left: -10px;
    margin-bottom: 0px;
    width: 960px;
}


.featured-posts li{
    display: block;
    float: left;
    position: relative;
    width: 300px;
    margin: 10px;
}

.featured-posts li .thumb{
    display: block;
    width: 300px;
    margin-bottom: 0px;
    line-height: 0em;

    background: #f1f1f1 url(../img/plus.png) no-repeat center center ;

    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
    box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
}

.featured-posts li .thumb img{
    margin: 5px;
}

.featured-posts li .thumb span:hover img{
    opacity: 0.4;
}


.featured-posts .link-button{
    opacity: 0;
}

.featured-posts li:hover .link-button{
    opacity: 1;
}

.featured-posts li .link-button:hover{
    background: #f1f1f1;

    padding: 2px 8px;

    -webkit-box-shadow: 0px 2px 0px rgba(56, 7, 7, 1); 
    -moz-box-shadow: 0px 2px 0px rgba(56, 7, 7, 1); 
    box-shadow: 0px 1px 0px rgba(0, 0, 0, .2); 
}

.featured-posts .excerpt-arrow{
    position: absolute;
    top: -10px;
    left: 20px;
    background: url(../img/excerpt-arrow.png) no-repeat top left;
}

.featured-posts .excerpt{
    position: relative;
    padding: 15px 15px 0px 15px;
    margin-bottom: 0px;
}

.featured-posts .excerpt .heading {
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#content-wrap .featured-posts .excerpt .heading a{
    text-decoration: none;
    color: #606060;
}

#content-wrap .featured-posts .excerpt .heading a:hover{
    color: #000000;
}

my html code-

 <ul class="featured-posts">
                        <li>
                            <a href="#" class="thumb" title="An image"><img src="img/Web.png" alt="Post" /></a>
                            <div class="excerpt">
                                <div class="heading"><a href="Web-Designing.html">Web Design</a></div>
                                <p>MCS PMS is a comprehensive Front Desk Reservation/Check-In solution package that is EPABX compliant and integrates well advance with other M Cubic modules like POS &amp; Housekeeping Department.</p><br />
                                <br />
                                <a href="Web-Designing.html">Read More,..</a>
                            </div>
                        </li>

                        <li>
                            <a href="#" class="thumb" title="An image"><img src="img/Logo.png" alt="Post" /></a>
                            <div class="excerpt">
                                <div class="heading"><a href="Logo-Designing.html">Logo Design</a></div>
                                <p>We provide unbelievable, unique logo-design to brand your representation and identity. We offer several designs.</p><br />
                                <br /><br /><br />
                                <a href="Logo-Designing.html">Read More,..</a>
                            </div>
                        </li>

                        <li>
                            <a href="#" class="thumb" title="An image"><img src="img/Broucher.png" alt="Post" /></a>
                            <div class="excerpt">
                                <div class="heading"><a href="Brochure-Designing.html">Brochure Design</a></div>
                                <p>We are ready to produce a fantastic piece of printing design, which really reflects the goals and promotional aims of your business.</p><br />
                                <br /><br />
                                <a href="Brochure-Designing.html">Read More,..</a>
                            </div>
                        </li>
                    </ul>
                    <div class="clear"></div>

Different links that use the same link text may be confusing: See
matching tag(s)
on line(s

this Error comes on each read more anchor tag while testing total Validator tool.

what is the mistake in

<a href="Logo-Designing.html">Read More,..</a>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T03:14:30+00:00Added an answer on June 6, 2026 at 3:14 am

    I dont think you’ve made a mistake. Your code looks correct.
    The validator you are using is most likely reporting a “warning” because for accessability reasons the link text being the same could cause confusion to some users.
    If you are really concerned with these errors try using

    <a href="Logo-Designing.html">Read More about logo designing..</a>

    instead of

    <a href="Logo-Designing.html">Read More,..</a>

    This will make your button design a challenge but will stop the warnings.

    OR

    Understand that is is a warning – not an arror.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on a new graph for my site, using CSS3/HTML5 (canvas tag).
I'm building an iOS centric web page using HTML5, CSS3 and Javascript with jQuery
I saw very interesting example of using html5 css3 and javascript that is amazing,
Possible Duplicate: Should i be using HTML5 and CSS3? How do you decide if
How do you draw a circle using HTML5 and CSS3? Is it also possible
I'm using CSS3 border-radius to create circular buttons on this site: http://hexpreview.com/ However, due
I want to create two vertical divs using HTML5, CSS3 and JQuery. One Div
Am developing a game using HTML5 and CSS3. I have a bunch of divs
What are the benefits of using HTML5 and CSS3 a) from development perspective b)
We're currently generating reports for our web application using html5 / css3, and they

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.