At 05:17 -0700 22/9/09, Pierre DeBois wrote:

>If so, how?  I can preview a HTML page, but my pages will not show the
>entire appearance without the link to the CSS.

Perhaps I'm missing something.  Either you link to the stylesheet

<head>
   <link rel="stylesheet" type="text/css" href="default.css" />
</head>


or you copy the style to the <head>.  How else can the browser know?


<head>
   <style type="text/css">
     <!--
       body {
         width:35em;
       }
     -->
   </style>
</head>

JD



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.
-~----------~----~----~----~------~----~------~--~---

Reply via email to