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 8370675
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T13:58:12+00:00 2026-06-09T13:58:12+00:00

Is it good solution to put table inside a tag ? Why link doesn’t

  • 0

Is it good solution to put table inside a tag ? Why link doesn’t work when it wraps table ?

<a href="/place">
  <table>
    <tr>
      <td>
        <span class="place-icon" />
      </td>
      <td> 
        My place name
      </td>
    </tr>
  </table>
</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-09T13:58:13+00:00Added an answer on June 9, 2026 at 1:58 pm

    I need to implement the next html

    No, you don’t, and shouldn’t. Really. It’s invalid, non-semantic, and (perhaps most importantly) won’t work reliably because of those reasons.

    If all you want is an image and some text (which is linked), use something like:

    <a href="/place" class="button">My Place Name</a>
    
    .button {
        display: inline-block;
        background-image: url();
        background-position: 2px 2px;
        padding-left: 16px; /* size of image */
    }
    

    Here’s a working example: http://jsfiddle.net/RvTp3/

    Per comments, here is another example showing an image aligned to the vertical middle when the text wraps: http://jsfiddle.net/RvTp3/1/

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

Sidebar

Related Questions

I cant find good solution to get information from other mysql tables when I
What's a good solution to parse an RSS/ATOM feed and present the content in
Can anyone suggest a good solution to remove duplicates from nested lists if wanting
Anyone know a good solution for filtering input using jQuery? I'd like to do
What's a good solution for modeling an existing and very complicated MySQL schema. Preferably
So I've been looking for a good solution everywhere but did not find anything
I'm looking for a good solution to pass two generic objects to a viewpage
I'm thinking about a good solution for implementing a sign up/login system that works
Looking at Mailgun as a good solution for sending HTML email to a large
I haven’t been able to find a good solution for this problem on the

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.