Archived topic
Text inside copyright box
11 replies · Started by Tony K on July 27, 2016
I would like to add the message "If you have a problem with this website, find an error or just want to make comments please e-mail me at webmaster@tkbwrites.com" at the bottom of every page.
I tried hooks, but I have no idea how to center, change font color or anything. So that was a classic failure.
Pasting in the copyright box works okay. Only it all comes out on one line.
Can I move the copyright symbol and message down 2 lines?
Or what else can I do?
Hi Tony,
Try entering this in Copyright section and move <br> to where you want to go to the next line
If you have a problem with this website, find an error or just want to make comments<br>please e-mail me at <a href="mailto:webmaster@tkbwrites.com">webmaster@tkbwrites.com</a>
Let me know if this is what you are after :)
<br /> tags will work, and so will adding your text into paragraphs:
<p>First paragraph</p>
<p>Second paragraph</p>
Hi Tom,
I am struggling with these break tags. They don't seem to work and if they are not inside a paragraph wordpress strips them. And something happens if I switch between visual and text modus..
I tried <br> and <br />. Then I installed and activated TinyMCE Advance and ticked the box for <p> and <br />.
But it did not make much difference.
This works:
<p> </p> but I am not sure what this is and if it is a durable solution.
Could you please give some guidance what and when I should use to get a empty line under a few lines of text or between a text and a link-button?
Thx
Michael
Sorry the tag between the paragraph tags has been striped: it's & n b s p
How are you adding this content? TinyMCE/WordPress shouldn't be stripping anything in the Copyright section.
If you're using the editor (TinyMCE), then simply putting them in paragraphs as I showed above should put an empty line between each line.
Thank you for you answer Tom.
So if I understand it correctly:
- if I use the break tag <br /> it should be within two paragraph tags while working in the editor mode (text)
- what about this  ? Would that give the same effect?
Thx,
Michael
By the way very happy with your theme.
This is what I tried but no breaks are added:
<h2>Title </h2>
<p>
Content sentence.</p>
- Content xxxx?
- Content xxx?
- Content xxx?
<br />
<p>Content.</p>
<p>Content:
<br />
[su_button url="http://...." target="blank" background="#e39015" color="#300d1e" size="10"]content[/su_button]
<br />
</p>
No white lines are added. What am I doing wrongly?
And if I switch to visual and back to text:
- two break tags were removed and one break tag is changed in <p>&n-b-s-p;</p>
I guess I'm confused as to what you're trying to do? Can you explain a bit?
Adding your paragraphs like this will add a space between lines:
<p>First line</p>
<p>Second line with an empty space above it</p>
If you're trying to add single spaces in the editor, hold shift + enter and it will return only one space instead of creating a paragraph.
Issue solved Tom, Thx!
No problem :)