Hosted by DelphiForums|www.delphiforums.com/support
This is Delphi Forums' official support forum for Hosts. Ask questions, discuss problems, give feedback, and share tips about running a successful forum.
60654 messages in 6530 discussions
Latest Jun-6 by gunter
14349 messages in 1446 discussions
Latest Aug-9 by Gaelspirit
Latest Jul-29 by Kidmagnet
27868 messages in 3101 discussions
Latest Aug-8 by Showtalk
25457 messages in 2339 discussions
Latest Aug-8 by Diva (texas_diva)
Latest Jul-21 by Margie (ILovePhotos)
29996 messages in 4537 discussions
Latest Jul-24 by okieangel53
Latest Jul-23 by gunter
Latest Jul-23 by okieangel53
Latest Jul-21 by okieangel53
Latest Jul-16 by Bella (Isabella308)
Latest Jul-16 by Bella (Isabella308)
2698 messages in 356 discussions
Latest Jul-21 by gunter
4990 messages in 655 discussions
Latest Jul-16 by LGBFJB ULTRA MAGA! (jaime59)
8408 messages in 1224 discussions
6249 messages in 474 discussions
10052 messages in 885 discussions
23399 messages in 571 discussions
6578 messages in 681 discussions
864 messages in 47 discussions
1047 messages in 495 discussions
May-28
I wrote the text first in the previous post, then added the embedded article which appears at the top. Then added the link at the end where it appears. In a classic forum, article links appear at the top, but apparently not in Zeta.
May-28
Showtalk said:In a classic forum, article links appear at the top, but apparently not in Zeta.
thanks for the details ...
May-29
Copy the raw HTML code before you hit the post button and compare it to the raw HTML code after you've posted it by editing the message and then going into <Source> mode.
You should see several differences.
I would presume it's something in the original HTML that the Delphi processor either rejects or converts to something else that might be the cause.
FWIW
May-30
Exercise is a key part of staying healthy, but figuring out how to get more active can be tough. If you're not used to physical activity, start slow. Go for 10 to 15 minute walks, and work your way up to briskly walking or jogging for 30...
Read more from wikiHowTesting
The original link
https://www.wikihow.com/Exercise
The embed code
<div class="df-embeddable" data-url="https://www.wikihow.com/Exercise">
<div class="df-embedded df-link">
<div class="df-head"><a href="https://www.wikihow.com" target="_blank"><img border="0" class="df-favicon" data-color="#8DB070" height="16" src="https://www.wikihow.com/favicon.ico" width="16" />wikiHow</a></div>
<div class="df-body">
<div class="media"><a class="pull-left" href="https://www.wikihow.com/Exercise" target="_blank"><img class="media-object" src="https://www.wikihow.com/images/6/60/Exercise-Step-2-Version-2.jpg" /></a>
<div class="media-body">
<h4 class="media-heading"><a href="https://www.wikihow.com/Exercise" target="_blank">How to Exercise</a></h4>
<p class="df-desc">Exercise is a key part of staying healthy, but figuring out how to get more active can be tough. If you're not used to physical activity, start slow. Go for 10 to 15 minute walks, and work your way up to briskly walking or jogging for 30...</p>
<a href="https://www.wikihow.com/Exercise" target="_blank">Read more from wikiHow</a></div>
May-30
Exercise is a key part of staying healthy, but figuring out how to get more active can be tough. If you're not used to physical activity, start slow. Go for 10 to 15 minute walks, and work your way up to briskly walking or jogging for 30...
Read more from wikiHowMay-30
Comparing your original to my posted copy of your original, it looks like Delphi editor has broken up and re-ordered several [<div class=] tags which seems to be the problem.
FWIW
May-31
The Delphi editor modifies them, so you'll have to remove them or replace them with other tags that the editor won't modify.
Edited to add: Or get Delphi to modify their editor and allow those tags "as is"... unmodified!
FWIW