|
bobby -> RE: background/border (4/23/2003 16:16:54)
|
FrontPage will do a lot of formatting and style handling via the WYSIWYG interfaces and forms... but for real control you' ll want CSS. You can create a style sheet and link it in your header using: <link rel=" stylesheet" type=" text/css" href=" name.css" > or place the style in the header of each page using: <style type=" text/css" >
(CSS info goes here)
</style> I would recommend the first method, that way any changes you make to your styles can be done from a single sheet and will affect all pages... CSS takes a little getting used to, but it' s not that difficult to use. Mastering it, well that takes years of intense study, dedication, and seclusion... [8|] Once you get the hang of it you' ll never go back... having the ability to modify your styles from a single source page... you' ll wonder how you ever got along without it [:D] The W3Schools website has a lot of good info on CSS. The Background, fonts, links and such will be pretty easy for you to grasp... positioning and layout gets a bit more involved, but is by no means impossible... If I can figure it out, anybody can... [&:] And you have a forum of experts here to help when you get stuck. Okay, so there are two experts and then theres the rest of us... but you get the idea. Try doing a search on the forum for CSS... you' ll have hours of reading material to sift through [;)]
|
|
|
|