I want to create basic phrase macros on keyboard. Like "good morning" as a single button. Is it posibble?

Everyone uses daily phrases very often. Like good morning, good night... etc.
I want to set up a keyboard similar to emoji which has these phrases as buttons.
Is it possible on official ios itself or with any apps?

No. You can create keyboard shortcuts though. Look in Settings > General > Keyboard > Shortcuts.

Similar Messages

  • Create and Edit with single button

    Hi Experts
    I am working in jdev 11.1.1.3.0
    I have Employee table and i need to create Depart information for that employee. Here i am using single button for both create and edit.
    Can you suggest me the approach.

    I tried the approcah what describe in the below link
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/45-decision-based-method-outcome-169187.pdf
    But in my case my task flow is
    edit
    Method call----> Router-------------Depart.jsff
    |
    |
    CreateInser
    <?xml version="1.0" encoding="windows-1252" ?>
    <adfc-config xmlns="http://xmlns.oracle.com/adf/controller" version="1.2">
    <task-flow-definition id="emp-deprtment-config">
    <default-activity id="__11">navigateSrvChar</default-activity>
    <input-parameter-definition id="__8">
    <name id="__9">bidId</name>
    <value>#{requestScope.bidId}</value>
    <class>oracle.jbo.domain.Number</class>
    </input-parameter-definition>
    <view id="deprtment">
    <page>/jsffs/emp/deprtment.jsff</page>
    </view>
    <method-call id="navigateSrvChar">
    <method>#{DepartmentBean.editOrCreate}</method>
    <outcome id="__17">
    <fixed-outcome>navigateSrvChar</fixed-outcome>
    </outcome>
    </method-call>
    <method-call id="CreateInsert">
    <method>#{bindings.CreateInsert.execute}</method>
    <outcome id="__28">
    <fixed-outcome>CreateInsert</fixed-outcome>
    </outcome>
    </method-call>
    <router id="router1">
    <case>
    <expression>#{pageFlowScope.navigation == 'edit'}</expression>
    <outcome id="__18">edit</outcome>
    </case>
    <case>
    <expression>#{pageFlowScope.navigation == 'create'}</expression>
    <outcome id="__19">create</outcome>
    </case>
    </router>
    <control-flow-rule id="__23">
    <from-activity-id id="__24">navigateSrvChar</from-activity-id>
    <control-flow-case id="__27">
    <from-outcome id="__26">navigateSrvChar</from-outcome>
    <to-activity-id id="__25">router1</to-activity-id>
    </control-flow-case>
    </control-flow-rule>
    <control-flow-rule id="__29">
    <from-activity-id id="__30">CreateInsert</from-activity-id>
    <control-flow-case id="__32">
    <from-outcome id="__31">CreateInsert</from-outcome>
    <to-activity-id id="__33">deprtment</to-activity-id>
    </control-flow-case>
    </control-flow-rule>
    <control-flow-rule id="__6">
    <from-activity-id id="__7">router1</from-activity-id>
    <control-flow-case id="__12">
    <from-outcome id="__13">edit</from-outcome>
    <to-activity-id id="__10">deprtment</to-activity-id>
    </control-flow-case>
    <control-flow-case id="__15">
    <from-outcome id="__16">create</from-outcome>
    <to-activity-id id="__14">CreateInsert</to-activity-id>
    </control-flow-case>
    </control-flow-rule>
    <use-page-fragments/>
    </task-flow-definition>
    </adfc-config>
    but i am getting error like " The ADF Controller cannot find metadata for activity '/taskflows/emp/emp-deptment-config.xml#emp-deptment-config@router1'."
    any inputs could be highly appreciate
    Edited by: user642703 on Oct 20, 2011 5:33 AM

  • I am mac user and want to create Object in VBA macro. when i write "set objwrd=createObject("Word.Application")"- it returns "runtime error "492" can't create object". now what it alternative to create object for word in excel macro???

    I am mac user and want to create Object in VBA macro. when i write "set objwrd=createObject("Word.Application")"… it returns "runtime error "492" can't create object". now what it alternative to create object for word in excel macro???

    Any help here...
    http://support.microsoft.com/kb/288117
    http://www.macworld.com/article/1154785/welcomebackvisualbasic.html

  • Having trouble figuring out how to save the original photo after I've cropped it - i.e. I want to create a headshot of my husband from a photo of the two of us, but I also want to keep the original. Seems very basic, but can't seem to figure it out. Any h

    Having trouble figuring out how to save the original photo after I've cropped it - i.e. I want to create a headshot of my husband from a photo of the two of us, but I also want to keep the original. Seems very basic, but can't seem to figure it out. Any help would be great!

    Use File >> Save As
    Choose a different file name so as not to overwrite the original and don't save any changes when closing the original.

  • So I want to create my own IRC client...

    I've wanted to make my own IRC client for a long time now. As soon as I switched from winfailure a few months ago (I think nearly a year now! ), actually.
    As time went by I've slowly, begrudgingly gotten used to irssi, but with gritted teeth all the same. On winfailure, I used HydraIRC, and while this application was quite good, its supposedly open source license wasn't free as in free speech, only as in free beer. So while the code was open, it was only opened such that the code couldn't be used in other projects. Stab.
    Anyway, I used this client for the better part of a year, and while it lacked quite a few things that would have probably turned others away like the complete lack of a scripting engine, it did what I wanted pretty well, and set an operational standard, if you will, that I got used to and have not found anywhere else. Yet.
    So I want to recreate the standard I picked up on but for POSIX platforms (except for cygwin), and introduce some features of my own too. I simply don't know where to start, however.
    Note that the subject says "create", not "write" - after asking around a bit in IRC ##linux recommended I try taking two IRC clients that have the features I want and merging their codebases. I've never done something like this before but I think it'd probably be fairly interesting, if not trying.
    So, I'll list the features I'm looking for, and perhaps you can give me some suggestions on 1) how I'd either implement this myself or 2) a client with X feature already coded in. Thanks.
    The features I'm looking for:
    - Code Simplicity: This is the most important, to me, in the case of using others' code. Complex code (just look at rxvt if you want complex code) will just confuse and down-hearten me and make me run away.
    - A network-oriented model: I want a client with a daemon, or server, that connects to my networks and performs most "heavyweight" takes, and a client, which just handles display. Quassel does this to an extent but is horribly underdeveloped and I don't have a system powerful enough to handle running Qt on a long-term basis (since I already tend to use GTK apps). I also don't know C++.
    - Multiple clients: This is the second most important. I really need this one. I want to be able to have a "main" client that can connect to the server and manage general tasks, and a "light" text-based, console-driven client that connects and can be run over ssh, for example. Quassel completely falls apart here because it uses KDE's network-IPC libraries to transfer data from the server to the client, which a quick check with Wireshark showed to be binary. And I wouldn't want my "lite" client to require KDE, or at least KDE's libraries - that'd just be majorly weird.
    - Speed: I want the client to be fast and responsive at all times, even on slower systems, and even when I'm connected to a lot of channels.
    - Scriptability: It doesn't need to be complex, like Perl's library that applications can bind in. That's overmuch IMHO and, most importantly, slow.
    I don't think one particular client meets those needs, but a few of you will probably shout "xchat!" Well, X-Chat is... not my thing. If irssi could be considered very far away from HydraIRC in terms of operation, X-Chat is the same distance away twice over. It doesn't operate the same way at all.
    So, now that I've loosely explained the features I want, let me now explain another thing I want to be able to do.
    Despite having hardware in dire need of upgrading right now (these systems aren't nearly that bad, but Firefox tends to eat my 512MB of RAM up pretty quickly, and I recently found all the PCs this house has in it 99% likely can't use DDR2 RAM, which isn't too good), I hope and believe that one day I'll upgrade to considerably better equipment with extensive graphics support. With this newer hardware I hope to create a new kind of UI model with animation integrated into the look-and-feel model of the UI the same way images are used for the same purpose today, GPLv3 license it so corporations can't steal it and use it in their products, and then bind it into my IRC client.
    However, I want to start now, before I upgrade. With this in mind, I don't know whether I should make my own GUI toolkit, or use an existing toolkit now and rewrite half the codebase later to support my own graphics and animations. I'm not very good at making things that are programmatically extensible and flexible, so I don't really know what to do here. Simple hand-rolled toolkits such as dialogs with some text and a button can be managed in under ~250 lines of code, but anything bigger, and, well... you get stuff like GTK and KDE, whose toolkit libraries in total are both on the order of over a couple of MBs each, and have been in development for years, and continue to evolve rapidly today. If you're careful, you end up with FLTK, which I don't like the look of at all.
    In addition to that, I want my client to be fast, even on slower computers. Right now, I have a 3-screen setup, with each screen being driven by a separate PC. The one on the right - the one I'd be putting my IRC client on - is a 450MHz P3 with 320MB of RAM. It runs X on a 4MB VGA card at 800x600. This is where I currently run an irssi session over ssh and screen. To give you an idea of the graphical power of this machine, antialiased Xft fonts with urxvt take 0.15 seconds to "scroll" when I say something in IRC. However, it's a capable PC if I harness its capability right, and is where I'd target my IRC client. And I dislike seeing my fonts redraw - I dislike seeing anything redraw, for that matter.
    You might think I'm crazy, writing an IRC client for one of the slowest PCs in the house that works, that I in future want to extend to use a graphics layer that I hope to develop on a server-class Nehalem workstation with an insane amount of RAM and a pair of SLI'd GTX 280s in it.
    I don't think I'm crazy. I'm using what I have to give back to the open source community, and using what I consider to be an cunning operational model to do it: back when the 450MHz P3 I spoke of was the only "main" working PC I had, I designed, in none other than Visual Basic 1.0, a media center UI. On Windows 98. In 2006. And, you know what, despite the fact that the animations it used were pretty basic, it actually looked really, really good. And why was this? Because I used software designed for 486DX2s running at 33MHz with 4 or 6MB of RAM, on a P3, with 128MB of RAM (yes, I've upgraded it since), clocked at 450MHz. The result? Blinding, optimized, speed. You really should try the older versions of VB sometime - I managed to score a copy of VB 2.0 which is legal to distribute because its "Make EXE" (ie compile) function is crippled. Email me and I'll mail you a copy - it's completely legal.
    In the same manner, if I design this IRC client and carefully construct it so its client/server model works capably on my two PCs, my server (a machine not unlike the P3 I've been discussing - my server just has more hard disks in it, a 50MHz faster processor, runs my left-hand display and my IRC network) and my old desktop (the 450MHz box I've mentioned so much), when I finally bring it over to my new computer it'll be so fast that it'll be as if the computer is registering keypresses before I even type them. And that's the kind of performance I want to couple with shinyyy graphics.
    Sorry this sounded halfway between a motivational speech, a request for help, and a coder's dilemma. lol
    -dav7

    Bit of an update: Varreon emailed me regarding VB 2.0 and we had a bit of a discussion regarding the language I planned to use.
    He said it would be fine to post our conversation, so here's how it panned out:
    Varreon wrote:...What language were you planning on writing your client in? I've written an irc bot in c++, and I'll upload my source code if you're interested in looking through it.
    dav7 wrote:
    Well, I'm not all that sure what language I want to use just yet.
    I know I want it to be extensible, so I could either use a high-level, extensible but slow scripting language to power the client as a whole, or I could go down a path already travelled, proved extremely successful and in my opinion cleaner, and embed a scripting language, which would negate the requirement for a high-level language but still facilitate customization.
    All the same, I'm not really all that sure what language to use.
    C++ isn't really my thing - on my current computers, g++ takes maybe 3 seconds to compile the smallest of source files, and while that isn't *really * all that long, I'm not all that patient. As it stands I consider /gcc/ too slow for my preferences and use tcc instead - you might like to try it if you're on a 32-bit system.
    I'll probably move to C++ when I get a new PC, but for now, all I really find fast enough for my liking is C, and I'm a little concerned that C might be a little too low-level for what I want to design here - beyond scriptability, I want the client itself to be easily extended in various directions. Of course the client will only appeal to a specific market (in an open source sense), but I do want it to feel organic and something that can be extended in as many directions as possible. So C probably won't be the language I use, and since C++ is slow to compile, it's probably going to be off the list as well.
    All the same, I'm not concerned about speed in the irrational way I have been in the past, but at the same time I do need to be careful in my thinking regardless of the language I use since don't want a client that lags to death. A good example of a slow program is SciTE - the text editor I'm typing this in, Geany, uses the same edit control it uses (Scintilla, which is written in C++, AFAIK), and while this component has a good degree of editorial control, scrolling with the scroll wheel can be slow. Also, when I recently tried to run SciTE on an old laptop I found on the side of the road (AMD K-6, 350MHz, 32MB RAM), I discovered that just *typing* would lag the system horribly - typing about 15 keystrokes quickly resulted in a lag of about 6 seconds after which what I typed would appear all at once. Typing single keys - slowly - resulted in a delay of around 0.20-0.39ms (guessed).
    Regarding scripting, I had my eyes on one embeddable language in particular but I forgot what it was called, so I headed to Wikipedia for a quick hunt-down session for it and managed to discover Falcon, which appears to use a VM but is at the same time the same insanely fast because it uses a C/C++-only policy for its modules. It also advertises itself as a scripting engine "ready to empower mission-critical multithreaded applications" so I'm considering Falcon to be a possible engine to integrate, and on a slightly long shot, even the language I might end up using. I also think hunting the first language I considered down and embedding that might be a nice idea, and I also might embed Perl. I'd love to be able to embed Ruby.
    Overall however, I do need to contain my enthusiasm - the desire to throw in multiple scripting engines, awe-inspiring compositing graphics layers, and support for multiple protocols isn't such a bad idea, but if not controlled will result in serious featuritis, which when combined with a verbose, low-level language will only result in me throwing myself at the project too hard "to get it done", with proven disastrous results.
    -dav7
    [ Note, there's an update in a follow-up post below this one that affects the information you see here - just so you know ]
    I've done some consideration since that email and it's possible that C++ might be able to be brought onto the table. This was mostly inspired by the good outcome I had with writing a couple of modules for InspIRCd, which uses C++, compared to my previous attempt when I knew no C.
    The main thing I'm a little indecisive about at the moment is the toolkit; I want something that's fast but doesn't look all that bad; FLTK is, as I've said previously, not something I like the look of - it does appear to be somewhat themable but it's impossible to escape the fact that it values speed over shininess, and while this is excellent for my current target, I don't want to develop something that relies on it so heavily that it's next to impossible to port to whatever I end up using when it's time to get the graphics in, such as a UI model on top of an OpenGL canvas.
    The second thing I'm unsure of is what scripting language I should use. I've done quite a bit of looking around - mostly to try and find that language I mentioned that I lost - and found quite a lot of possibilities, and even discovered that with some work (well, a lot of work, admittedly) it's even possible to embed Ruby into C++, and have Ruby call user-defined C++ functions and so on. It's not an official part of the project, but someone managed it nonetheless.
    It seems to be possible to embed popular languages such as Perl, Python, Tcl, Lua, etc, but then there are lesser-known languages designed for embedding, such as Nesla, AngelScript and the like (such as that language I can't find, heh). And of course I could also embed a JavaScript engine, which would probably be very odd but all the same quite an experience.
    Then there's Falcon, which appears to be a pretty good language in general but doesn't appear to have all that many modules available for it just yet, so doesn't seem to suit my purposes.
    So, summing up:
    - I don't know how I should develop this in terms of graphics - should I wait for a new PC and just use SDL or whatever I'm going to use, use a toolkit and either rewrite half of everything at some other point or juggle two display methods, or what?
    - The number of scripting languages out there is mind-boggling. To me, it's not what syntax the language uses, or whether it's statically or dynamically typed, or how readable it is, it's #1 how fast it is, and #2 how suitable it would be in the context of an IRC client - string manipulation (even on every incoming and/or outgoing message), user interface control, and so on.
    -dav7
    Last edited by dav7 (2009-02-16 09:25:49)

  • My customer wants to create hyperlinks in the editor - surely this is possible?  And, if so, how?

    My customer simply wants to create hyperlinks when adding content to her site; this doesn't seem possible within the Muse editing interface.  It must be, surely?  That's the most basic thing to do with a web page. 

    At current stage In browser editing does not includes hyperlinks , but that’s definitely a request we hear often. Unfortunately we can’t comment on what features are coming to Adobe Muse, but please know the team is listening!
    Thanks,
    Sanjit

  • I want to create using a tool from ESRI software download, any comments or suggestions

    I want to create some maps from a downloaded software.  Any suggestions.

    Hello,
    Thanks for looking into my poblem. But my question were
    1. How to store the website security certificates into a pesonalized fiefox profile ?
    To elaborate: How do I create a personalized firefox profile so that whenever I launch firefox using that particular profile , and open my particular website, I donot get any security certificate error. Basically I donot want to download security certificates everytime I open my website.
    2. Every time I click on any file in my website, it asks me whether I want to save it or open it. I also want to store this decision (i.e. save the file ) inside my personalized firefox profile.
    Thanks and Regards
    Dhruba

  • Unable to see User eixt macro in SCM 4.1 - When creating a Collective Macro

    Hello :
    we are SCM 4.1. We have a need to run 4 macro in a sequence.  I felt that I could create a collective macro and list the macro's.. The macro are user exit macro's. and I am unable to see them in the drop down list.. tried to search OSS Notes . did not find a lot of info.
    Would appreciate any insights and suggestions. We are on SCM 4.1
    Raghu

    Hello Andy
    Thank you for the reply.
    I am trying to create a "Collective MAcro" which would run 4 macros.  In hte COllective macro there is a drop down option to select the macro that we want to run.. We can select upto 6 macros..
    In this drop down list, I am unabel to see the 4 user exit macros. The macro that I want to run in a sequence are "user exit macros". They are active and can be executed one at a time in Interactive Planning.
    I am creating a "Collective Macro" as this would ensure that the 4 user exit macros are run in the correct sequence.
    OSS note 907177 refers to availabilty  of "badi macros" in Collective macro. This is only for SCM50..
    We are in SCM 4.1. ANy pointers can be of great help
    Raghu

  • I want to create a power rangers spd morph effect

    Hello i'm trying to create the SPD power rangers morph sequence and i want to create it from scratch as i want to put my custom made power rangers suit for my short film in the morphing sequence, does anyone know any tutorials or can any one tell me how to do this
    thank you in advance

    Layers... roto, keying, distort, blur, blend modes.
    I have no idea what the speed morph effect is but if I had footage of me in a suit and I wanted me to do something I'd have to separate me from the background (layers, roto, keying) then distort (many plug-ins do this) blur, and add some blend modes to make me morph...
    As Todd said, without an understanding of the how After Effects works, you haven't got a chance unless you find a specific tutorial for this effect that gives you a precise step by step. Here's another link to a little different approach to the Basic Workflow.

  • How to create Basic Key Figure, Key Figure and Characteristic

    Hello Gurus,
    I have copied a standard layout of KP06, named it as a Z- layout and made changes to it, like defined the plan data upload field as Object Currency enabled.
    However I want to add a Z-Field , tax holiday unit as a column to this layout which I am not being able to do. The reason is when I go to Insert a new element from Edit > Element > Insert Element and click on 'Key figure with Characteristics' I do not get the Z-Field as a key figure.
    I want to define the Z-field as a key figure, so that I can add it as an element.
    Would be really nice of you if you can let me know the t-code/menu path to do that.
    Regards.

    Hello Gurus,
    I wanted to share this information with you, hoping this will help you to help me.
    I also tried to create a Key Figure in t-code GS32. In the table I mention --> FAGLFLEXR and hit enter. It says no Key figure has been defined for FAGLFLEXR. Then I put the cursor on the 'Reference Entry'and click on copy. Then give the name of the Key Field I want to create.
    'Create Key Figure' dialog box appears. When I input the 'Row Text' 'Column Text' and click enter, I am getting an error 'The basic key figure  entered for table FAGL is not defined'. I go back and do an F4 on 'Basic Key Figure' field, then I do not get any options.
    I would be highly grateful if you can let me know how to create this 'Basic Key Figure' for table FAGLFLEXR.

  • What's the best way to create basic scrolling up end credits

    What's the best way to create basic scrolling up end credits with FCE. I want create normal look after the film that has a gap between the working title and the name (center-aligned, two-column
    scrolls)
    In the FCE Manual there was a good way to to do it with an asterisk (*) between the the words, but problem occurs when I had an umlaut (ÄÖ) in the word. The asterisk becomes visible and as many umlauts in the working title so many letters missing from the beginning of the name. I'm from Finland and we have lots of umlauts. So is there any other way to do this with FCE.

    You can use Title Crawl in Boris to do this. You set it up like a word processor with a right aligned tab, a gap and then a left aligned tab. Double click in the ruler to create a tab stop. Double click it again to change its alignment. You use the tab key to move between the stops. It's kind of hard to explain, but if you play with it, I think you'll get it.
    There is also Boris documentation on the install disc which will explain it more fully.
    Message was edited by: Tom Wolsky

  • I want to create three graphs in web template

    dear all
    I want to create three graphs in web template
    the graphs's type is lines
    top 1 and worst 3 will display in graph
    first is seven days data
    second is seven weeks data
    last is six months data
    how to create those
    pls give me some advice
    thanks

    Lemine,
    Basically you have two major steps:
    1.you need to create the corresponding queries (with conditions on the key figures) in the Query Designer.
    2. Open the Web Application designer and create three charts, set their properties, then drag them to the template , and finally link them to the corresponding queries/views.
    More information on WAD can be found at: http://help.sap.com/saphelp_nw04/helpdata/en/a9/71563c3f65b318e10000000a114084/content.htm
    Hope it helps,
    Xibi

  • How to create a tree structure,like I want to create Bill/Payment Tree

    How to create a tree structure , like I want to create a Bill/Payment Tree containing a single node for all A/R related activities for a specific bill period, in reverse chronological order. Basically the tree should look like
    + Bill - Date: 03-17-2010 Complete
    +++++ CR Note - Date: 05-04-2010 Complete
    ++++++++++ Pay - Date: 05-04-2010 Frozen
    + Bill - Date: 03-17-2010 Complete
    +++++ Pay - Date: 05-04-2010 Frozen
    And finally this should be attached as tab on the control central

    The FTree package provides functions to populate the tree - look for the topic "Manipulating a hierarchical tree at runtime
    " in the online help this point to all the functions and triggers

  • I'm trying to multi-track using an m-audio device, I can record my guitar fine. However, I want to create a new track so I can record an acoustic tambourine over the top. Instead it records the original guitar as well as tambourine? its really annoying

    I'm trying to multi-track using an m-audio device, I can record my guitar fine. However, I want to create a new track so I can record an acoustic tambourine over the top. Instead it records the original guitar as well as the tambourine coming out with a really distorted sound. I've managed to record over the top of a guitar before and add diferent riffs and sounds but I've tried all of the settings but its still not working. Basically I want to record different tracks without it recording my previous guitar riffs as well. Help would really be appreciated.

    Ah that was it, thanks a lot common sense really but thanks for the help

  • Adobe Creative Suite Confusion. Want to Create a Website

    I am so confused by all the information or should I say I am overwhelmed. I am wanting to create a website. I have an idea of the layout of the website. It is basically using a PNG image that I had created as the background. Some rounded rectangle shapes which I need to add (Dont know how to do). I will be using a top naviagtion all text with one button dropdown menu and a header footer and a sidebar. I am so confused with CSS,what it is and why I need it etc. I dont know which tools in the creative suite I need. How is fireworks used. I have seen tutorials where people make sites in photoshop and then take to dreamweaver but I have been told the coding isnt clean. I just need some advice as what to do and where to start. I think it is because there are too many tools. I would purchase additional software if it meant my job is easier but again the coding needs to be clean.

    martcol wrote:
    OK, so Creative Suite is real beauty and such fun.  If you are going to master Dreamweaver you need to put most of your energy first off into learnign HTML and CSS.  Without at least a working knowledge of HTML and CSS Dreamweaver will hurt you, nip and bite you again and again!  The more you know about HTML/CSS the easier DW becomes.  I use Photoshop, Illustrator and Dreamweaver most out of CS and find the first two easier to work out because of my understanding of digital imaging.  However, Dreamweaver was difficult until I started becoming more familiar with HTML/CSS.  On top of that, you might like to think about some other scripting languages like Javascript and PHP but I reckon you can get by with a little knowledge there because so much of that stuff is available off the web.
    Personally, I don't do well with video tutorials.  I get too easily distracted.  I prefer books.  David Powers has written some very well regarded books but there are many others.
    Online resources are pletiful and w3schools is a good place to start.  Adobe's own tutorial stuff is great too.  With web design and development you will find that there are heaps of resources (and opinions) out there and maybe, the best thing to do is to build your own site.
    With regards your statement, "I can't make shapes in dreamweaver" maybe you should find out a bit more about the DOM, document flow, and the box model.  In my head, you don't make shapes with Dreamweaver.  A web page is a series of elements (in general terms, boxes) that you code up with HTML and style or manipulate with CSS and maybe, javascript.  A web page is nothing like a printed page.
    Take this tiny snippet of code:
    <body>
    <div id="wrapper">
    <h1>A Header or Title</h1>
    <p>A paragraph of some meaningless text</p>
    <h2>A Meaningless Subheading</h2>
    <p>A second paragraph of some meaningless text that relates to the meaningless subheading</p>
    </div>
    </body>
    That code would render in the browser fine enough.  It's a <div> containing a title(<h1>) two small paragraphs (<p>) and a subtitle (<h2>).
    Once you have your page structure, you apply CSS to each element as you need it.  You can postition them in a rudimentary way with padding and margin and in more complex ways with float or more cautiously, with position.  You can add background images, borders, color, and all kinds of fancy things and until you do, each element will just render one after the other, down and accross the page according to the content.
    Martin
    you should also check out youtube. there are a lot of tutorials on there on all the adobe products and probably css too. you can pause and copy the steps in the tutorials too! great place to start as well, for real for real.

Maybe you are looking for