I have Content like Casual User (Standard Reports) Power User(SQL/Direct)
Can I remove (Standard Reports) after Casual User and (SQL/Direct) after Power User i.e I should have content like Casual User Power User after CSS is applied. Please tell me what to do
I have Content like Casual User (Standard Reports) Power User(SQL/Direct)
Can I remove (Standard Reports) after Casual User and (SQL/Direct) after Power User i.e I should have content like Casual User Power User after CSS is applied. Please tell me what to do
Please see the below link to see my page
http://i.imgur.com/oMqJxvb.jpg
You would have to use JavaScript or some sort of server-side language to accomplish this. It can't be done with CSS alone.
JavaScript:
PHP:
You could also use PHP Substring.
You could use nth-child in your CSS to hide them.
I don't understand. Are the labels not changeable at ALL?
How are they generated?
Is there some reason we can't do something like:
Could even use attribute selectors if the labels are set up properly.