D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Re: Business Line Pro questions

Front Page D5 Creation Forum General Questions Business Line Pro questions Re: Business Line Pro questions

#4626
D5 Creation
Keymaster

You can use this code within starting and closing style tag like:

Code:
<style>
/* You can add other styling here */
#heading {
color: #0DB0D8;
font-size: 45px;
margin: -30px 0 20px;
text-align: center;
text-shadow: -1px -1px 0 #FFFFFF;
text-transform: uppercase;
}
/* You can add other styling here */
</style>