Main navigation
Product navigation
Main content
CKEditor 4
Overview
Demo
Accessibility Checker
Add-ons
Documentation
Download
Pricing
More
Home
WYSIWYG Editors
CKEditor 4
CKEditor 5
Image upload
CKFinder
Easy Image
Collaboration
Comments
New
Track changes
New
Collaborative editing
Pricing
Case studies
New
Documentation
Help center
Blog
Contact us
The forum operates in
read-only
mode. Please head to
StackOverflow
for support.
Forums
CKEditor
Support
Last post
Mon, 06/22/2009 - 10:10
#1
mikek12003
Joined:
19/02/2009
Posts:
2
how can I make a picture background to some text?
The title says it all I have a picture (a bar) and I want to make it background to a text(a title) can this be done?
Mon, 06/22/2009 - 17:00
#2
jerome
Joined:
31/03/2008
Posts:
69
Re: how can I make a picture background to some text?
what tag is around the title? <h1>? <p>?
If it's <h1> try this:
<h1 style="background-image: url('/path_to_images/your_image.gif');">Your Title</h1>
If it's <p> use this:
<p style="background-image: url('/path_to_images/your_image.gif');">Your Title</p>
and so on
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
Re: how can I make a picture background to some text?
If it's <h1> try this:
<h1 style="background-image: url('/path_to_images/your_image.gif');">Your Title</h1>
If it's <p> use this:
<p style="background-image: url('/path_to_images/your_image.gif');">Your Title</p>
and so on