Page Content Still Bunched Together
-
Hi I was already helped with this topic before but Im still having the same problem
For one of the pages on my site the 90s are all that page the content is all bunched together once you get to the middle and movies section of that page. If you notice how the fist page is spaced out but then once you get to the middle and movies section its all bunched together
I was told to use the code <br> which adds a space
The blog I need help with is: (visible only to logged in users)
-
koolbeanz247 – Have you added that html to the page already? Or do you need help with that?
-
-
Hi there, I’ve closed your other open thread on this topic at https://en.forums.wordpress.com/topic/page-content-bunched-together-2nd-time/
Please understand that when you open multiple threads on the same topic, it makes it more difficult to track progress on your issue.
Staff will follow up with you here when they return to this thread.
-
-
Hi koolbeanz247,
It sounds like you are working on this page:
https://ibstayfly.wordpress.com/the-90s-are-all-that/
Please try placing your cursor at the start of the link and using the enter/return key to create a space between that and the image (on the Visual editor tab). Does that help?
-
-
You would need to use <br> tags in the HTML editor. Adding one line break will push the content onto a new line. But you would need to add two tags next to each other to create an empty line:
<br><br> -
And I type it exactly how it is? And is there a way to do all it at once cuz doing them individually will take longer
-
You’d need to change every line in the page separately. But looking at the code of that post there’s already a ton of junk code in there, which is probably what’s messing things up to start with. It looks like you’ve been pasting in content from other websites, and that has lead to unnecessary code from being copied in as well.
Unless you know what you’re doing when it comes to HTML I wouldn’t recommend making any manual changes to that page’s HTML, but instead, highlight everything and use the Remove Formatting icon in the editor toolbar to strip out all the unneeded code. Then go through the page again, and in the visual view, reset the image alignment and use Enter to correctly space everything.
There is no automatic way to do this, and we also cannot do it for you.
-
If I don’t wanna go through all of that can I just leave it the way it is?
And I Copy and paste the images from Google. But I didn’t know that it would mess up the coding.
-
And the 90s page is the only page thats specifically like that as far as the html code. All the other pages html code is fine
-
-
-
-
Okay. From here, just be careful about pasting from other sites or editing the HTML manually. Good luck!
- The topic ‘Page Content Still Bunched Together’ is closed to new replies.