Latest topics
» Forumactif Edge - Releases
by Ange Tuteur Tue 03 Sep 2019, 11:49
» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21
» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28
» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15
» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11
» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24
» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58
» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50
» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22
» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12
» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10
» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51
» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11
» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19
» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34
by Ange Tuteur Tue 03 Sep 2019, 11:49
» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21
» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28
» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15
» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11
» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24
» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58
» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50
» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22
» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12
» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10
» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51
» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11
» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19
» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34
Recent Tutorials
Top posting users this month
Top Achievers
Who is online?
In total there are 21 users online :: 0 Registered, 0 Hidden and 21 Guests :: 2 Bots
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
Trying some code changing ???
Page 1 of 1 • Share
Been playing about with a bit of code which is a first for me see below... I tried t0 change the Uppercase to lowercase which works but I need the capitals 'E' 'R' 'C' ..... 'Exchange Rate Converter' but what I am getting is this......... 'exchange rate converter'
If anyone can help
Original code
If anyone can help
- Code:
<!-- CURRENCY-CONVERTER.ORG.UK CURRENCY CONVERTER LIVE START -->
<div style="width:178px;margin:0;padding:0;border:1px solid #DCEEFC;background:#DFF1FF;">
<div style="width:178px;text-align:center;padding:2px 0px;background:#;font-family:arial;font-size:11px;color:#000000;font-weight:bold;vertical-align:middle;">
<a style="color:#000000;text-decoration:none;text-transform:lowercase;" href="http://www.currency-converter.org.uk" target="_new">[color=#FF0000]Exchange Rate Converter[/color]</a>
</div>
<div style="padding:4px;">
<script type="text/javascript">
var dcf = 'GBP';
var dct = 'EUR';
var fc = '000000';
var lc = '000000';
var bdr = 'DCEEFC';
var mbg = 'DFF1FF';
var ifc = '333333';
var ibdc = 'CCCCCC';
var ibgc = 'FFFFFF';
var tz = 'userset';
</script><script type="text/javascript" src="http://www.currency-converter.org.uk/widget/CCUK-CCLM-1.php"></script>
</div>
</div>
<!-- CURRENCY-CONVERTER.ORG.UK CURRENCY CONVERTER LIVE END -->
Original code
- Code:
<!-- CURRENCY-CONVERTER.ORG.UK CURRENCY CONVERTER LIVE START -->
<div style="width:178px;margin:0;padding:0;border:1px solid #DCEEFC;background:#DFF1FF;">
<div style="width:178px;text-align:center;padding:2px 0px;background:#;font-family:arial;font-size:11px;color:#000000;font-weight:bold;vertical-align:middle;">
<a style="color:#000000;text-decoration:none;text-transform:uppercase;" href="http://www.currency-converter.org.uk" target="_new">Exchange Rate Converter</a>
</div>
<div style="padding:4px;">
<script type="text/javascript">
var dcf = 'GBP';
var dct = 'EUR';
var fc = '000000';
var lc = '000000';
var bdr = 'DCEEFC';
var mbg = 'DFF1FF';
var ifc = '333333';
var ibdc = 'CCCCCC';
var ibgc = 'FFFFFF';
var tz = 'userset';
</script><script type="text/javascript" src="http://www.currency-converter.org.uk/widget/CCUK-CCLM-1.php"></script>
</div>
</div>
<!-- CURRENCY-CONVERTER.ORG.UK CURRENCY CONVERTER LIVE END -->
Hi @FiB,
On the link which contains those texts, you should see text-transform:lowercase;. Remove that and the text should render as it was written.
On the link which contains those texts, you should see text-transform:lowercase;. Remove that and the text should render as it was written.
- Sponsored content
Similar topics
Create an account or log in to leave a reply
You need to be a member in order to leave a reply.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum