Hi Everyone, I'm REALLY new to CSS so please go easy on me...
This is occurring on FF, Safari, and IE. I have two problem sheets, for some reason (which when opened through a <div> on the main page) are showing text in the left columns in italics. However, if you open these pages on their own, they display correctly.This would suggest I've setup the stylesheets correctly, so I assume something is going wrong on import??
The corresponding sheets are loaded off "base.css" which is imported on the home page is as follows:
@charset "UTF-8";
/* CSS Document */
@import url("/css/bio.css");
@import url("/css/tattoos.css");
@import url("/css/artwork.css");
@import url("/css/links.css");
@import url("/css/faceless.css");
@import url("/css/contact.css");
I've been over and over the HTML and the stylesheets and can find NOTHING (to the best of my knowledge) that would tell browsers to display italics. In a desperate attempt to find the problem, I removed the few instances where I did actually use them, to no avail.
The pages are located at:
(removed by author)
I know this probably something SO simple that I've neglected to see with my inexperience... hopefully someone knowledgeable can lend a hand.
Thanks!



This would suggest I've setup the stylesheets correctly, so I assume something is going wrong on import??
Reply With Quote


Bookmarks