From user-return-2268-apmail-forrest-user-archive=forrest.apache.org@forrest.apache.org Tue Jun 21 02:49:08 2005 Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 9653 invoked from network); 21 Jun 2005 02:49:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Jun 2005 02:49:08 -0000 Received: (qmail 44657 invoked by uid 500); 21 Jun 2005 02:49:08 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 44488 invoked by uid 500); 21 Jun 2005 02:49:07 -0000 Mailing-List: contact user-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@forrest.apache.org List-Id: Delivered-To: mailing list user@forrest.apache.org Received: (qmail 44475 invoked by uid 99); 21 Jun 2005 02:49:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2005 19:49:07 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=HTML_90_100,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [129.79.1.73] (HELO plounts.uits.indiana.edu) (129.79.1.73) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2005 19:49:08 -0700 Received: from iu-mssg-smtp04.ads.iu.edu (iu-mssg-smtp04.exchange.iu.edu [129.79.1.223]) by plounts.uits.indiana.edu (8.12.10/8.12.10/IUPO) with ESMTP id j5L2n2Pb022948 for ; Mon, 20 Jun 2005 21:49:03 -0500 (EST) Received: from iu-mssg-mbx09.ads.iu.edu ([129.79.1.238]) by iu-mssg-smtp04.ads.iu.edu with Microsoft SMTPSVC(5.0.2195.6713); Mon, 20 Jun 2005 21:49:04 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C5760B.C921C689" Subject: css question Date: Mon, 20 Jun 2005 21:49:04 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: css question Thread-Index: AcV2C8kk8aYggJ3sTV+QjD6ElxZhSQ== From: "Boynak, Dana Rose" To: X-OriginalArrivalTime: 21 Jun 2005 02:49:04.0364 (UTC) FILETIME=[C948DAC0:01C5760B] X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------_=_NextPart_001_01C5760B.C921C689 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, I am trying to figure out where I should add some CSS code so that=20 it will apply to my site. I have added it to the skinconf.xml with no=20 apparent luck. I added the code in and the code is the following: =20 img.floatleft { =20 float: left =20 margin: 10px 10px 0 0 ; =20 } =20 =20 =20 I then reference it in one of my xml documents as =20 =20 =20 Does anyone have any idea what to do or where to add the code? Thanks=20 so much. Dana =20 ------_=_NextPart_001_01C5760B.C921C689 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi, I am trying to = figure out where I should add some CSS code so that =

 it will apply = to my site.  I have added it to the skinconf.xml with no =

 apparent = luck.  I added the code in <extra-css> and the code is = the

 following:

 

 img.floatleft = {

 

           &= nbsp; float: left

 

         margin: 10px 10px = 0 0 ;

 

 }

 

  =

 

 I then = reference it in one of my xml documents as <img = class=3D"floatleft"

 src=3D"images/notes_Sideview.png">

 

  =

 

 Does anyone = have any idea what to do or where to add the code?  Thanks =

 so = much.  Dana

 

------_=_NextPart_001_01C5760B.C921C689--