Inserting css code on pootle page builder
-
im trying to insert html and css code inside a row my goal is to have some text with shadow and some images on floating box, but when i exit the editor it does not save anything.
the css im trying is this one:<!DOCTYPE html>
<html>
<head>
<style>
h1 {
color: white;
text-shadow: 2px 2px 4px #000000;
}
</style>
</head>
<body><h1>Text-shadow effect!</h1>
</body>
</html>where do i insert the style?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Inserting css code on pootle page builder’ is closed to new replies.