Set a black background on text.
Solved
Houda
-
Léna.B -
Léna.B -
Hello,
To start, I'm not very good at HTML so if I say something a bit off, please excuse me ^^
So my problem is that I don't know how to insert a tag (I don't know what it's called ^^') to set a black background on a text.
I'm trying to do this on Ohmydollz, in the "Who am I?" section.
Can you help me?
Thanks in advance :)
To start, I'm not very good at HTML so if I say something a bit off, please excuse me ^^
So my problem is that I don't know how to insert a tag (I don't know what it's called ^^') to set a black background on a text.
I'm trying to do this on Ohmydollz, in the "Who am I?" section.
Can you help me?
Thanks in advance :)
Configuration: Windows Vista Firefox 3.5.2
17 answers
I would think of a code like this:
<div style="background-color: red;">
You put your text here, you describe yourself, etc. etc.
</div>
Otherwise, you can check out this tutorial to create your website that also uses HTML:
https://openclassrooms.com/fr/courses/1603881-apprenez-a-creer-votre-site-web-avec-html5-et-css3
--
! Did I or we solve your problem? Please inform by checking resolved at the top of the forum...!
@+ ;-))
Aniomus
<div style="background-color: red;">
You put your text here, you describe yourself, etc. etc.
</div>
Otherwise, you can check out this tutorial to create your website that also uses HTML:
https://openclassrooms.com/fr/courses/1603881-apprenez-a-creer-votre-site-web-avec-html5-et-css3
--
! Did I or we solve your problem? Please inform by checking resolved at the top of the forum...!
@+ ;-))
Aniomus
Good evening, Ohmydollz is just an online girls' game ^^
But in this game, there's a "Who am I" section where you can write things to introduce yourself
Anyway, sorry I can't help you with that ^^'
Sorry, Jo
But in this game, there's a "Who am I" section where you can write things to introduce yourself
Anyway, sorry I can't help you with that ^^'
Sorry, Jo
Sure, and why is there a need for HTML code in a game?
--
! Did I solve your problem or did we solve your problem? Please let us know that it is resolved by checking resolved at the top of the forum...!
@+ ; -))
Aniomus
--
! Did I solve your problem or did we solve your problem? Please let us know that it is resolved by checking resolved at the top of the forum...!
@+ ; -))
Aniomus
There is a place where we need to describe ourselves, and we can insert HTML to add backgrounds... there you go ^^
Funds like highlighting text in color or a background for the entire page: image or color?
--
! Did I or have we resolved your issue? Please inform him that it is resolved by checking resolved at the top of the forum... !
@+ ;-)
Aniomus
--
! Did I or have we resolved your issue? Please inform him that it is resolved by checking resolved at the top of the forum... !
@+ ;-)
Aniomus
Yes, it will work...
You can also use an RGB color:
<div style="background-color: rgb(0,0,0);">
</div>
--
! Did I or we solve your problem? Please inform us that it is resolved by checking resolved at the top of the forum... !
@+ ;-))
Aniomus
You can also use an RGB color:
<div style="background-color: rgb(0,0,0);">
</div>
--
! Did I or we solve your problem? Please inform us that it is resolved by checking resolved at the top of the forum... !
@+ ;-))
Aniomus
Thank you, it works, that's very nice :D
And thank you for the quick response :)
Kisses :)
(I marked it as resolved ;) )
And thank you for the quick response :)
Kisses :)
(I marked it as resolved ;) )
Thank you to you too :)
"Excuse me for my limited knowledge" after your help, I don't believe this sentence ;)
"Excuse me for my limited knowledge" after your help, I don't believe this sentence ;)
<div style="background-color:red;"> faut plutôt faire ça !!