The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How do I change or block the links that disfigure my forum

3 posters

Go down

Solved How do I change or block the links that disfigure my forum

Post by DelfI May 31st 2014, 7:42 pm

How do I change or block  the links that disfigure my forum Ddd10

http://watchermeet-up.forumotion.com/

Hello, My good members keep posting links that do this. I know it's because of the underlined link but how can I fix it so it doesn't happen or block the websites that have these kind of links? Thank you 
ps, I have asked them repeatedly to use the link box and enter it properly but they won't so I need a different solution.
avatar
DelfI
New Member

Posts : 23
Reputation : 1
Language : english

Back to top Go down

Solved Re: How do I change or block the links that disfigure my forum

Post by SLGray May 31st 2014, 7:47 pm

So this only occurs when a member post a link?

Please post a link to the topic on your forum that guests can see.


How do I change or block  the links that disfigure my forum Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: How do I change or block the links that disfigure my forum

Post by DelfI May 31st 2014, 10:13 pm

Yes, only members can post links.
link
avatar
DelfI
New Member

Posts : 23
Reputation : 1
Language : english

Back to top Go down

Solved Re: How do I change or block the links that disfigure my forum

Post by Guest May 31st 2014, 10:27 pm

Add this to your CSS:
Code:
.postbody {
width: 600px !important;
}
.postbody a {
overflow-wrap: break-word;
}
avatar
Guest
Guest


Back to top Go down

Solved Re: How do I change or block the links that disfigure my forum

Post by DelfI May 31st 2014, 10:41 pm

Thank you @Mark, I put it in at the bottom but it didn't work.
avatar
DelfI
New Member

Posts : 23
Reputation : 1
Language : english

Back to top Go down

Solved Re: How do I change or block the links that disfigure my forum

Post by Guest May 31st 2014, 11:04 pm

Use this one instead:
Code:
.postbody {
width: 600px !important;
}
.postbody a {
overflow-wrap: break-word !important;
}
avatar
Guest
Guest


Back to top Go down

Solved Re: How do I change or block the links that disfigure my forum

Post by DelfI June 1st 2014, 2:53 am

Not yet, it's better, the text is inside the margins now. The link is still trailing off to the right side. Thank you for that anyway. Smile
avatar
DelfI
New Member

Posts : 23
Reputation : 1
Language : english

Back to top Go down

Solved Re: How do I change or block the links that disfigure my forum

Post by Derri June 3rd 2014, 7:57 pm

Is this topic actually solved?
Derri
Derri
Helper
Helper

Male Posts : 8755
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum