Block level indentation - Is it possible with Dreamweaver 8?

Hi All,
I know that through Dreamweaver we can format our code (using
the "Apply Source formatting"). But what if I need to get a format
like this,
<input
type="text"
name="txtname"
maxlength="10"
class="txt"
/>
Is there any option available?. Or else, is there any
extension can be used to acheive this?.
Any help on this would be greatly appreciable.
Thanks in advance,
Dav

Hello,
Thank you for replying so quickly.
I'd like to replicate only the way Flickr shows the images.  The first page in the explore page (www.flickr.com/explore), I like that you can scroll down to see all the photos then you select and it opens in a new window.
Best regards

Similar Messages

  • I would like to build a photo gallery like wordpress or flickr.  Is it possible with Dreamweaver?

    Hello,
    I have built my website using Dreamweaver and show case my photos using simpleviewer pro.  I rather like the layout flickr, eg. http://www.flickr.com/explore.  Is it possible using Dreamweaver?  or do I need another programme to build it?
    Thank you.

    Hello,
    Thank you for replying so quickly.
    I'd like to replicate only the way Flickr shows the images.  The first page in the explore page (www.flickr.com/explore), I like that you can scroll down to see all the photos then you select and it opens in a new window.
    Best regards

  • Is this possible With dreamweaver cs3

    I am a photographer and for my future website I would really
    like a feature where the viewer can click on the photo and it flips
    over, and on the back I will have type/fonts explaining the photo.
    I want to be able to add/edit the type when needed. I have never
    designed a website but i am going to take classes to learn. Can
    Dreamweaver CS3 do this or any other program? Any help would be
    greatly appreciated.

    A simpler solution (no flipping) would be to use a photo
    album generating
    ware like JAlbum. It's free and you can add as many
    comments/details as you
    wish which will get picked up by the search engines. Many
    skins read
    digital info such as shutter speed, camera settings from your
    camera. A
    newer feature is GPS which provides maps to the location
    shoot. JAlbum was
    designed for photographers. It is very flexible with
    customizable CSS and
    skins. Best of all, it generates the thumbnail images and
    html pages for
    you so you don't have to. If you have many photos, this
    software will save
    you several hours of time. A+++
    http://jalbum.net/
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "DMAGANA1" <[email protected]> wrote in
    message
    news:fq1ska$nn8$[email protected]..
    > I am a photographer and for my future website I would
    really like a
    feature
    > where the viewer can click on the photo and it flips
    over, and on the back
    I
    > will have type/fonts explaining the photo. I want to be
    able to add/edit
    the
    > type when needed. I have never designed a website but i
    am going to take
    > classes to learn. Can Dreamweaver CS3 do this or any
    other program? Any
    help
    > would be greatly appreciated.
    >

  • Auto indent is not working in Dreamweaver

    Hi,
    I'm using Dreamweaver CS5 on Windows 7 and the auto indent in the Code pane is not working. All settings are at default after installation. The Indent option in Code Format in the Preferences is checked and set to 2 Spaces. Auto Indent is also checked in View > Code View Option.
    Steps to reproduce the problem:
    File > New with Blank Page, Page Type > HTML, Layout > None or any.
    The default code is not indented, pressing Enter to create a new line in the code, and typing any tag, for example <p> in a new line after <body> doesn't have any auto indent and all new lines are left aligned.
    Do you have auto indent? If yes, what is different from what I described?
    Your feedback is greatly appreciated.

    Thanks Nancy, but this didn't make any difference.
    Just to be clear, I'm new to Dreamweaver and my expectation is if I have for example:
    <body>
    then press the Enter key and type
    <p>
    after completing the <p> I expect Dreamweaver to recognize it as a tag that logically should be indented and add the indent automatically, making it like this:
    <body>
        <p>
    Is my expectation wrong?. This is how auto indent works in other programing environments like Microsoft Visual Studio when coding in C++.
    If I make the indent manually before typing <p> , for example adding a few spaces then the next line is on the same level keeping the indent. Is this what Dreamweaver considers as auto indent? May be I had higher expectations but then what is this 2 Spaces or Tabs in the Preferences?

  • A few simple problems with dreamweaver 8

    Hello,
    Please watch these 20 second clips so you can see my problem.
    First video (quite fuzzy, sorry):
    http://tinypic.com/player.php?v=qsp10x&s=5
    I want it so it goes down 1 line instead of 2 lines at a
    time..
    Second video:
    http://tinypic.com/player.php?v=8wgt93&s=5
    I want to put something in that massive area next to the
    buttons table area, but it keeps going underneath..

    Hello,
    I don't think I've seen screenshot video showing a question
    before. Clever.
    1. Use CSS to set the margins for the <p> tags.
    p {margin: 0px;}
    or
    p {margin: 0.2em 0em}
    Adjust as needed.
    2. That's how HTML works. Elements follow the normal flow and
    block level
    elements, like a table, usually begin on a new "line."
    You could make the table with your navigation in it a 2
    column table.
    Insert the navigation in the first column.
    Insert a new table in the second column.
    Then, the new table will sit to the right of the navigation.
    You could also use divs and CSS to float them next to each
    other.
    Your best bet is to set DW aside for a little while and learn
    HTML and CSS.
    DW will be far easier to use if you understand how HTML
    works.
    Then you'll understand why things happen like they do, what
    is possible and
    how to do it.
    If you don't, DW will be a very frustrating adventure with a
    hard learning
    curve.
    A good place to start:
    http://www.w3schools.com/
    Take care,
    Tim
    "jimmyharr" <[email protected]> wrote in
    message
    news:gn77dk$82e$[email protected]..
    > Hello,
    >
    > Please watch these 20 second clips so you can see my
    problem.
    >
    > First video (quite fuzzy, sorry):
    >
    [url]http://tinypic.com/player.php?v=qsp10x&s=5[/url]
    > I want it so it goes down 1 line instead of 2 lines at a
    time..
    >
    > Second video:
    >
    [url]http://tinypic.com/player.php?v=8wgt93&s=5[/url]
    > I want to put something in that massive area next to the
    buttons table
    > area,
    > but it keeps going underneath..
    >

  • Enable Submit Button at User Level and Disable at Block Level

    I developed a query_find form having empno field:
    Once the Employees‘s data is returned, then the new form that opens up should have the following fields.
    Employee Name
    Employee Number     
    Salary
    Address
    Notes
    and submit button.
    i have taken Employee Name,Employee Number,Salary,Address,submit button in xx_emp block.
    and i have given Query Data Source as xx_EMP_v view.
    and Notes related to xx_dum_emp block and for this query data source as xx_emp_details table(here notes field is contorl item)
    And i have written the following code in the submit button
    IF :xx_dum_emp.NOTES IS NOT NULL
    THEN
    INSERT INTO xx_emp_details
    (employee_number,
    employee_id,
    employee_name,
    address,
    salary,
    notes
    VALUES (:xx_emp.employee_number,
    :xx_emp.employee_id,
    :xx_emp.employee_name,
    :xx_emp.address,
    :xx_emp.salary,
    xx_dum_emp.notes
    END IF;
    commit;
    I have taken all the fields in the same canvas.
    Requirement:
    Submit Button should be enable for the specific user.For other users it should be in disable mode.
    so i have written code in POST_QUERY of the calling block as below:
    IF l_name = 'TESTUSER'
    THEN
    SET_ITEM_PROPERTY ('XXMZ_EMP.SUBMIT',
    enabled,
    property_true
    ELSE
         SET_ITEM_PROPERTY ('XXMZ_EMP.SUBMIT',
    enabled,
    property_false
    END IF;
    It's working fine.
    Suppose i query with empno 10 it will return Employees‘s data.So in that form i just enter some text in the Notes field
    then click on submit.then close the form.again query with the same number then i need to disble Submit button at this level.
    Is it possible to Disable the Submit Button?

    Hi Dhana;
    If your issue about Forms Customization please follow below and see its helpful:
    Subject: Customization in Oracle Applications Doc ID: 743490.1
    Subject: Forms Customization Doc ID: 69995.1
    Subject: Setup & Usage (Customization) Doc ID: 104697.1
    Please see "Oracle Developer Guide" available at:
    Applications Releases 11i and 12
    http://www.oracle.com/technology/documentation/applications.html
    Also see:
    http://oracle.anilpassi.com/forms-customization-steps-in-oracle-applications.html
    http://oracle.anilpassi.com/a-new-custom-form-in-oracle-apps.html
    I hope those are can be helpful for you
    Regards
    Helios

  • Pre-insert block level, Seq.Nextval leaving gaps problem

    Hi...form friends,
    I used DB sequence in pre-insert block level trigger.
    SELECT seq1.nextval INTO :abc.log_id FROM dual;
    Everything works fine,except leaving gaps randomly .
    It leaves around 10 no.s gaps in-between. And that happens randomly...
    lets say I insert 5 records..then it will be 1,2,3,4,5.
    Then it may jumps to 15,16,25 like...that....
    I searched for this problem...but some say when form failure occurs, it leaves gap of CACHE no. specified....and some say its not possible to use DB seq. with forms perfectly ..!!!!
    Anybody have any idea about this issue ???
    Thanks....

    Putting that functionality in a row level trigger will cause a mutating data exception.
    Locking the table for update is not sufficient, you need to prevent other users inserting as well.
    I've posted a method a few times before which uses dbms_lock and a table of serial numbers which is used in place of the oracle sequence. This provides maximum concurrency and allows for data to be rolled back, but there is obviously a payoff in terms of performance so it should only be used when absolutely necessary. There is a similar example in the link I posted above (which is a far more considered explanation than I've posted elsewhere!), along with some caveats about using gapless sequences and whether there is truly a need.
    One of mine:
    Re: On commit - sequence increases

  • Block level tracing to a file

    Hi all,
    I would like to output the block level trace in a form to to a file(by default its console)...WHERE DO I SPECIFY THE PATH TO THE FILE? I have checked waveset.properties and SystemConfiguration files but found that we can only specify the trace of an entire workflow..
    "Block trace to a file" is what i want..
    Yash

    From the FAQ on Sharespace
    SUBJECT:
    How to dynamically enable trace for a single workflow.
    QUESTION:
    If you've ever enabled workflow trace in the Waveset.properties file, you know that
    it can generate a lot of output. Is it possible to just enable tracing for a single
    workflow?
    ANSWER:
    There are three ways to turn on workflow trace:
    - Waveset.properties file
    - in the WFProcess definition
    - with a workflow variable
    To enable trace unconditionally for a particular process, you will need to edit the
    XML of the TaskDefinition object.
    Locate the <WFProcess> element and add this attribute:
    trace='console'
    to trace to the console or:
    trace='workflowTrace.txt'
    to trace to a file. You can have more control over when tracing happens by using a workflow variable. The engine will look for a top-level workflow variable named "trace" whose value may be set as shown above.
    For example:
    <Variable name='trace'>
    <cond>
    <eq>
    <ref>accountId</ref>
    <s>adminA</s>
    </eq>
    <s>workflowTrace.txt</s>
    </cond>
    </Variable>
    This turns trace on only if the workflow is operating on a user named "adminA".
    You could also set this in a form field if you want to control trace interactively.

  • Block level filters on measure object

    Hi,
    Wanted to know a way to suppress rows in a crosstab with all zero's
    I.e. if the measure value for a complere row is zero , it should not be shown.
    Or indirectly, how do I apply block level filter on a measure object in webi?
    I am using block level filters on dimension objects but could not find how to do this on measure object to achive what I wanted.

    Hey David Thangaraj,
    Filtering Measure objects is not possible.
    Use Alerters:
    Before creating Aleters, do sort on your Measure column.(ASC/DSC)
    1. Name Alerter
    2. Condition: Measure = 0 then <Format>
    3. Make Fore and Background same <White & White>
    4. Remove Borders
    5. Save (OK).
    Now apply this Alerter condition on toal row, means on all columns/objects there in Report/table/block.
    OR
    Select the Whole Block:
    Go to Properties:
    Uncheck : Show when empty
    and Show measures with empty values & Dimensions check boxes also. (Am not exactly remembered text)
    Hope this way you can do that.
    Gracias...!!

  • Using a MsAccess database with Dreamweaver CS4?

    Hi Everyone,
    I have a question concerning using a Microsoft Access Database with Dreamweaver.
    First, I was wondering if this was possible. Second, if it is, could someone give me instructions or a link on how to do this. I am pretty new to Dreamweaver, code, etc..., so simpler instructions on how to acheive this would be great.
    Here is some information...
    1) I am running Windows XP SP2
    2) I am using Microsoft Office 2003 (Acces included)
    3) I am using Dreamweaver CS4
    4) I have installed XAMMP (Apache,MySQL, FileZilla, and PHPmyAdmin, as far as I know)
    If anyone needs more information, I'll be hapy to share it as soon as possible.
    Any help is greatly appreciated,
    Musicman1994

    The choice of database really depends on which server-side technology you plan to use, and what you're actually planning to use it for.
    Access was designed to create databases for small office systems. Although I personally found it very confusing, a lot of people like it and say it's easy to use. However, its major drawback is that it creates very large files; and as soon as the website gets a reasonable amount of traffic, Access has a tendency to freeze or lock up. You can create your database in Access and then export it to another database system, such as Microsoft SQL Server or MySQL. But it's better to start with the database that you ultimately plan using.
    I certainly wouldn't recommend developing anything in ASP and then attempting to convert the website to PHP. Although all server-side programs share common features and structures, the code is completely different. So, take some time over choosing your technology first. If you have never developed in ASP, you should be aware that Microsoft stopped developing it about ten years ago. It's still popular and widely available, but ASP is likely to dwindle in usefulness as the years go by. Use PHP or ColdFusion, both of which are supported by Dreamweaver. The other main alternative is ASP.NET, but that's no longer supported by Dreamweaver.

  • Please Help Me With Dreamweaver (URGENT!)

    I don't know if I'm posting in the right section, if not please
    forgive me and post me in the right place. Please help me out with
    my website. I don't know what I did or how I did it. But when I
    tried to change the link for my forum section, everything else
    didn't work. When you go to my site, www.urbanwritten.com and click
    on any of the links on the left hand side, its goes to page cannot
    be found. And it was working fine before all of that. If you are
    good with dreamweaver of know what my problem is and know how to
    fix it, PLEASE RESPOND to me I'm literally crying. I am in dire
    need of help!!! My saved and uploaded files are how they're suppose
    to be, but they're just not showing up on the website for some
    reason. PLEASE help me out. If you think you know how to fix my
    problem let me know and I'll give you my ftp info so you can take a
    look.
    P.S. It was working way before I tried to make the changes
    for the forum link.

    You can fix it in ten minutes tops.
    First- is the site correctly defined?
    The index frameset and
    http://www.urbanwritten.com/Home.html
    should be in
    the root level of the Local Site Folder.
    The Templates folder should be in the root level of the Local
    Site Folder.
    The remote site should be a mirror image, with the homepage
    at the root top
    most level. If the remote shows a folder like public_html or
    www or similar
    where the site files need to go into that subfolder; put that
    folder name
    into the "host directory" line of the remote info for this
    site definition.
    open MainLayout.dwt for editing.
    dw menu-->File-->Check Page-->Check Links.
    in the Results panel it shows the broken links.
    Fix them by either clicking that line so it opens the page to
    that link, and
    use the folder icon for the LINK in the Property inspector to
    pick the
    correct file to link to, OR use the folder icon at the far
    right of the
    broken link listing to do the same thing.
    there should be no broken links in the template when done.
    The key concept is to have the links work in the template
    file. Then dw will
    manage the link paths when you use that template on a child
    page.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Change visual_attribute on current item at block level

    Hello everybody.
    Is there anyway to apply visual_attribute on current item at block level ? Explanation: i have block with a lot of items, so it's really hard to create many POST-TEXT-ITEM triggers on every item and apply visual_attribute on it...
    Thx in advance.
    Adnan
    Edited by: adnanBIH on Dec 7, 2009 11:38 AM

    Hi,
    You can set the visual attribute using the following as per your requirement:
    This is for item instance
    Set_Item_Instance_Property( 'Your item', CURRENT_RECORD, VISUAL_ATTRIBUTE,'Custom_attribute'); for item
    Set_Item_Property( 'Your item', VISUAL_ATTRIBUTE,'Custom_attribute'); regards
    knick
    Edited by: knick on Dec 7, 2009 10:46 AM

  • Am I able to add items to my website that my users can download with Dreamweaver?

    I'd like to add a feature where my users can download my
    ebooks from my website for free. Is this available with Dreamweaver
    and if not, does anyone have a resource on this method?
    Thank you
    D Sterlin

    There are only two ways to process form data -
    1. Use mailto:[email protected] as the action of the form
    2. Use a server-side scripting method to a) harvest the
    form's data, b)
    process it in some manner, e.g., enter it into a database, c)
    formulate and
    send an email to one or more email recipients, and d)
    redirect the visitor
    to some ending page
    Method 1 is quite simple, and is also the least reliable. It
    depends both
    on your visitor having an email client already installed on
    their computer -
    this eliminates public computers, or home users without email
    clients
    installed (more and more it seems) - and on the installed
    email client
    responding to
    the mailto call. It is not possible to use this method *and*
    send the
    visitor to a
    thank you page as well.
    Method 2a is the preferred method, since it eliminates the
    problems of
    method
    1, but it means that you have to grapple with
    server-scripting somehow (ASP,
    CF, PHP, perl, etc.).
    Method 2b would be to use some third-party form processing,
    like
    http://www.bebosoft.com/products/formstogo/.
    You would have to decide which of these methods is best for
    your needs,
    but if it's Method 2a, then start by asking your host what
    they provide for
    form
    processing. If it's 2b, then read their FAQ/instructions
    carefully.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "dsterlinjustin" <[email protected]> wrote
    in message
    news:g1dfdi$5bq$[email protected]..
    > thank you. I will do the above method. Do you know how
    the information in
    > the spry fields get sent to you?
    >
    > Im a bit confused about that also.
    >
    > D Sterlin

  • Goods movement not possible with movement type 702

    Hi experts,
    I have created a new movement type 702 (a copy of 602) for return delivery from customer.
    When I create delivery I did not face any issue. However while doing post goods issue, I get error
    "Goods Movement not possible with mvmt type 702."
    Is there any configuration missing for post goods issue?
    Please advise.
    Thanks,
    Pri

    DEAR,
    AFTER CHECKING IN "OMJJ" ...SEE WHETHER YOU HAVE NOT BLOCKED THIS MOVEMENT...
    ALSO SEE IN OPTION WHETHER ALL TRANSACTIONS HAVE BEEN ENTERED LIKE
    "MI01"
    "MI02"
    "MI31"
    "MI07"
    "MI37"
    WE ARE PERFOMING THIS ACTIVITY USUALY SO PLZ PERFORM IT,,WE ACTUALLY BLOCK THIS MOVT TYPE AFTER ARE PHYSICAL INVENTORY...
    OR EVEN IF THESE DOESNT WORK..
    GO TO "SU01" IN WHICH PUT THE USER ID AND CHECK IN AUTHORISATION WHICH PROFILE IS ASSIGNED TO IT..
    REGARDS
    REWA

  • Database creation with dreamweaver without internet

    Dear all,
    I have a database with acces in the folder of my website on my computer.
    I have two files : Accountcreation.html and Accountdatabase.accdb
    When I input datas in the html file, i would create a new line in the accdb file. Is it possible inside dreamweaver to create this link without a mysql server?
    Because i need to configurate my website without connection.
    Thanks in advance

    Hi
    The question I have to ask here is, "How good is your php or javascript?".
    The reason I ask this is that there are 2 or 3 ways to do this.
    The first would be to use a localhost server and database, (if it is just for use on your computer) -
    http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html
    The second would be to use 'IndexedDB' which is a browser based database, see -
    http://msdn.microsoft.com/en-us/library/ie/hh673548%28v=vs.85%29.aspx
    The third method would be to use a simple csv text based database, (similar to the old 'flat file' database) but this one I would not recommend.
    PZ

