• Resolved LostInNetwork

    (@lostinnetwork)


    I have a very basic question. I need to create static pages with title1-list1-whitespace-title2-list2-whitespace-title3-list3-…

    How do I do this?

    I tried to add p-tags after each list. No effect. I tried to add hr-tags after the lists. No effect. I tried to mark the headers with h2-tags. No effect. Is this a feature or a bug?

    Some tags, like hr and h2, have no effect on output while all p-tags are wiped out without my permission.

    Is there a way to disable the blog-css for static pages?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    I’m not seeing your problem, exactly. Are you trying to figure out how to add vertical whitespace?

    If so, you could just add a <div style="height:100px;" /> where you wanted the whitespace. Change the height as you see fit. You also don’t have to use pixels, you could use em’s as well.

    Thread Starter LostInNetwork

    (@lostinnetwork)

    Wonderfull! Thanks!

    Thread Starter LostInNetwork

    (@lostinnetwork)

    Warning: Using the suggested DIV may cause problems. At least my WordPress–Theme–RichEditor combo dislikes these DIV’s very much. Does not display, destroys content from the edited page and so on.

    Solution: <p style=”height: 2em”></p>

    That works perfectly.
    I’m so happy, so happy.

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    Better solution: Don’t use the Rich editor. Use the normal one.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Static pages. Formatting nightmare.’ is closed to new replies.