Monday, February 25, 2013

Remove Link to Anchor tag using css

.html :-

<a href="sample.jsp" class="removelink"> Click me </a>

.css :-

.removelink {
      text-decoration: none;
      pointer-events : none;
}

No comments:

Liferay DXP JNDI Data Source Cofiguration

 This Blog will help us to learn about the JNDI Data Source Configuration in Liferay DXP. We have tested this with Liferay 7.3 with Tomcat. ...