Maybe you are looking for

  • Beginner iOS developer...questions on the universal UI

    I'm a first time iOS developer and working on completing a universal puzzle app that supports iOS 6 and above. On the UI front the main UI has 4 buttons (using a custom UI round button class from cocoacontrols.com) and a About button (at the bottom)

  • I cannot get an answer from Verizon on this issue

    My data usage has been rather annoying. it jumps from 0.90gb to 2.90gb and back. And I keep getting these text messages whenever the usage goes over 2gb. The real usage is 0.90gb. I tried asking verizon CS via phone and email through My Verizon but c

  • Oracle forms 11g windows 64bit - File extraction password

    Hi there, I downloaded Oracle Fusion Middleware11g Forms and Reports (ofm_frmrpts_win_11.1.2.0.0_64_disk1_1of1). When I begin to extract I am getting bogged down with a password message and that is: File Windows-amd64 is password protected. please en

  • Does xf86-video-intel-git work for you?

    I have a Lenovo R61 laptop with intel chipset, and i used to use xf86-video-intel-git from aur : http://aur.archlinux.org/packages.php?ID=18678 since last week it needed packages from new xorg. I installed new xorg from testing, build it and when i i

  • PS CS5 Can not pan nor scrubby nor reset to default

    Hello, RE: PS CS5 Extended I have a 64x HP duo core with the latest updates of my NVIDEA GeForce 6150 LE video driver and with PS stating "Your applications are up-to-date".  I have three problems that I believe are all interelated. 1. I can not pan