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?
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.
LostInNetwork
Member
Posted 2 years ago #
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.
Better solution: Don't use the Rich editor. Use the normal one.