How to superimpose text over an image.
-
How do I superimpose text/forms over an image; e.g., herrinformayor.com, which I created using Wix.com? I need to do this in WordPress so I can move the website from Wix to WordPress.
The blog I need help with is: (visible only to logged in users)
-
`<html>
<body>
<style>
h1{
color: red;
font-size: 18px;
}
p{
color: red;
font-size: 18px;
}
</style>
<h1>This is h1 heading</h1>
<p>This is paragraph</p>
</body>
</html> -
Thanks afendibest for replying to my question.
This is the first time I’ve used CSS — I appreciate the intro.
Now that I have the text, how do I get it (and a form) to stay over the image?
Thanks,
Lane -
Since I can’t even get my page to show up on the site, I’m very frustrated. It’s 4:10 AM here, so I’m quitting for now. :-(
- The topic ‘How to superimpose text over an image.’ is closed to new replies.