Forums

[resolved] Static pages. Formatting nightmare. (5 posts)

  1. LostInNetwork
    Member
    Posted 2 years ago #

    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?

  2. Otto42
    Moderator
    Posted 2 years ago #

    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.

  3. LostInNetwork
    Member
    Posted 2 years ago #

    Wonderfull! Thanks!

  4. LostInNetwork
    Member
    Posted 2 years ago #

    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.

  5. Otto42
    Moderator
    Posted 2 years ago #

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

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.