При попытке создать тему для блога с помощью веб-конструктора WYSIWYG она работает на https://www.w3schools.com/, но не на редакторе тем blogger HTML. - PullRequest
0 голосов
/ 07 августа 2020
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Page</title>
</head>
<body>
<div id="wb_Text1" style="position:absolute;left:458px;top:19px;width:156px;height:16px;z-index:1;">
<span style="color:#000000;font-family:Arial;font-size:13px;">This is My First Post</span></div>
<div id="wb_Text2" style="position:absolute;left:338px;top:60px;width:509px;height:32px;z-index:2;">
<span style="color:#000000;font-family:Arial;font-size:13px;">If i am looking at it<br>that means i 
am able to create the theme correctly using webbuilder</span></div>
</body>
</html>

работает отлично, но не работает в Blogger. Что мне делать?

...