ஃபான்ட் சைஸ் மாற்ற...

Sunday, August 19

ங்க பதிவு படிப்பவர்களின் விருப்பம் போல எழுத்து வகை மற்றும் அளவை மாற்றிக் கொள்ளலாம்.
ஆங்கிலப் பதிவு அல்லது பதிவில் வரும் ஆங்கில வார்த்தைகளில் இந்த மாற்றங்கள் நன்றாகத் தெரியும்
அதற்கான நிரலி (HTML CODE)கீழே உள்ளது.
வழக்கம் போல காபி பேஸ்ட் தான்
ஆட் ய காட்ஜட்டில் சேர்க்கவும்
<script>
function go1(){
if (document.selecter2.select2.options
[document.selecter2.select2.selectedIndex].value != "none") {
document.getElementById('main').style.fontSize
=document.selecter2.select2.options
[document.selecter2.select2.selectedIndex].value
}
}

function go2(){
if (document.selecter2.select3.options
[document.selecter2.select3.selectedIndex].value != "none") {
document.getElementById('main').style.fontFamily
=document.selecter2.select3.options
[document.selecter2.select3.selectedIndex].value
}
}
</script>
<form id="forma" name="selecter2" method="POST">

<select onchange="go2()" style="font-family:verdana;font-size:8pt" name="select3" size="1">
<option value="Times New Roman"/>Times New Roman
<option value="Arial"/>Arial
<option selected value="Book Antiqua"/>Book Antiqua
<option value="Bookman Old Style"/>Bookman Old Style
<option value="Century Gothic"/>Century Gothic
<option value="Comic Sans Ms"/>Comic Sans Ms
<option value="Tahoma"/>Tahoma
<option selected value="Trebuchet Ms"//>Trebuchet Ms
<option value="Verdana"/>Verdana
</select>
<select onchange="go1()" style="font-family:verdana;font-size:8pt" name="select2" size="1">
<option value="8px"/>8
<option value="9px"/>9
<option value="10px"/>10
<option value="11px"/>11
<option selected value="12px"/>12
<option value="14px"/>14
<option value="16px"/>16
<option value="18px"/>18
</select></form>

1 comments:

  1. பலருக்கும் பயன் தரும் பதிவு... மிக்க நன்றி... (TM 1)

    தொடர வாழ்த்துக்கள்...

 
பிலாக்கர் டிப்ஸ்/BLOGGER TIPS , and