S
Susie
Hi, me again, I am getting there, and can't wait to publish. I have been
reading about fonts, I am using all Arial, size 10. I am using tables,
cells, all that stuff. I read that fonts wont cascade in tables, and to use
this code-
This can be placed in the <head> section
e.g.
<head>
...........
<style type="text/css">
body { font-family: arial,helvetica,sans-serif, times new roman;}
</style>
...........
</head>
I am not doing a css style, ( I am just using what Front page gave me)
anyway, heres what I did, is it right? After body style= "body" is blue,
and the rest red?
// -->
</script>
<body style=body, p, td, th, li{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}color:"#FFFFFF" text="#FFFFFF" bgcolor="#6A8341"
onload="FP_preloadImgs(/*url*/'images/buttons/button_bh2.gif',/*url*/'images/buttons/button_vg2.gif')">
</head>
Thanks for any help
Susie
reading about fonts, I am using all Arial, size 10. I am using tables,
cells, all that stuff. I read that fonts wont cascade in tables, and to use
this code-
This can be placed in the <head> section
e.g.
<head>
...........
<style type="text/css">
body { font-family: arial,helvetica,sans-serif, times new roman;}
</style>
...........
</head>
I am not doing a css style, ( I am just using what Front page gave me)
anyway, heres what I did, is it right? After body style= "body" is blue,
and the rest red?
// -->
</script>
<body style=body, p, td, th, li{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}color:"#FFFFFF" text="#FFFFFF" bgcolor="#6A8341"
onload="FP_preloadImgs(/*url*/'images/buttons/button_bh2.gif',/*url*/'images/buttons/button_vg2.gif')">
</head>
Thanks for any help
Susie