Bullet points list beyond table cell displyaing

Just need of a small workaround / difficulty for a list style - basically in Firefox, the ball towards the left, view the points beyond the cell of the table, they are found in:

link

Any ideas to fix this?

See you soon.

Set the margin and the filling of the ul to zero.

--
Murray - ICQ 71997575
Adobe Community Expert
(If you * MUST * write me, don't don't LAUGH when you do!)
==================
http://www.dreamweavermx-templates.com - template Triage!
http://www.projectseven.com/go - DW FAQs, tutorials & resources
http://www.dwfaq.com - DW FAQs, tutorials & resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"Iain71" wrote in message
News:evts8i$Bf0$1@forums. Macromedia.com...
> Just need of a small workaround / difficulty for the list style - essentially in
> Firefox.
> points thumbnails displayed on the left, beyond the table cell
> they are in:
>
> http://www.choice-apex.com/
>
> Any ideas to fix this?
>
> Cheers.
>

Tags: Dreamweaver

Similar Questions

  • Set/get an Insertion Point in a table cell

    I'm an iteration through the cells in a table to a series of calls to ITableCommands::SetCellText (). This written properly in cells, but I also need to set the insertion point to the first character in the cell somehow. I have the GridAddress - is - it possible to get the selection of who? (I was able to select the entire cell, but I want to get the text of her selection. Does anyone know how? Thank you.

    Bob

    I had the TextIndex of the cell using ITextStoryThread::GetTextStart.

  • DW CS6 Valign a table cell?

    I use DW since Macromedia days.  I started my site Web to help teach yourself the publication of Laura Lemay Web with HTML 3, released in 1996.  I learned HTML 3.  I learned to use Dreamweaver.  I have maintained my site without too many problems, relying on DW.  Until the CS6.

    Now I'm lost.  I only want to vertically align a small icon (a 30 x 30 px JPEG) and 10-point in a table cell text. The cell is a length of three cells.  The code looks like this:

    < td colspan = "3" valign = "middle" >
    "" < img src = "... / images/misc/little-stars/Tiny-Star-1.jpg" width = "30" height = "31" border = "0" >
    < span class = "verdana10" > - in time for filming! (rules of < em > Dave < /em > clock!) </span >
    < table >

    It can be seen on the Web here.  http://www.techno-Imaging.com/gal15summer/gal2015summer.html

    I understand that does not support HTML5 valign = "middle" and that I should use a CSS style.  But most browsers should be backwards compatible.  I prefer to use the old code in this instance.

    If I knew how to add a CSS class to my default style sheet I would.

    TIA,-Dave

    Do what you want to achieve? (Although course without border)

    Remove the valign = "middle" and insert this code at the end of the img element:

    "img src ="... / images/misc/little-stars/Tiny-Star-1.jpg "width ="30"height ="31"border ="0" style =" "vertical-align: middle;" "

    Us-hh

  • Bullet Points

    Hi, when the chips are added to the text in a transparent text caption text anti-aliasing is removed. In addition, the background becomes transparent semi, which is a problem on a dark background. I use images for fleas instead, but am finding this process a lot of your time. Whenever I re - position the bullet point image it will re-due to its small size. Does anyone know of a better way to add bullets to text captions?

    Thank you.

    Hi, since posting this topic I found the icon "Insert symbol" in the legend of text editor. Instead use the button of the bullet point list, I am able to insert a symbol ball instead to get the same result.

    Thank you.

  • Change the background color of a table cell, depending on the selection in a drop-down list

    I have a drop-down list wrapped in a subform in a table cell. Users can choose green, yellow or red, and I want the background color to change according to their choice.

    Can you tell me why this script does not work? I'm sure that some of you, dear friends can see in a second.


    If (this. ListItem == "green") {}

    Subform1.DropDownList1.fillColor = "000,128,000"; BackgroundFill = "solid";

    }

    If (this. ListItem == 'yellow') {}

    Subform1.DropDownList1.fillColor = "255,128,000";

    }

    If (this. ListItem == 'red') {}

    Subform1.DropDownList1.fillColor = "255,000,000;

    }


    Thank you

    Hello

    I think you should be able to use the following code in the event change of the dropdownlist control.

    Form1. #subform [0]. Table1.row2.DropDownList1::change - (JavaScript, client)

    If {(xfa.event.change=="green)"}

    this.fillColor = "000,128,000";

    }

    If {(xfa.event.change=="yellow)"}

    this.fillColor = "255,128,000";

    }

    If {(xfa.event.change=="red)"}

    this.fillColor = "255,000,000;

    }

    Concerning

    Bruce

  • a cross on the table cell

    Is it possible a cross on the table cell?

    The term "strike" can have multiple interpretations.

    1. As a checkbox clickable?
    2. With diagonal lines, which intersect?
    3. With vertical lines or horizontal hash?
    4. With table cell fill of a model image pre-built?
    5. With gray scale or the fill color, without content, to suggest the use of cell?

    Pages, you didn't say what version, so I'll use v5.6.2, does not provide the points 1, 2 and 3 for the cells in a table.

  • can I have new paragraphs or lists in a cell in numbers?

    I know it's a spreadsheet software, but only occasionally, I have cells that I want to make a large amount of text I would like to divide, if it is not ideally lists, then at least start a new line. I don't see how though.

    Hi Brian,.

    Hold down the option key and press ENTER to insert a new line in a cell.

    You can select the text and add bullets and lists in Panel Format > text

    Kind regards

    Ian.

  • access to table cells

    Hello

    Could someone please help me understand how to access the cells in a table (to do)?  I have a report with a table full of a channel.  In a column, it shows a list of names (which come from a channel).  I have another string with a list of colors and I want to associate each name in the table with a color of the second round. I tried unsuccessfully to access even a cell using D2TabRow and D2TabCol and the content...

    Any help is appreciated

    Thank you

    Hi Muskeg,

    Edna has sent two times it shows the only way to change the font of the text in individual table cells properties.  You create, save and call a UserCommand, so is not simple.  The main problem you use is that the table in the REPORT object does not generally contain cells.  If you happen to have chosen a column type in the 'list of text', then you can access the contents of individual table cells, but otherwise, your only options are to get and set the values outside the table that the table is referencing - be they channel values or the values of variables or expressions.

    The easiest option is to get/set of string values and assign each column of the table or row to display the channel values.

    Brad Turpin

    Tiara Product Support Engineer

    National Instruments

  • Import of multilevel bullets word lists

    Hello, friends.

    I am trying to import help, with many lists bulleted, multilevel, from Word files (Office 2007) in RoboHelp 8.

    In Word, the material to chips is implemented by using the icon "list bullet" and carries a "List paragraph" style. (This is by default - no explicit styles application has been done.)

    I can import this material by using the option "convert HTML lists lists" and the result looks OK, but it is very difficult to change (and it looks different from the corresponding material created in RoboHelp). When I change (for example by adding new elements of ball) dashes change unexpectedly. Here is an example of a file with a few items to imported chips (top list) and some created in RoboHelp (list below):

    bulleted lists in RoboHelp 3-19-12.PNG

    The underlying HTML language is also quite different in their structure.

    The imported balls look like this in HTML:

    < ul type = "disc" >

    < li > < class p = "ListParagraphCxSpFirst" > This is the first bulleted item

    level < /p > < /li >

    < /ul >

    < ul type = "circles" >

    < li > < class p = "ListParagraphCxSpMiddle" style = "" left margin: 1.0 in.; "> this"

    the second level of ball < /p > < /li >

    < /ul >

    < ul type = 'square' >

    < li > < class p = "ListParagraphCxSpLast" style = "" left margin: 1.5 in.; "> this"

    the third level of ball < /p > < /li >

    The native balls look like this:

    < ul type = "disc" >

    < li > This is the first bullet level < /li >

    < ul type = "disc" >

    < li > This is the second level of ball < /li >

    < ul type = "disc" >

    < li > This is the third level of ball < /li >

    < /ul >

    < /ul >

    < /ul >

    Is it possible to import these files which translates the native structure in RoboHelp?

    I know that I can change the Word styles to make the appearance similar to RoboHelp, and I don't care the symbol used as the ball ('disc' vs 'ring' vs ' square'), but it does not solve the underlying structural difference, which seems to be the cause of my mounting difficulties.

    I suppose that a solution would be to run a search and replace on the HTML - utility, but there must be a better way than that.

    Thanks for any advice you can provide.

    Kind regards

    -George

    Thanks for the suggestions on your site, Peter. I could not use them directly, but they leave me on a series of experiments that led to a viable solution.

    The solution is the following: I imported lists bulleted as "lists of RoboHelp. This is done by selecting Edit, under Word document, on the second screen of the import process (called "Import"). The Conversion Settings dialog box, is equivalent opportunity style set up and break down the file imported by heading from the styles. After you have configured my style conversions, I clicked on Other Settings in the left pane to get a series of checkboxes. I chose the one that says "Convert list of words" and selected "RoboHelp list." I clicked OK, and then click Finish.

    Once the import is complete, I open each topic and selected all the elements of bulleted list (which had the same paragraph, no matter what level they were supposed to be) and clicked on the icon of the bulleted list. List items now set appropriate withdrawal.

    I'm still at the experimental stage with styles and style sheets to get exactly the look I want, but now I'm pretty confident that this approach will work for me.

    Thank you, Peter, pointing me in the right direction.

    -George

  • List of tables of the order - FrameMaker 10.0.2

    I see that it's happened (to a question of 2010), but my problem is different. I have a document with a file with plenty of tables. At random, it seems, they are out of order in the list of Tables. I thought it was because they were set to float so I changed all and sets a lot. Then I read the 2010 issue and have verified that the anchors are separated.

    Then... on a page with several tables, even though a paragraph with a separate anchor point between two tables, the tables are out in the BATCH. Help!

    Hey all, thought I'd post the info I got from the Adobe support:

    "It seems that the problem comes when the table anchor is on the previous page, but the table is on the next page. I checked that this happens in previous versions of FrameMaker as well. I'm a bug logged onto the same thing within our database. ... As a solution, pls. try to keep the anchor from the table and the table title on the same page. »

  • Why my table cells that extends?

    so I made a table for the text and I lined it and the text is in Nice does not exceed the limits of the table cells. I previes in firefox it looks fine, but when I previsualisez in safari the boxes look like they grew up, while the text is placed in boxes, it's not supposed to. I'll include a photo to show you what I mean.

    It is difficult to prescribe fixes for problems when we cannot see your code.  You have a Pointant URL to your page please?

    In the meantime, watch the tutorial on Tables to style with CSS.

    http://ALT-Web.com/demos/CSS-Zebra-table.shtml

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    www.Alt-Web.com/
    www.Twitter.com/ALTWEB
    www.Alt-Web.blogspot.com

  • FM7.2: Problems with frame anchored in the rotated table cell

    Hello O Experts,

    I am facing a nasty problem with FrameMaker 7.2 for Windows with frames embedded in rotated table cells. I was wondering if any of you have seen this problem and know how to solve.

    The problem is reproduced as follows:

    1 create a table.

    2. Add a small frame anchored "the point insertion" inside one of the cells.

    3. Add a line of text to the anchored frame.

    4 turn the cell by 90 degrees clockwise or counterclockwise.

    Up to step 3, the anchored frame and the line of text behave as expected. Can I choose both the frame and the text line, move and resize. In all cases, they are displayed correctly.

    After step 4, the following occurs:

    • The content of the anchored image appear or is badly distorted.
    • Is no longer, I can select or resize the anchored frame (if I try, FM acts irregularly and wildly moves the outline around the page).
    • I can choose is no longer the line of text in the frame.

    I enclose a file FM (created using integrated model "portrait" of FM) sample that illustrates the problem.

    If someone knows this problem and I hope a solution, I would greatly appreciate it if you'd share. Thank you very much!

    Michael,

    If you turn just the anchored frame itself and not the cell (content) then everything behaves. If you have lots of content for the anchored frame, then place a block of text in the anchored frame, use a suitable paratag in text and only turn the framework anchored (all content will follow along then).

  • Bullet Point irregularity

    RH7:

    Any bullet point style I create has too much space 'before' one, even if I use 0 (zero) as the "before" value in the paragraph properties box.

    Jeff, a couple of things you can check:

    1. in the Styles dialog box, look at the style of 'Lists' (can be in the category 'Other') and make sure that the value of the front is set to zero.

    2. open your CSS file in Notepad or some other text editor and check the OL, UL style to ensure that there are not all values in margin-top or padding-top. If nothing is there, you can add the margin-top: 0; and padding-top: 0; specifically say HR that you do not want any space before your lists.

    Let us know what presents itself.

    -Ben

  • The quarters between a bullet point and the text really

    I'm sure I've done this before, but can't remember how. I have a list of bullete (ul) and would like to leave a wider space between the chip and the beginning of the text. I tried to play with the padding and margins, but which moves the text and bullet point.
    I guess that things thinking it can be done...?
    Andy

    Good read through:
    http://alistapart.com/articles/taminglists/

    --
    Concerning

    John Waller

  • I m trying to create "expanding bullet points.

    I m trying to create "expanding bullet points", which is an interactive object that expands and display a text or a picture and then click Next, fold. I ve searched among the tools of animation with no result. Is this possible in Keynote?

    You must create three slides and use hypertext links to each slide.

    Right-click the object and select Add link, then select the slide you want to link to.

Maybe you are looking for