DW9 (CS3) split view not work with ASP files?

I just installed and ran DW CS3 (ver 9.0 bulid 3481) -- I use
"coder" view for the screen layout. I like the split-view style
since I code inline HTML with my ASP and ASPX code. However, the
new version has the split-screen view button grayed out. How do I
enable split view when I edit files that are not just ending in
"htm" or "html" extensions? If the Adobe programmers made an
ASSumption then they need to issue a patch and remove it pronto. I
do not want someone else making decisions on how I do my work...I
get enough of that from Microsoft already, I do not need it from my
tools also. Please forward this to the developers if there is no
way to change my preferences, otherwise please tell me how to edit
a config file or hex-edit the executable to get this funtionality
back. TIA!

I still can't figure out why the split view or design view is
grayed out and not accessible when editing files with an .asp or
.aspx extension and it is driving me crazy! I called the support
line and got someone in India who didn't understand my problem. 30
minutes later I finally got her to agree to transfer me to
secondary support but they were busy and she promised me they would
call the next day. That was over a week ago. I didn't even get a
voicemail, even though I stayed by my phone the whole day. I see
that support for DW under Adobe is no better than it was under
Macromedia...how sad. Microsoft Expression Web is looking better
and better every day....... :(

Similar Messages

  • Crystal Viewer not working with Parameterized file

    When I run a classic ASP file without parameter collections, I can see Crystal Viewer with data from the db. This works fine.
    If, however, I run an ASP file with parameter collections, I get static text only.
    The viewer is not displaying records from the DB.
    I have done researches online but can't seem to get this to work.
    Any working sample of parameterized asp files will be greatly appreciated.
    This is the only thing stumping me now.
    Many thanks in advance for your assistance.
    If you need code snips, please let me know.

    Hello Simflex,
    as you refer to the legacy technology VB6 I recommend to post this query to the [Legacy Application Development SDKs|SAP Crystal Reports - Legacy SDKs; forum.
    This forum is dedicated to topics related to legacy SDKs, including the Report Designer Component (RDC), OCX, VCL, and Crystal Reports Print Engine (CRPE).
    It is monitored by qualified technicians and you will get a faster response there.
    Also, all Legacy Application Development SDKs queries remain in one place and thus can be easily searched in one place.
    Thanks a lot,
    Falk

  • Quicklook does not work with WMV files and quick look no longer maintains resized views when viewing from a folder using the up/down arrows

    Quicklook does not work with WMV files and quick look no longer maintains resized views when viewing from a folder using the up/down arrows. Any fixes?

    Same problem here...

  • Has anyone not working with .dv files had synchronization problems?

    Has anyone not working with .dv files had sound synchronization problems? I'm not exactly sure what the alternatives to DV are, but I think one of them is HD.
    The reason for asking this question is to help isolate the nature and cause of a very serious flaw in iMovie '11. In the original release of iMovie '11 (version 9.0) there was a small--but serious--synchronization problem. In the 9.01 there is a large synchronization problem. We know of one person who has not experienced the problem, and he is not working with DV files (media). So we want to find out if anyone who is using something other than .dv files is experiencing a lack of synchronization between sound and picture. Knowing the answer to this will help with figuring out where the cause lies. For the initial iMovie '11 release (9.0), you probably would not notice a problem unless you had very long event-clips, e.g., two hours long. Events get this long if you are transferring from analog 8 mm tapes. Even then, it would have to be in scenes in which the connection between event and sound is obvious, e.g., close ups of people talking. It isn't until the 9.01 release that most people would notice anything. All we need to do is establish one case of a synchronization problem in which the person is using something other than DV.
    Message was edited by: Paul Bullen

    Hopefully, the 9.0.2 release will make my question moot. Zyfert must have posted the announcement of the release just as I was formulating my question. Still, if you have information on the subject, it would be interesting to hear.

  • Validation Event Handler Not working with Flat File GTC Trusted Recon

    We are created Event Handler for checking special characters in Telephone field.Its working fine when the user is created through Admin Console.but the event handler is not triggering while doing GTC Flat File Trusted recon.
    Version: OIM 11.1.1.5.0
    Can someone please help me out with this.
    Thanks
    Edited by: 790561 on 17-Feb-2013 09:01
    Edited by: 790561 on Feb 17, 2013 9:35 PM
    Edited by: 790561 on Feb 18, 2013 12:38 AM

    Validation Event handlers will not work with your trusted recon. You can use the GTC Validation provider, it is nothing but the plugins which you can insert with in your source field in GTC. I think you can easily get the steps for how to create a custom GTC Providers.
    Edited by: iam37 on Feb 16, 2013 4:09 PM

  • CS5.5 Split view not working

    Hi
    Im having an issue with the split view function of dreamweaver CS5.5
    I only tend to edit HTM and HTML and Dreamweaver has stopped recently being able to display the split view. The split view button isn't greyed out but when i click it,it acts like the button has been pressed but nothing happens.
    I can view both the code view and design view but upon clicking split, it does nothing. It was working fine until last friday and then stopped, i've not changed any configuration or settings.
    Has any one experienced this before or can shed any light on this.
    Thanks
    Lee

    Hmm, never run into that before.
    Have you tried any corrective steps yet, like clearing the program cache?
    http://forums.adobe.com/thread/494811

  • Design View not working with skins

    Hey,
    Excuses, I posted this question earlier in the "general
    discussion" topic.
    I'm using Adobe Flex 2. I have a pretty big project. If I
    open it, design view works. If I close Flex and open the same
    project again, design view wont work. There aren't any
    error-messages or warnings given. I have been able to track te
    problem down to graphical skins in a CSS declaration. I have to
    erase them, to make Design View work. Then, I paste the code back
    again. This is very inconvienent. Is this a normal problem,
    inherent to how Flex works. Is there an other, easier way around?
    Thanks in advance!
    Knut Nidelven
    Here is the code that does the damage...:
    .topBar {
    fontFamily: Arial;
    font-style: none;
    fontWeight: normal;
    font-size: 12px;
    upSkin: Embed('assets/button_top_up.png',
    scaleGridLeft="4",scaleGridTop="4",scaleGridRight="12",scaleGridBottom="12");
    overSkin: Embed('assets/button_top_over.png',
    scaleGridLeft="4",scaleGridTop="4",scaleGridRight="12",scaleGridBottom="12");
    downSkin: Embed('assets/button_top_selectedUp.png',
    scaleGridLeft="4",scaleGridTop="4",scaleGridRight="12",scaleGridBottom="12");
    selectedOverSkin: Embed('assets/button_top_selectedUp.png',
    scaleGridLeft="4",scaleGridTop="4",scaleGridRight="12",scaleGridBottom="12");
    selectedDownSkin: Embed('assets/button_top_selectedUp.png',
    scaleGridLeft="4",scaleGridTop="4",scaleGridRight="12",scaleGridBottom="12");
    selectedUpSkin: Embed('assets/button_top_selectedUp.png',
    scaleGridLeft="4",scaleGridTop="4",scaleGridRight="12",scaleGridBottom="12");

    VIEW | Style Rendering > Display Styles?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    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
    ==================
    "Ganda1f" <[email protected]> wrote in
    message
    news:f11lt2$sv9$[email protected]..
    > Hi All,
    >
    > Design view does not render ( just plain text, no
    formating ! ) in CS3.
    > So I
    > loaded the same file in DW8 ( installed on same machine
    ) & it works fine
    > !
    >
    > Anyone have any ideas why ?
    >
    > html doc is lnked via this:
    >
    > regards, Dave P
    >
    >
    > <style type="text/css">
    > <!--
    > @import url("style.css");
    > -->
    > </style>
    >

  • Design view not working with external style sheet

    Hi All,
    Design view does not render ( just plain text, no formating !
    ) in CS3. So I loaded the same file in DW8 ( installed on same
    machine ) & it works fine !
    Anyone have any ideas why ?
    html doc is lnked via this:
    regards, Dave P

    VIEW | Style Rendering > Display Styles?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    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
    ==================
    "Ganda1f" <[email protected]> wrote in
    message
    news:f11lt2$sv9$[email protected]..
    > Hi All,
    >
    > Design view does not render ( just plain text, no
    formating ! ) in CS3.
    > So I
    > loaded the same file in DW8 ( installed on same machine
    ) & it works fine
    > !
    >
    > Anyone have any ideas why ?
    >
    > html doc is lnked via this:
    >
    > regards, Dave P
    >
    >
    > <style type="text/css">
    > <!--
    > @import url("style.css");
    > -->
    > </style>
    >

  • Project Views not working with some Workspaces

    i have the effect that the project views on some workspaces are not working.
    i can enable/disable >Show Categories< as usual.
    when i enable it the structure of the project looks like:
    myproject.jpr
    |
    +---Sources
    | |
    | +----Miscellaneous Files
    | |
    | +------- all my files not structured
    |
    +---Business Components
    It does not matter what kind of Categories i choose it remains the same.
    In other workspaces on the same System Tab in the same System-Navigator everything works fine.
    any suggestion

    restart jdev didnt help but i
    removed workspace from ide and added the workspace again,
    now working again

  • Mail conversation view not working with Listserv

    Hello,
        For the most part the conversation view in Apple Mail works great.  The one place it does not work is for a listserv I am part of.  I get a lot of emails form this group, they all come from the same address, so it is the same address in the To: field, the From: field is different for each message.  I expected all the messages to be grouped by the same subject line but they are not.  Other emails that I get that are NOT from a listserv group perfectly, so I feel it has to be something specific to getting emails from a listserv. 

    Update......Somehow Mail sent 1/46 pending messages.....weird.

  • QuickLook not working with eps files

    My hard drive started to die late last year and I got it cloned. But now that I have a new hard drive, I can't preview eps files with QuickLook (holding down the space bar). I tried downloading this plugin http://www.eternalstorms.at/utilities/epsqlplg/ but it didn't work. Does anyone have any other suggestions? I work at a printing company and I deal with a lot of eps files every day. It's really frustrating not being able to preview eps files and having to open every single one. I'd love to be able to get the preview feature back. I can preview everything else, just not eps files.

    From a scripting level, ID doesn't see EPS as all vector, so I am unsure why it would be unable to differentiate during link updates.  If I place a vector EPS and a bitmap EPS and do:
    repeat with i from 1 to count every link
      get effective ppi of parent of link i
    end
    only one will have an effective ppi.
    I suppose you could script around this irregularity by running a script that basically set all EPS with an effective PPI to 100% veritical and horizontal scale after you have scaled them correctly. Something like:
    tell application "Adobe InDesign CS3"
        tell active document
            repeat with i from 1 to count every link
                if link type of link i = "EPS" then
                    set hasPPI to false
                    try
                        set hasPPI to effectivePPI of parent of link i
                    end try
                    if hasPPI ≠ false then
                        set vertical scale of parent of link i to 100
                        set horizontal scale of parent of link i to 100
                    end if
                end if
            end repeat
        end tell
    end tell
    As for why this isn't happening when Adobe updates links, I have no idea except that EPS has always been the red-headed stepchild of formats with InDesign...

  • Full-Text search is not working with PDF files - SQL Server 2012 64 bit

    Hi,
    We are in the process of storing PDF files in SQL Server 2012 with Full-Text search capability.
    I followed the steps as below and it works fine with word document but not for PDF files. I tried with PDF ifiler 11 & 9 and both are unsuccessful.
    Server/DB Level Settings:
    1)
    Enable FileStream
    2)
    Install Full-Text
    then restart
    3)
    Use [specific db]
    alter
    database [db name]
    add
    filegroup Files
    contains filestream;
    alter
    database [db name]
    add
    file (
    name = N'Files',
    filename =
    N'D:\SQL\DATA') to
    filegroup [Files];
    3)
    Database level
    Settings:
    FileStream:
    FileStream
    Directory name:
    [Set the name]
    FileStream
    non-transacted
    Access: [set Appropriate]
    3a)
    Add a
    datafile to DB
    with filestreamdata
    filetype.
    4)
    Share D:\SQL\DATA
    directory and
    add specific accounts
    with read/write
    access
    5)
    Give bulkadmin
    access to those
    specific accounts
    at server
    level
    6)
    From the
    page (link)
    download and
    install the *.pdf
    IFilter for
    FTS. Link:
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=5542
    7)
    To the
    PATH global system
    variable add
    path to the
    catalog,
    where you installed
    the plugin.
    Default for
    this version is:
    C:\Program
    Files\Adobe\Adobe
    PDF iFilter 9
    for 64-bit
    platforms\bin
    8)
    From the
    page (link)
    download a
    FilterPackx64.exe
    and install
    it. Link:
    http://www.microsoft.com/en-us/download/confirmation.aspx?id=20109
    9)
    Now from
    SSMS execute the following
    procedures:
    -sp_fulltext_service
    'load_os_resources',1
    -sp_fulltext_service
    'verify_signature', 0
    EXEC
    sp_fulltext_service
    'update_languages';
    -- update language list
    EXEC
    sp_fulltext_service
    'restart_all_fdhosts';
    -- restart daemon
    reconfigure
    with override;
    10)
    Restart the
    server
    11)
    select document_type,
    path from
    sys.fulltext_document_types
    where document_type
    = '.pdf'
    -select
    document_type,
    path from sys.fulltext_document_types
    where document_type
    = '.docx'
    12) Results are OK.
    Following is my Table /Index/ catalog script:
    CREATE
    TABLE dbo.DocumentFilesTest
    DocumentId  INT
    IDENTITY(1,1)
    NOT NULL
    PRIMARY KEY,
    AddDate datetime
    NOT NULL,
    Name nvarchar(50)
    NOT NULL,
    Extension nvarchar(10)
    NOT NULL,
    Description nvarchar(1000)
    NULL,
    FileStream_Id UNIQUEIDENTIFIER
    ROWGUIDCOL NOT
    NULL UNIQUE DEFAULT
    NEWSEQUENTIALID(),
    FileSource varbinary(MAX)
    FILESTREAM DEFAULT(0x)
    go
    --Add default add date for document   
    ALTER
    TABLE dbo.DocumentFilesTest
    ADD CONSTRAINT
    DF_DocumentFilesTest_AddDate
    DEFAULT sysdatetime()
    FOR AddDate
    EXEC
    sp_fulltext_database
    'enable'
    GO
    IF
    NOT EXISTS
    (SELECT
    TOP 1 1 FROM sys.fulltext_catalogs
    WHERE name
    = 'Ducuments_Catalog_test')
    BEGIN
    EXEC sp_fulltext_catalog
    'Ducuments_Catalog_test',
    'create',
    'D:\SQL\PDFBlob';
    END
    --EXEC sp_fulltext_catalog 'Ducuments_Catalog_test', 'drop'
    DECLARE
    @indexName nvarchar(255)
    = (SELECT
    Top 1 i.Name
    from sys.indexes
    i
    Join sys.tables
    t on 
    i.object_id
    = t.object_id
    WHERE t.Name
    = 'DocumentFilesTest'
    AND i.type_desc
    = 'CLUSTERED')
    PRINT @indexName
    EXEC
    sp_fulltext_table
    'DocumentFilesTest',
    'create',
    'Ducuments_Catalog_test', 
    @indexName
    EXEC
    sp_fulltext_column
    'DocumentFilesTest',
    'FileSource',
    'add', 0,
    'Extension'
    EXEC
    sp_fulltext_table
    'DocumentFilesTest',
    'activate'
    EXEC
    sp_fulltext_catalog
    'Ducuments_Catalog_test',
    'start_full'
    ALTER
    FULLTEXT INDEX
    ON [dbo].[DocumentFilesTest]
    ENABLE
    ALTER
    FULLTEXT INDEX
    ON [dbo].[DocumentFilesTest]
    SET CHANGE_TRACKING
    = AUTO
    ALTER
    FULLTEXT CATALOG
    Ducuments_Catalog_test REBUILD
    WITH ACCENT_SENSITIVITY=OFF;
    INSERT
    INTO DocumentFilesTest(Extension,
    Name,
    FileSource)
    SELECT
     'pdf'
    'BOL12006553.pdf'
    * FROM
    OPENROWSET(BULK
    'd:\SQL\PDFBlob\BOL12006553.pdf',
    SINGLE_BLOB)
    AS BLOB;
    GO
    INSERT
    INTO DocumentFilesTest(Extension,
    Name,
    FileSource)
    SELECT
     'docx'
    'test.docx'
    * FROM
    OPENROWSET(BULK
    'd:\SQL\PDFBlob\test.docx',
    SINGLE_BLOB)
    AS Document;
    GO
    SELECT
    d.*
    FROM dbo.DocumentFilesTest
    d WHERE
    Contains(d.FileSource,
    'BILL')
    Returns nothing. it should come from PDF file
    SELECT
    d.*
    FROM dbo.DocumentFilesTest
    d WHERE
    Contains(d.FileSource,
    'TEST')
    Returns from word document as follows:
    2           2014-06-04 10:11:41.393            test.docx docx           
    NULL   [BINARY Value]  [Binary Value]
    Any help is appreciated. Its been a long wait.
    Thanks,
    Vel
    Vel Thavasi

    Hello,
    Did you check the fulltext log files for more details about the errors. If the filter isn’t working, there should be errors in the error log file.
    The following thread is about similar issue, please refer to:
    http://social.msdn.microsoft.com/forums/sqlserver/en-US/69535dbc-c7ef-402d-a347-d3d3e4860d72/sql-server-2008-64bit-fulltext-indexing-pdf-not-working-cant-find-ifilter
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here.
    Fanny Liu
    TechNet Community Support

  • Flash Preloader Not Working with Local Files?

    Hello all,
    I have created a digital resumé using a Flash
    presentation. The presentation links to several SWF files that are
    rather large. I have designed and implemented preloaders for the
    files.
    My intent is to burn the whole product to CD for
    distribution. The problem I am having is that my Flash preloaders
    work perfectly in FireFox; I click the button in the main
    presentation and the preloader comes up in the target screen,
    followed by the SWF.
    However, the preloaders do not work at all in IE, which
    leaves a black pane with nothing in it and causes the user to click
    the button several times trying to figure out why nothing is
    happening.
    The Flash presentation that is being displayed is embedded in
    a HTML document. The user clicks a button to load a SWF to a
    separate screen; the preloader runs until the file is loaded.
    Any help you could provide is appreciated.

    I have attached the actionscript for the data connection. The
    odd thing about this issue is some of the data is being displayed
    from the webservice call and then some is not. The drop down list
    is not being populated but I am getting some text in a textarea
    that is on the form. My datasource is a SQL Server database and in
    ColdFusion administrator, I used the actual machine name to point
    to the datasource because it is directly linked to my web server.
    This configuration is the one giving me problems. If I change the
    datasource to my test SQL Server (server.somewhere.com) it works
    fine. Does this help any?

  • List Tile View not working with include rule on iOS?

    hi Expert,
    I used the List Tile View with include rule in Agentry 6.0 on WinCE before to generate "selected" object list upon different conditions, e.g., assigning tasks based on scenarios.
    Currently, I am experimenting the same function on iOS tablet.
    On the start screen which is a detailed screen for main object, there is a List Tile View and an include rule. However, the objects in the tile list are not updated correctly when the output of the rule changes. Note that the same include rule works perfectly with a List View for the same collection.
    To my observation, the problem seems to associated with "update" of the tiles when result of include rule changes. For example, in scenario 1, there are 5 objects in the list; switching to scenario 2, there are 10 objects. From the No.6 to No.10, the objects are correct. The No.1 to No.5 are still the original 5 objects for scenario 1.
    When the user clicks on tiles, it makes the situation worse. Normally, a single object's tile will always be shown in the selected tile regardless which tile is selected from the list.
    My development environment is 6.0.40 and the client is 6.0.40 on iPad (iOS 7.1). I would like to know whether this is a known issue before I provide more details.
    Thanks.
    -Yang

    hi experts,
    When I asked the question on this list tile view refreshing issue, my dev environment is Agentry 6.0.38.
    In Agentry 6.0.40.1's release note, there is a fixed
    AG-25821  iOS 7 refresh issue with iPad tile list
    However, I currently have Agentry 6.0.42.1 on iPad (iOS 7.1.2). And my editor/server is 6.0.42.0. I still have the list tile view refreshing issue. The same rule can be used on list without any problem. But the list tile still has trouble on display the right set of objects.
    My question is is that fix related to the problem I saw?
    Thx.
    -Yang

  • RSS Viewer not working with the BBC Weather Service

    Hi all  
    I  am unable to display an anonymous RSS feed on my  publishing site. I have checked similar posts but mine seems subtly different 
    in ULS
    Cannot find site lookup info for request Uri http://open.live.bbc.co.uk/weather/feeds/en/??????/3dayforecast.rss.
    My farm is patched to  SharePoint 2013, August CU. I am building demo intranet for a client to help them with their requirements. 
    I have not touched the master page ( hoping to do that shortly in the  branding phase) or embeded any JS.....yet
    - BBC weather RSS feed ( have tried this also on the server to check for firewall issue)
    - no Ajax options set
    - Have disabled Data View Caching .. though not sure this makes any difference.  
    My next thought was to start looking to see if  Web Proxy is causing my an issue. I have found this albeit for another version of SharePoint
    <system.net>
    <defaultProxy>
    <proxy proxyaddress="http://Proxy_Server:port" bypassonlocal = "true"/>
    </defaultProxy>
    </system.net>
    Now I have put in my actual proxy ip and port and I am getting close. Do I honestly need to hard code a credential  here ( as I had to with AutoSPSourceBuilder)

    Kumar
    Have you looked at the ULS logs to see if there are any clues. 
    As regards my issue, it  has been 'fixed' but I think it is a tactical solution rather than one we will deploy in production 
    Ok, I noticed when I demoed the intranet to the client last Thursday that one of my feeds was working.   I now  understand that this dev server is no longer using the web proxy. In which case we have two scenarios
    OOTB default Proxy
    <!-- DAN: OOTB <defaultProxy / -->
    <defaultProxy
    This the "tactical" config I have now and all feeds work.
    Proxy settings with bypass list
    <defaultProxy useDefaultCredentials="true">
    <proxy proxyaddress="http://Proxy_Server:Port" usesystemdefault="True"/>
    <bypasslist>
    <add address="http://open.live.bbc.co.uk" />
    <add address="http://MyIndustryFeed/rss" />
    </bypasslist>
    </defaultProxy>
    This is the config I had for my demo.  The second feed didn't work till I added the address to the bypasslist.
     If we were to reconnect the web proxy and use the above,  I understand you need to ensure the  proxy access on the server gets authenticated via the app pool account for the relevant web app - hard code credential or "always allow this
    user ". If you go down this route I will be interested in how you get on..  
    As a consultant all I can do is raise support  issues with the client - I am now allowed domain admin or web proxy access to verify  ;-(

Maybe you are looking for

  • Need the classes for fm REUSE_ALV_HIERSEQ_LIST_DISPLAY  does.

    I have a requirement where  I need to display header and item using alv classes..  (the same functionality that REUSE_ALV_HIERSEQ_LIST_DISPLAY function module does).  If any one worked on this please guide.

  • Problem with Macro Mode on 808 for close up pictur...

    -The 808 have much better video and picture quality both in normal mode and in macro mode than the N8, but not in picture macro mode! I took several pictures of very small things using the 808 with full resolution including extremely small text, but

  • Quantity correlation for deliv.group 001 -reg

    Hi While creating  delivery am facing below error. "Quantity correlation for deliv.group 001 from sls.order 0000000046 for deliv.item 000020" this i am facing for Genaric article in is-reatil, item cate group am using as 0002 and for main article sys

  • Eyedroppers in Levels

    1.) Does the order that you use the black point, grey point and white point eyedroppers make a difference? Should they be done in a particular order? 2.) I select a white point and a black point using the eyedropper tools in a Levels Adjustment Layer

  • Nesting "No Breaks" in a paragraph style?

    (Apologies if this has been asked and answered.) Is it possible to define my body copy paragraph style to automatically apply "no breaks" to the final two words in the paragraph? I'm pretty good about scanning through the text looking for paragraphs