Search found 15 matches

by EdlineTS
Tue Aug 19, 2008 6:50 am
Forum: Web-based Outputs
Topic: Why can I not split up a page?
Replies: 17
Views: 13112

Re: Why can I not split up a page?

**OK - I have done this (added the div code to my stylesheet, and then gone to the XML editor) but I get no choices in the "Create Group" box that appears as you describe?** I'm not sure what's wrong then. Even with a completely blank stylesheet you should see the tags blockquote, div, fi...
by EdlineTS
Mon Aug 18, 2008 12:07 pm
Forum: Web-based Outputs
Topic: Why can I not split up a page?
Replies: 17
Views: 13112

Re: Why can I not split up a page?

2. Next you need to put each table inside these DIV tags: (is this done in the text editor, or within my layout view/xml editor?) - On a paragraph tag, create a group by pressing Tab (or selecting Insert > Group) and select div.left. This DIV tag is the container for the table. **OK - I have done t...
by EdlineTS
Fri Aug 15, 2008 9:49 am
Forum: Web-based Outputs
Topic: Why can I not split up a page?
Replies: 17
Views: 13112

Re: Why can I not split up a page?

First off, are you wanting to do this for online output, print output, or both? If it is just for online output, then I'd say the easiest way is to use the float property. (If you use print output, then you'll have to use the method outlined by LTinker. Float positioning isn't carried through to th...
by EdlineTS
Tue Aug 12, 2008 2:06 pm
Forum: Web-based Outputs
Topic: Table not appearing as it does in XML?
Replies: 2
Views: 2007

Table not appearing as it does in XML?

Greetings, I am working on setting up a table, but when I generate my output, it does not appear as it does on the XML editor view? Here is what I see on my screen (I tried to leave some tags revealed): http://i53.photobucket.com/albums/g64/rm1892/Screenshot2.png And here is what shows up with the o...
by EdlineTS
Thu Aug 07, 2008 1:17 pm
Forum: Web-based Outputs
Topic: Border supposed to be White, but in xml editor it's BLACK?
Replies: 10
Views: 6412

Re: Border supposed to be White, but in xml editor it's BLACK?

Locate the style sheet in the content explorer. Right click on it. Select Open With > . Select Internal Text Editor or you can select another program if it is in this list (in my list, I have Notepad, Textpad, etc.) Now you can edit the style sheet with a text editor. Wow...I feel completely retard...
by EdlineTS
Thu Aug 07, 2008 11:50 am
Forum: Web-based Outputs
Topic: Border supposed to be White, but in xml editor it's BLACK?
Replies: 10
Views: 6412

Re: Border supposed to be White, but in xml editor it's BLACK?

I think you had some properties enabled that were contradicting each other behavior-wise. When I have a problem with a style, I usually start from scratch, adding a property in one at a time until I get the effect I want. I did the same with your code, and I stripped out the lines of code that were...
by EdlineTS
Thu Aug 07, 2008 11:04 am
Forum: Web-based Outputs
Topic: Border supposed to be White, but in xml editor it's BLACK?
Replies: 10
Views: 6412

Re: Border supposed to be White, but in xml editor it's BLACK?

From the tags on the left it looks like you're using paragraph tags with autonumbering. Could the black box be something to do with the autonumber format? Can you post the CSS of that style here? Hello, Here is the CSS that I have for this PIndent tag: p.PIndent { margin-top: 0pt;margin-bottom: 0pt...
by EdlineTS
Thu Aug 07, 2008 10:33 am
Forum: Web-based Outputs
Topic: Border supposed to be White, but in xml editor it's BLACK?
Replies: 10
Views: 6412

Re: Border supposed to be White, but in xml editor it's BLACK?

From the tags on the left it looks like you're using paragraph tags with autonumbering. Could the black box be something to do with the autonumber format? Can you post the CSS of that style here? Hello, Here is the CSS that I have for this PIndent tag: p.PIndent { margin-top: 0pt;margin-bottom: 0pt...
by EdlineTS
Tue Jul 15, 2008 10:43 am
Forum: Web-based Outputs
Topic: Border supposed to be White, but in xml editor it's BLACK?
Replies: 10
Views: 6412

Re: Border supposed to be White, but in xml editor it's BLACK?

I wonder if the XML Editor is designed to change any white CSS styles to black so that they can show up, since the background of the XML Editor is itself white. If you temporarily apply a background color (red, blue, whatever) to the body tag in the stylesheet, then does the border show as white? U...
by EdlineTS
Tue Jul 15, 2008 8:08 am
Forum: Web-based Outputs
Topic: Border supposed to be White, but in xml editor it's BLACK?
Replies: 10
Views: 6412

Border supposed to be White, but in xml editor it's BLACK?

Hello, When I change a border color (in my CSS file or the "properties" box for a tag), it comes out correct in the output, but the actual XML text edit area is colored in black (and actually blocking me from seeing my text)? Please see the pic below: http://i53.photobucket.com/albums/g64/...
by EdlineTS
Fri Jul 11, 2008 8:02 am
Forum: Web-based Outputs
Topic: Why can I not split up a page?
Replies: 17
Views: 13112

Re: Why can I not split up a page?

First off, are you wanting to do this for online output, print output, or both? If it is just for online output, then I'd say the easiest way is to use the float property. (If you use print output, then you'll have to use the method outlined by LTinker. Float positioning isn't carried through to th...
by EdlineTS
Wed Jul 09, 2008 3:23 pm
Forum: Web-based Outputs
Topic: Why can I not split up a page?
Replies: 17
Views: 13112

Re: Why can I not split up a page?

In order to be able to do what you want to do currently in Flare, you'd need to create a table with one row and two cells. In cell 1 you'd create a new table with as many rows/columns as you want, and in cell 2 you'd create yet another table with as many rows/columns as you want. So you're nesting ...
by EdlineTS
Wed Jul 09, 2008 2:25 pm
Forum: Web-based Outputs
Topic: Why can I not split up a page?
Replies: 17
Views: 13112

Why can I not split up a page?

Hello, I am a newbie, so please forgive me if the answer to this is obvious. I am including a diagram because I know of no other way to explain this. I am trying to put a table (not just extend the table on the left with more columns) to the right of the current table that says "Internet Explor...
by EdlineTS
Wed Jul 09, 2008 12:43 pm
Forum: Styles, Stylesheets and XML
Topic: Changed style sheet properly, text is always BOLD?
Replies: 9
Views: 5793

Re: Changed style sheet properly, text is always BOLD?

Create a new project and see if it happens in your new project as well (it shouldn't). Then compare the text of the CSS files in the two projects to see where the problem lies. It sounds like you may have set a property in the BODY element, but I can't be sure. Hey there, Thanks for the info. When ...
by EdlineTS
Tue Jul 08, 2008 11:32 am
Forum: Styles, Stylesheets and XML
Topic: Changed style sheet properly, text is always BOLD?
Replies: 9
Views: 5793

Changed style sheet properly, text is always BOLD?

Hey, Anyone know why, when you go into the Style.css and change a tag (in this case it is td for table data/text), that it would continue to make my text bold , even though I have changed it in the style sheet to be "regular" in the properties? This isn't just happening for me when I start...