All Questions
2 questions
0
votes
1
answer
137
views
Thymeleaf URL syntax?
I'm trying to code a web application.
The problem is that i cant continue working on my project because of a simple misunderstanding of syntax, the line of code:
<section class="section" ...
2
votes
1
answer
568
views
Thymeleaf: Absolute References in css-File
I've seen questions with answers that recommend to convert the absolute paths to relative paths, but this isn't possible for me as my HTML-files are stored in various directories and use a template ...