• The code:
    <div id=”news_txt”>
    <?php the_content(); ?>
    </div>
    The HTML output:
    <div id=”news_txt”>
    some news text
    </div>
    Where are those coming from?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The p tags are stored in the mysql and served up as part of the php call. Neat huh?

    Thread Starter ksp

    (@ksp)

    Well, ok. How to do it with CSS then? Thing is, that I have removed every default css code whatsoever. Maybe I just can’t figure ir out with css.
    Coding till 3 o’clock doesn’t have a good impact on my thinking, I guess ??

    Thread Starter ksp

    (@ksp)

    God damned.
    I gues *this* you can’t figure out at 3 o’clock ??
    p { padding: 0px;
    margin: 0px; }
    Ok, thanks for the help everybody.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Content’s <p>’ is closed to new replies.