How to Create a Blog Thumbnail in Preview with CSS

I have a blog that displays the most recent posts on the front page of my site.
What I'm trying to do is insert an image into the first paragraph of each blog post, and then have that image render as a thumbnail in my preview on my home page.
I read somewhere that I should be able to do it through CSS and using paragraphs, but I don't really know how to make that work.
Can anyone guide me?

Hello,
>>
The demo is not working in my apex 2.1 as I mentioned in the post.
>>
Not working is not enough of a description to help you out. I assume that what you mean is it won't install into XE since the demo was built in 2.2 and uses some 2.2 specific technology for the install.
The way to get around that issue like I said was to get a free workspace on apex.oracle.com install the demo application there and then using some cutting and pasting recreate the demo app in your XE instance.
Carl

Similar Messages

  • How to create a blog on sdn

    i am stucking at "Community Page URL"
    can any one tell me how to give this url.
    or
    tell me how to create a blog clearly.

    Hi Basha,
    Please follow the below steps.
    once you open SDN community, in menu bar you will find "blogs" click on blogs.
    In left side, click on "create or update Author page" --> now you have to rigister your self and submit.
    Then you will get mail to your registered mail id about confirmation.
    Now again  follow the same navigation instead of create author page --> click on Expert blogger home
    Now click on create new web blog post.
    Hope it helps
    Regards,
    Venkatesh.

  • How to create a record for table PLAF with order type 'NB'.

    How to create a record for table PLAF with order type 'NB'(standard purchase order).
    who can tell me the T-code or some usefull information?
    Thanks.

    Hi
    This will be updated automatically when generate planned orders thru MRP. (MD02)
    regards
    Srinivas

  • How to create a index on a column with type clob

    how to create a index on a column with type clob

    You should have a look to Oracle Text to check if Oracle Text indexing features can meet your needs:
    http://download.oracle.com/docs/cd/E11882_01/server.112/e16508/cncptdev.htm#CNCPT1537

  • How to create sql query for item master with operator LIKE with variables?

    hi all,
    How to create sql query for item master with
    operator LIKE(Contains,Start With,End With) with variables using query generator in SAP B1 ?
    Jeyakanthan

    Hi Jeyakanthan,
    here is an example (put the like statement into the where field)
    SELECT T0.CardCode, T0.CardName FROM OITM T0 WHERE T0.CardName Like '%%test%%'
    The %% sign is a wildcard. If you need start with write 'test%%' and otherwise ends with '%%test'. For contains you need '%%test%%'. You also could combinate this statements like 'test%%abc%%'. This means starts with test and contains abc.
    Regards Steffen

  • Can anyone please guide me how to create a table like employe table with 10

    Hi,
    can anyone please guide me how to create a table like employe table with 10colums.
    after that we need to update the colums with personal details......like name1,name2,address,city,zip...etc.
    using the RFC we need to update the personal details coulums (either select query or Insert command)
    if you have any program logic similar to this requirement please share with me...that would br greatly helpfull to me...
    thanks in advance
    srinivas

    Hi....
    We are having one table and now i am going to update that table's fields...
    for that in RFC function module we need to enter the fields in importing parameters (which are mandtory in table)
    and in source code just write like following....
    ( try to under stand that it contains some previous used table nad field and stucture and work area and function module names)
    FUNCTION ZL2C_UPDATE_MYCUSTOMER.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(USR_ID) TYPE  USRID
    *"     VALUE(LOGO_ID) TYPE  KUNNR
      DATA ls_mycust TYPE zl2cmy_customer.
      DATA: name1 TYPE name1_gp.
      DATA: sharpoint_url TYPE url.
      ls_mycust-usr_id        = usr_id.
      ls_mycust-logo_id       = logo_id.
      SELECT SINGLE name1 FROM kna1 INTO name1 WHERE kunnr = logo_id.
        ls_mycust-name1       = name1.
        SELECT SINGLE sharpoint_url FROM zl2c_CUSDASHBRD INTO sharpoint_url WHERE logo_id = logo_id.
          ls_mycust-sharpoint_url = sharpoint_url.
          INSERT into zl2cmy_customer values ls_mycust.
          COMMIT WORK.
        ENDFUNCTION.

  • How to create a blog like list with items indented.

    Hey guys i know there has got to be a easy way to do this but quite frankly im just stuck. Im trying to create a blog like list kind of like what you see in wordpress or even facebook.
    I've tried using the vbox, vgroup and some other without any luck. I guess my basic problem is that once you have the vgroup laid out or the vbox laid out  how can you push the one container over to the right a little? in other words kind of lile a parent child relationship? how can i go about doing that?  should i be a looking at another component? how would you guys attempted this. Love to hear suggestions or see a snippet of code.
    thanks guys.
    Miguel

    I'm basically trying to recreate a list type of display like so. I think im close but my approach i believe lacks elegance.

  • How to create a blog?

    I want to publish a blog site. The blog templates that come with iWeb do not include a function that allows you to add a new post online, you have to add the post in iweb and then re-publish it. I guess I am missing something here for obviously this is not how a blog should work. You should be able to add new posts directly on the web. What did I miss?

    You're welcome. After a quick look at the installing instructions for Wordpress I realize that I have started something which is not as straight forward as I hoped. Here's the "easy six step" install;
    +1. Download and unzip the WordPress package, if you haven't already.+
    +2. Create a database for WordPress on your web server, as well as a MySQL user who has all privileges for accessing and modifying it.+
    +3. Rename the wp-config-sample.php file to wp-config.php.+
    +4. Open wp-config.php in your favorite text editor and fill in your database details as explained in Editing wp-config.php to generate and use your secret key password.+
    +5. Place the WordPress files in the desired location on your web server:+
    +If you want to integrate WordPress into the root of your domain (e.g. http://example.com/), move or upload all contents of the unzipped WordPress directory (but excluding the directory itself) into the root directory of your web server.+
    +If you want to have your WordPress installation in its own subdirectory on your web site (e.g. http://example.com/blog/), rename the directory wordpress to the name you'd like the subdirectory to have and move or upload it to your web server. For example if you want the WordPress installation in a subdirectory called "blog", you should rename the directory called "wordpress" to "blog" and upload it to the root directory of your web server.+
    +Hint: If your FTP transfer is too slow read how to avoid FTPing at : Step 1: Download and Extract.+
    +6. Run the WordPress installation script by accessing wp-admin/install.php in your favorite web browser.+
    +If you installed WordPress in the root directory, you should visit: http://example.com/wp-admin/install.php+
    +If you installed WordPress in its own subdirectory called blog, for example, you should visit: http://example.com/blog/wp-admin/install.php+
    +That's it! WordPress should now be installed.+
    Step one was easy. The rest is greek to me. Surely there must be a simpler solution? Basically I want to make a web-based diary, hosted on me.com for instance. Am I the first person to have this idea? I think not, but when I search "the internets" I find to my surprise nothing.
    I dont want to have my diary/blog locked in a file on the computer, I want it to be accessible from the web (for obvious reasons I would think). It's a very basic, simple and normal need. I thought iWeb/me.com could be the easy fix, but I am obviously mistaken. The world has let me down on this. Somebody has to pay for this!
    Message was edited by: jonkiBoy

  • How to create a Blog in Adobe Muse

    Hi, who created a blog in Adobe Muse, help me please!

    Unfortunately, you can't create a blog in Muse, not yet anyway. I've been researching this for a long time, and you just can't do it. If enough folks ask Adobe for it, then it will probably be added to a future update. For now, the only thing you can do is get the embedd code from an actual blog like Tumblr or Nabble, and then copy that bit of code using "insert HTML" on your Muse page. That will give you a generic looking little scrolling box with your latest blog entries, but it's probably not what you're looking for.
    What I've decided to do is create a custom blog in Blogger, make it look as close to my Muse site as I can, and then just link it into my Muse site using a custom nav button. So I redirect my visitors to the Blogger site. If you customize the Blogger page enough with background images, colors, fonts, etc, your visitors may not even know they left your site unless the look in their browsers address bar.
    I hope that's helpful. But if you're not familiar with Blogger, it's through Google, it's free, and it's a great blogging platform.

  • HOW TO CREATE  BADI IN ECC 6.0 with Enhanance Spot?

    HI,
          Anyone let me know how to create BADI in ECC 6.0 , which have mandtory to create enhanance spot before to create badi?  I dont understand the concept of Enhanance Spot and what is the purpose to create that . Will u plz let me know step wise procedure to create badi ...
    Thanks,
    saurin.

    Hi,
    Implementing Business Add-Ins (BADI)
    The use of object orientated code within SAP has lead to new method of enhancing standard SAP code called
    Business Add-Ins or BADI's for short. Although the implementation concept is based on classes, methods and
    inheritance you do not really have to understand this fully to implement a BADI. Simply think of methods
    as a function module with the same import and export parameters and follow the simple instructions below.
    Steps:
    1. Execute Business Add-In(BADI) transaction SE18
    2. Enter BADI name i.e. HRPBSGB_HESA_NISR and press the display
    button
    3. Select menu option Implementation->Create
    4. Give implementation a name such as Z_HRPBSGB_HESA_NISR
    5. You can now make any changes you require to the BADI within this
    implementation, for example choose the Interface tab
    6. Double click on the method you want to change, you can now enter
    any code you require.
    7. Please note to find out what import and export parameters a
    method has got return the original BADI definition
    (i.e. HRPBSGB_HESA_NISR) and double click on the method name
    for example within HRPBSGB_HESA_NISR contract is a method
    8. When changes have been made activate the implementation.
    http://esnips.com/doc/10016c34-55a7-4b13-8f5f-bf720422d265/BADIs.pdf
    http://esnips.com/doc/e06e4171-29df-462f-b857-54fac19a9d8e/ppt-on-badis.ppt
    http://esnips.com/doc/43a58f51-5d92-4213-913a-de05e9faac0d/Business-Addin.doc
    http://esnips.com/doc/1e10392e-64d8-4181-b2a5-5f04d8f87839/badi.doc
    http://esnips.com/doc/365d4c4d-9fcb-4189-85fd-866b7bf25257/customer-exits--badi.zip
    http://esnips.com/doc/3b7bbc09-c095-45a0-9e89-91f2f86ee8e9/BADI-Introduction.ppt
    SEE THE LINKS REGARDING SPOT
    /people/thomas.weiss/blog/2006/01/24/what-the-new-enhancement-framework-is-for-150-its-basic-structure-and-elements-for-beginners
    /people/thomas.weiss/blog/2006/03/15/the-new-enhancement-framework-part-2--what-else-you-need-to-know-before-building-an-enhancement
    /people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series
    Regards
    Kiran Sure

  • How to create a view object and attach with extended AM

    Hi,
    I tried to create new vo and attach this vo with the extended AM. But it is throwing error like 'PC.NAME : invalid identifier' (Actually this PC.NAME is exiting one).
    Now i want to know how to create a view object similar like seeded one but with one additional condition in the where clause.
    It is possible though extension, but i want to create two view object similar like seeded one, one with some other condition in the where clause
    and another one with some other condition.
    So for my requirement, i'll extend one VO and i'll add my condition but how to do it for second condition.
    But i want same seeded VO with two different condition.
    Any suggestions please,
    SAN

    SAN,
    There is no need to attach the newly created VO with extended AM. You need to attach the same with the standard AM.
    Regards,
    Gyan

  • How to create schema for Header and Footer with pipe delimiter file BPEL11g

    Hi all,
    I have issule creating Schema for Header and Footer with body file .The file format is Pipe delimiter.The following format below like is...
    Softeware Components:File Adapter(Read) 11g,
    1|1211|000|577|5444
    1|0000|57|6988|4554|sfdgh|5448|3333|ituu|44445|55546|544|788|7788
    1|0000|57|6988|4554|sfdgh|5448|3333|ituu|44445|55546|544|788|7788
    1|0000|57|6988|4554|sfdgh|5448|3333|ituu|44445|55546|544|788|7788
    1|0000|57|6988|4554|sfdgh|5448|3333|ituu|44445|55546|544|788|7788
    1|0000|57|6988|4554|sfdgh|5448|3333|ituu|44445|55546|544|788|7788
    1|0000|57|6988|4554|sfdgh|5448|3333|ituu|44445|55546|544|788|7788
    1|4544|000|yted
    I hope get the sollution for this from this Forum..Please help me out..Thankyou.

    You mean how many rows or columns..?
    If coloumns means 5 and rows only one(1).

  • How to create a shortcut for desktop as with IE?

    I've switched my browser to "Firefox" from 'Internet Explorer and would like to know how to create a shortcut for my desktop.

    You can drag the favicon on the left end of the location bar onto the desktop to create a shortcut.
    You can also use an extension.
    * SaveLink: https://addons.mozilla.org/en-US/firefox/addon/savelink/
    * Deskcut: https://addons.mozilla.org/en-US/firefox/addon/deskcut/

  • How to Create a Custom Color Chooser/Palette with 16 or 24bit Color Support

    Hi All,
    I need some help on how to create a color palette/chooser with 16 bit or 24 bit color options available
    First setting up the context:
    I am developing an application which allows designing some GUI screens by adding various controls.
    Now these GUI Screens developed are compiled and downloaded into a series of display devices with each device having a different color support (For e.g. 256 colors, 16 bit, 24 bit and 32 bit).
    Now according to the selected device i would need to provide the "Color Chooser" with only those colors that are supported by the device. SO I need to design a Color Palette(s)/Chooser(s) with 16 bit, 24 bit or 32 bit color options
    Could anyone help me out on how to create such palette? A piece of sample code would be a great help
    Best Regards

    It is not that simple... reason I almost never use those old captions anymore but replaced them by shapes (much easier to format).
    Have a look at the available captions: for each caption you'll need a bmp and a fcm file, and follow naming conventions. See:
    http://helpx.adobe.com/captivate/using/text-captions.html#creating_custom_text_caption_sty les

  • How to create Archiving Rules in Outlook 2011 with Mavericks

    I am trying to create an email archive with Outlook 2011 and Mavericks 10.9.2. When I attempt to select the folder I created for the archive, it cannot be found, even after I enter the folder name in the search. Anyone conquer this issue?

    Hi Louis Le!
    Here is an article that can show you how to create events in Calendar and invite others to it:
    Calendar: Invite others to an event
    http://support.apple.com/kb/PH11518
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

Maybe you are looking for

  • Macbook sleeping when screen open and wakes on close

    I just repalced a busted screen on my Macbook 13"(white late early 2008) after it had falledn and broken the lcd screen.   Everything went fine and the parts all went back together perfectly and without any uncertainty with teh exception of the small

  • HD radio tagged items not showing up in iTunes

    Hello, I have just transitioned from an imac to a mac pro and have lost the "tagged" line.  Any idea how to get it back? the Store category in the itunes sidebar used to have three entries, now only two are visible. iTunes Store Purchased "Tagged" wa

  • Number of Messages for a Topic

     

  • Create plot with time vs array

    Hi I am new in the forum. I have this problem. I would representate 7 plots versus tiime. I calculate time and measure the 7 values in Y-axis and put them in an array. How I can do to plot the array versus time? Thank you in advance Raf

  • Email password invalid

    I have been using my BB for 1 week today.  My email has been working fine on my blackberry until some time this afternoon.  I received an email stating my email password was invalid and to reset it to continue receiving my emails on my phone.  I have