<ul>
<li><Strong>Now At:</strong> $<?=commas($balance1);?> </li>
</ul>
Question:
How do i make the "Now At" "$###" bigger and make the "$###" grenn?
ps. for future reference whats the code to make things in "Quotes/Code" format on facepunch?
[php]
<ul>
<li>
<strong style="font-size:24px;">Now At:</strong>
<span style="font-size: 20px;color:#008000;"><?=commas($balance1);?></span>
</li>
</ul>
[/php]
[editline]31st January 2012[/editline]
[noparse]
[code]Write crappy code here, this tag sucks[/code]
[php]Write php code here[/php]
[quote]Write a quote here[/quote]
[/noparse]
[editline]31st January 2012[/editline]
When you said "Now At" "$###" did you mean make everything bigger?
If so put the style tag outside "Now At" on the <li> tag.
thank you
Sorry, you need to Log In to post a reply to this thread.