Forums

This topic is locked

change size of list/menu items?

Posted 28 Oct 2003 07:09:39
1
has voted
28 Oct 2003 07:09:39 Rich Rich posted:
I'm very new to dreamweaver so please bear with me. I created a List/menu, but I'd like to reduce the font size of the items a little. Is there a code for this?

Replies

Replied 01 Nov 2003 23:22:05
01 Nov 2003 23:22:05 Janusz Jasinski replied:
Hi,

U can use CSS to reduce the size of this... there should be an extension for this, if not just try slect the list and putting font tags around it.... however I think using CSS is best.

Janusz

======================
janusz.monkey-it.co.uk
Replied 01 Nov 2003 23:54:40
01 Nov 2003 23:54:40 Rich Rich replied:
Using font tags didn't make a difference. Could you walk me through using CSS to change the font size?
Replied 02 Nov 2003 16:14:31
02 Nov 2003 16:14:31 Janusz Jasinski replied:
Will do, shall send to your e-mail when I have spare time... 2moro maybe

Janusz

======================
janusz.monkey-it.co.uk

ASP | VBScript | IIS 5.1 | Windows XP Pro | Linux Redhat 9 | SuSE 9 Pro | Linux FreeBSD 4.9 | PHP 5.0.0 Beta 2 | MySQL 4.0 | Apache 2.0.48 | Macromedia Studio w/t Flash 2004 | Microsoft Office Pro 2003 | Mozilla Firebird 0.7 | IE 6 | B.O.R.E.D @ HoMe
Replied 02 Nov 2003 16:17:54
02 Nov 2003 16:17:54 Janusz Jasinski replied:
Bah:

input
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
background: #CFE200;
border-style:solid;
border-width:1px;
}

Try that, and:

www.smartwebby.com/web_site_design/dreamweaver_form_tips.asp

or

www.macromedia.com/devnet/mx/dreamweaver/articles/css_forms.html

Janusz

======================
janusz.monkey-it.co.uk

ASP | VBScript | IIS 5.1 | Windows XP Pro | Linux Redhat 9 | SuSE 9 Pro | Linux FreeBSD 4.9 | PHP 5.0.0 Beta 2 | MySQL 4.0 | Apache 2.0.48 | Macromedia Studio w/t Flash 2004 | Microsoft Office Pro 2003 | Mozilla Firebird 0.7 | IE 6 | B.O.R.E.D @ HoMe

Reply to this topic