why inline element doesn't work?
-
How can i put Title and Content in one line? (see the code)
<span> is already inline element,
but just doesn’t work.Can someone give me some idea? Thank you.
<h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a> <span class="entry"> <?php the_content(); ?> </span> </h2>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘why inline element doesn't work?’ is closed to new replies.