This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Dreamweaver > February 2006 > Re: Dreamweaver and Internet Explorer Showing Different things
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: Dreamweaver and Internet Explorer Showing Different things
|
|
| Katsuey 2006-02-12, 6:35 pm |
| > can anyone
> help me and tell me how I can get it to show all the time in Ariel
> font????
<style type="text/css">
<!--
..text {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
-->
And then apply the "text" class to each area where you want this font.
> Also can someone tell me how to get your Web page to expand to the full
> size
> of the users Internet Explorer Screen. Eg: so it fits the same in a 17"
> monitor
> as it would with a larger screen. - Full screen size.
Well there are several different ways. If you use CSS, you can use a page
wrapper. If you use a table, you set the table size to 100% instead of a
pixel size.
| |
| Michael Fesser 2006-02-12, 6:35 pm |
| ..oO(Katsuey)
>
><style type="text/css">
><!--
>.text {
> font-family: Arial, Helvetica, sans-serif;
> font-size: 12px;
>}
>-->
>
>And then apply the "text" class to each area where you want this font.
If you want _all_ text in that font then you don't need a class.
<style type="text/css">
body {font-family: Arial, Helvetica, sans-serif}
</style>
That's it.
Micha
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|