Index-Box
5 posters
Page 1 of 1
Index-Box
I would like to know how to enter the font color in my index-box coding.
- Code:
<div style="padding:20px;font-size: 30px;text-align: center;">*Welcome to our group*</div>
I want the title Welcome to our group to be a different color then just black, Orange would be a good color
Re: Index-Box
Add font-color: YOUR COLOR; .
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Index-Box
Add it after the size.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Index-Box
- Code:
<div style="padding:20px; font-size: 30px; font-color:Orange text-align: center;">*Welcome to our group*</div>
This is what I did and it isn't changing the color and it is on the left side now, when I put the font color in there.
Re: Index-Box
You forgot something: orange;
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Index-Box
SLGray wrote:You forgot something: orange;
try this he means
- Code:
<div style="padding:20px; font-size: 30px; font-color:Orange; text-align: center;">*Welcome to our group*</div>
Re: Index-Box
Hey @Hazeleyez73,
change your code to:
Cordially,
pedxz.
change your code to:
- Code:
<div style="padding:20px; font-size: 30px; color: orange; text-align: center;">*Welcome to our group*</div>
Cordially,
pedxz.
Last edited by pedxz on March 6th 2019, 11:16 am; edited 1 time in total
Re: Index-Box
font-color is outside of the style attribute as it's own attribute
if your adding it to the style attribute its just color
- Code:
<div font-color="Orange">*Welcome to our group*</div>
if your adding it to the style attribute its just color
- Code:
<div style="padding:20px; font-size: 30px; color:Orange; text-align: center;">*Welcome to our group*</div>
Re: Index-Box
Problem solved & topic archived.
|
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Home Page and General Templates : Index Body / Index Box and Code
» Index Top Tables
» z-index
» Resize On The Index
» Icons in index
» Index Top Tables
» z-index
» Resize On The Index
» Icons in index
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum