mrTablet
(Bjørn Are Andreassen)
May 28, 2026, 5:30pm
1
Now I’m going crazy
I thought I would start the CMS from scratch and deleted my entire blog in Elements and rebuilt everything from the ground up following the video “How to Set Up Elements CMS: Part 1”
Everything works fine in Elements and the preview, but after I published all the files in Elements, the blog posts have gotten a strange formatting. I have cleared cookies in the browser and tried multiple browsers, but the same error in all of them. Now I need tips on what might be wrong. Any suggestions?
Video Elements:
Video Browser
dan
(Dan)
May 28, 2026, 5:34pm
2
Looks like it can’t find the required css or javascript, have you added any extra code or changed the base URL or similar?
mrTablet
(Bjørn Are Andreassen)
May 28, 2026, 5:40pm
3
I have not added any extra code or changed anything that I know of.
What do you mean by “changed the base URL”?
mrTablet
(Bjørn Are Andreassen)
May 28, 2026, 5:50pm
4
I had of course forgotten this: <base href="/blogg/">
New problem. Theme Style for Typography is not correct.
dan
(Dan)
May 28, 2026, 9:10pm
5
You base href code is in the wrong place. Remove it from “Headers” and place it at “Head End”. That should fix it.
Pegasus
(Pegasus)
May 28, 2026, 10:26pm
6
@dan
Could you please clarify once again exactly where the <base href="/mypath/"> tag should be placed?
You are now saying it belongs in “Head End” , but yesterday @differentdan gave me a different answer and said “Head Start.”
Could you please clarify once and for all where exactly this tag should be placed when needed? Thanks.
dan
(Dan)
May 28, 2026, 10:27pm
7
Sorry, ideally it should probably be Head Start.
mrTablet
(Bjørn Are Andreassen)
May 31, 2026, 6:51pm
8
Did you find any solution to my problem?
dan
(Dan)
June 1, 2026, 8:56am
9
mrTablet
(Bjørn Are Andreassen)
June 1, 2026, 9:09am
11
I have done that. Didn’t help.
dan
(Dan)
June 1, 2026, 9:11am
12
When I tested it here in you project it fixed the issue, perhaps try again.
dan
(Dan)
June 1, 2026, 9:24am
14
Please send me your latest project and I will take a look for you.
Pegasus
(Pegasus)
June 1, 2026, 9:25am
15
It looks like you’re using a Markdown table in your frontmatter.
Markdown tables are not supported.
mrTablet
(Bjørn Are Andreassen)
June 1, 2026, 9:29am
16
I know this, but this is not exactly the problem. Formatting of headings and texts is not displayed correctly in any of the blog posts.
dan
(Dan)
June 1, 2026, 10:19am
17
As I said above. You still have the base tag in the wrong place. I’ve recorded a video to show you how to fix this in your project.
mrTablet
(Bjørn Are Andreassen)
June 1, 2026, 10:51am
18
Unbelievable that I forgot to delete the code in <HEAD>
Anyway. Many thanks for the help
mrTablet
(Bjørn Are Andreassen)
June 1, 2026, 11:21am
19
Hi @dan
I have updated and uploaded all files again to the web server, but there is still something wrong with the site. Looks fine in preview, but not on the web server.
See the link below.
Link: https://kaffesystemer.no/blogg/innlegg/gi-kaffemaskinen-nytt-liv-vi-introduserer-lemon-tea-no-501-fra-shoppe
Hi @mrTablet
Can you upload your new project file to Elements Cloud and send the link over to me please. You can DM me here on the forum with the link.
Pegasus
(Pegasus)
June 1, 2026, 11:27am
21
Pegasus:
Could you please clarify once again exactly where the <base href="/mypath/"> tag should be placed?
You are now saying it belongs in “Head End” , but yesterday @differentdan gave me a different answer and said “Head Start.”
Could you please clarify once and for all where exactly this tag should be placed when needed? Thanks.
@mrTablet
put the tag in “head start” NOT “head end”
Delete the tag from “Head End” and copy it into “Head Start.”
At the moment, according to the source code, it is still placed in “Head End.”
Dan probably mixed up “end” and “start” again in the video while