css question: Apache Forrest
"Boynak, Dana Rose" <[email protected]>
| Newsgroups | gmane.text.xml.general |
|---|---|
| Message-ID | <D499F43DE2568B4E941B94A223EAC9AD14F8DE@iu-mssg-mbx09.exchange.iu.edu> |
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 {
float: left
margin: 10px 10px 0 0 ;
}
I then reference it in one of my xml documents as <img class="floatleft"
src="images/notes_Sideview.png">
Does anyone have any idea what to do or where to add the code? Thanks
so much. Dana