Let me see if I can clarify, and thanks for the prompt reply!
The site does use an external style sheet - in the head section of each page, it does refer to that file.
The style sheet that it refers to (connect.css) does NOT include a body or table reference. My example code was just and example of what I was looking for in the css file that I could
not find.
So somewhere along the line, a style for body and table
is being applied. It's not in the head of the page and it is not in the code itself.
Here's the twist I think. We use a content management system (Vignette) to manage content on the site. When we create site copy, we're creating a content item with various attributes. For the copy itself, the system uses eWebEdit Pro as an HTML editor.
When I did my test, I created a content item (site copy) and did my creation of the copy itself in Dreamweaver and applied some styles that I knew were in the connect.css file. Then I switched to HTML mode in eWebEdit Pro and pasted in the code.
I did leave some of the text alone, and applied no style - expecting that that text would just come out as default (Times or Arial maybe). I applied a variety of styles from the style sheet to confirm that there was a connection and that it was working and it worked fine.
The thing is, the text on its own and then the text inside a table were
different so I know that it's pulling styles - again
different (one is a smaller font, both are Arial I think) - from somewhere.
Maybe it is the default built into eWebEdit Pro?
Quote:
|
Other than adding styles directly to an html element you can also add styles to id's and classes. They would appear in the css as # for an id and . for a class and as id="idname" and class="classname" in the html. It can be specified as table#id or table.class or without table in front in the css.
|
I'm not sure what you mean here.
Just noticed that I can add an attachment, would viewing the full css file (as a .txt) help you (anyone)?
Thanks again,
Steve