Jump to content

text wraping


knowram

Recommended Posts

sorry wrong button.

here is the code that I have tried

[code]
<style>
select {
width: 100px;
}
option{ font-size: 12pt;}
.test { font-size: 12pt; }
</style>

<form class="pick" action="test1.html" method="post">
<select name="selectName" size="4" multiple>
<option class="test" value="one">first</option>
<option value="two">second second second second</option>
<option value="three">third</option>
</select>
</form>
[/code]

I other then putting the font-size in the select style i can't get the font to change and putting the overflow: auto; there dose not seem to do anything.

any ideas
Link to comment
https://forums.phpfreaks.com/topic/35923-text-wraping/#findComment-171445
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.