dw beginner
09-26-2009, 11:08 PM
Hello,
This is my second post here, so I'm excited to be here!
Let's say you are working with CSS (Dreamweaver) and you are creating texts of different sizes on the page. It seems like the easy thing to do is use the percentage function at the bottom of the Dreamweaver design area.
But you could also set the sizes in pixels. When you do that (I believe) the font will be at the pixel size you set no matter what the user on the other end has their settings configured to.
Is there a preferred way that most corporate web designers use? For example, nobody is using "frames" any more for page organization. The trick of using a table with a zero border is also fading out of style fast. Most developers use div containers in css to control page layout.
Is there a similar agreement on font size management? If you know comparatively few people with vision problems would ever visit your site, then maybe setting the font sizes to fixed pixels could be a good way to guarantee a consistent user experience.
This is my second post here, so I'm excited to be here!
Let's say you are working with CSS (Dreamweaver) and you are creating texts of different sizes on the page. It seems like the easy thing to do is use the percentage function at the bottom of the Dreamweaver design area.
But you could also set the sizes in pixels. When you do that (I believe) the font will be at the pixel size you set no matter what the user on the other end has their settings configured to.
Is there a preferred way that most corporate web designers use? For example, nobody is using "frames" any more for page organization. The trick of using a table with a zero border is also fading out of style fast. Most developers use div containers in css to control page layout.
Is there a similar agreement on font size management? If you know comparatively few people with vision problems would ever visit your site, then maybe setting the font sizes to fixed pixels could be a good way to guarantee a consistent user experience.