Welcome to the IMTalk - Internet Marketing & SEO Forum.
  • Login:
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    arronmattwills is offline IM & SEO Mumbler arronmattwills is on a distinguished road
    Join Date
    Jan 2014
    Location
    India
    Posts
    365
    Thanks Given
    9
    Thanked 12 Times in 11 Posts

    Thumbs up How to hide an empty element that contains only spaces with CSS?

    In general we will see unkown empty tags in wordpress websites, it will happens in our web designing process sometimes when we move content from one place to another place.

    The code to remove this empty tags is as follows:

    *:empty {
    display: none;
    }
    This code will be used as a reset option to the entire website. We have other forms of options to hide the empty paragraphs and navigation also, we will disucss those things later.

  2. #2
    ashvyasseo is offline IM & SEO Weak Jaw ashvyasseo is on a distinguished road
    Join Date
    May 2014
    Location
    India
    Posts
    144
    Thanks Given
    0
    Thanked 2 Times in 2 Posts
    Quote Originally Posted by arronmattwills View Post
    In general we will see unkown empty tags in wordpress websites, it will happens in our web designing process sometimes when we move content from one place to another place.

    The code to remove this empty tags is as follows:



    This code will be used as a reset option to the entire website. We have other forms of options to hide the empty paragraphs and navigation also, we will discuss those things later.
    It's an interesting share. I am curious to know more so can you please answer two questions of mine?
    How can it be helpful to keep empty tags? Why not to remove those empty code?


 

Similar Threads

  1. Replies: 7
    Last Post: 09-25-2013, 12:42 AM
  2. Replies: 1
    Last Post: 09-19-2013, 01:14 PM
  3. $1 for 5 empty backlinks of any niché
    By xtrapsp in forum Products
    Replies: 4
    Last Post: 10-11-2011, 05:01 PM
  4. Hide my IP
    By rain22 in forum Get Reviewed (Your Websites, SEO, Designs, Tools...)
    Replies: 11
    Last Post: 10-04-2011, 09:26 PM
  5. How to hide website content?
    By Hajoless in forum On-Page SEO & Content Creation
    Replies: 4
    Last Post: 07-04-2011, 05:17 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts