Positioning a link..

Hi all,
I have a login page which looks in the following format.
assume the following in center of page
logo.gif
username ............ Password..........
                                      forgot passwordi am trying to put a link that say "forgot password" right below the "password(text box)"
I created a "dispay as text" item and tried to put my "link" text in "post element text,pre element text" .but i was not able to properly place the link
"right below" the "password text field".
I think you might have understood what my problem is. I am not able to represent it properly over here.
Please help me to solve this.
Thanks

Phani,
I use a HTML region in Column 2. In the Region's source is the following code. When clicking on the embedded image, it fires the user's email client with an email started requesting help or password reset. For some reason all the code of the href statement is not translating correctly when wrapped as a code statement:
<a href="mailto:[email protected][email protected]&subject=Reset LIS Password&body=I need help, please contact me.%0A%0AReset my LIS password.%0A%0AI would like to request a LIS Account"_blank"><img src="#WORKSPACE_IMAGES#HelpV5.jpg"title="Click if you need help, a password reset or to request a LIS account."</a>{code}
Jeff                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Similar Messages

  • Report on Positions directly linked to Authorization roles

    Hello All,
    Is there a report in SAP which can tell us which positions are assigned to Authorization roles or which Users are directly assigned to Authorization roles rather than through their Positions?
    If not a report is there way we can find it out?
    Regards,
    Ahmad

    No Standard report available to show Positions directly linked to Authorization roles

  • MSS - Position Profile - Link

    Hi All,
    I would like change ivew path from Standard iView to custom iView for Position Profile Link in MSS-> Organization -> Position Information Application.
    FYI : I am using MSS Addon  Application which are based on WDA and FPM.
    I belive that This link can be configred in the backend system.
    Please tell me where to be defined custom iView pcd path for Position Profile Link.
    BR
    -SS

    Thanks both for your replies.
    @ Siddarth
    I have checked help link it is not very clear where to change from standard  to custom FPM configuration (ZHRMSS_POSITION_PROFILE_OIF).
    Could you please tell me where exactly need to be given custom configuration name.
    Below Point is not clear :
    This service is also called through the object-based navigation using the method launch_profile of the business object PositionObject
    @ Sahir
    As per requirement i have to remove Working Time UIBB from HRMSS_POSITION_PROFILE_OIF. For this i have made Z copy and removed  the same. This is calling from on click of Position Profile link from Position Information (First Screenshot).
    So here my Question is how to link custom ZHRMSS_POSITION_PROFILE_OIF onclick of Position Profile link of Position Information Application.
    BR
    -SS

  • Can a position be linked to more than one org unit by A012 relation in SRM?

    Hi All,
    In the HR Org structure in ECC, a position (S) can have more than one A012 relation with different organization units (O).
    For example:
    S 123 has a A012 relation with Org unit A; validity date: 04/04/2006 to 12/31/9999
    S 123 has a A012 relation with Org unit B; validity date: 06/01/2006 to 12/31/9999
    org unit B falls under Org unit A in the Org unit hierarchy structure.
    But, in SRM I find that only one relation A012 linking S to O can be maintained, which is:
    S 123 has a A012 relation with Org unit B; validity date: 06/01/2006 to 12/31/9999
    I tried passing the data again through PFAL transaction (update mode), but the data in SRM does not change.
    Is this standard behaviour? Can't a person manage more than one org unit in SRM?
    I am currently working on SRM 5.0 with ECC 6.0 as backend.
    Regards,
    Ancy

    Hi,
    This functionality only relates to users who are professional
    purchasers. It means that they can be responsible for more than one
    purchasing group. In past releases, they were responsible for the
    purchasing group that they hung from in the org structure. Since some
    customers wanted that they could be responsible for more than one
    purchasing group, but the system would not allow the purchaser to belong
    to more than one org unit. Hence they introduced the new functionality
    that I described above. However it is not technically possible for a
    user to belong to more than one org unit since this would lead to
    inconsistencies in the way that the attributes work.
    I hope this helps.
    Kind Regards,
    Edel.

  • High z-index fixed position footer, links in container above not active

    I have a site with a fixed position footer with highest z-index.Links that are close to the footer (but in the container above footer) do not show as active unless I scroll upward away from footer. Once away from footer a little, they become active. any help appreciated.

    any help appreciated.
    Help us by posting a link to your site.
    Fixed postioning is not well supported on iPhones and iPads.  Are you really sure you need to complicate your site this way?
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Help with positioning text links over image

    I'm creating a five page site with a different background
    color for each horizontal nav bar. I created a solid color graphic
    (780 x 30) and inserted it into my div. I now want to place my text
    links over the graphic but I can't seem to do it. It keeps
    appearing underneath. Someone recommended using a table and I'm
    wondering if this would be easier.
    Thanks!

    You have to use the image as a background image in your
    'navcontainer' <div>
    #navcontainer {
    background-image: url(images/nav_services.gif);
    background-repeat: no-repeat;
    If you actually insert the image into the page, as you have
    done, it
    WILL push the text links down because its ABOVE them on the
    page.
    Ruby7829 wrote:
    > I'm creating a five page site with a different
    background color for each
    > horizontal nav bar. I created a solid color graphic (780
    x 30) and inserted it
    > into my div. I now want to place my text links over the
    graphic but I can't
    > seem to do it. It keeps appearing underneath. Someone
    recommended using a
    > table and I'm wondering if this would be easier.
    >
    > Thanks!
    >
    > <div id="navcontainer"><img
    src="images/nav_services.gif" />
    > <ul id="navlist">
    > <li id="active"><a href="test_index.html"
    id="current">Home</a></li>
    > <li><a
    href="test_services.html">Services</a></li>
    > <li><a
    href="test_faq.html">FAQ</a></li>
    > <li><a
    href="test_testimonials.html">Testimonials</a></li>
    > <li><a
    href="javascript">Contact</a></li>
    > </ul>
    > </div>
    >
    >
    > #navcontainer ul
    > {
    > text-align: center;
    > padding: 0px 0px;
    > margin: 0;
    > color: white;
    > width: 100%;
    > line-height: 18px;
    > }
    >
    > #navcontainer ul li
    > {
    > display: inline;
    > padding-left: 0;
    > padding-right: 0;
    > padding-bottom: 5px;
    > /* matches link padding except for left and right */
    > padding-top: 5px;
    > }
    >
    > #navcontainer ul li a
    > {
    > padding-left: 10px;
    > padding-right: 10px;
    > padding-bottom: 5px;
    > padding-top: 5px;
    > color: white;
    > text-decoration: none;
    > }
    >
    > #navcontainer ul li a:hover
    > {
    > color: #CCCC99;
    > }
    >

  • Reports to check what org units or positions linked

    Hi,
    I want to run a report for 2000 positions and check
    which positions are linked with which other positions
    and which positions are linked with what other

    hi,
    sap provide the two types of relationship for a objects ,
    A -
    BOTTOM  TOP
    B----
    TOP  DOWN
    for position to position  ( A position reported to another position  A|002 where 'A' is bottom up relation and 002 is infotype ( reports line to ) 
    position is the line manager of another position  B| 002 where the 'B' is top down relation and 002 is infotype .
    position manages an org unit  A |012
    an org unit is managed by position B|012
    report is HRP1001,
    RupaPrasad

  • Position link to Work Area (Urgent)

    Is there any standard report position (HR) linked to work area (EH&S module) ?

    I run the report but it is not the report that I meant.
    I need a report showing Work Area and Assigned Positions details.

  • InDesign Placed Text Linking Issue

    Hi - I've just recently updated to CS6 and am having an issue with linking placed text files.
    When I place the Word Doc into the InDesign file initially (not in position), the link to the original document is present in the 'Links' window as expected. However, I need to transfer this text into another text box on the page and of course when I do so the link is removed.
    Therefore, I tried placing the Word Doc directly onto the page in position (I have an autoflow setup that I need the text to run through) however when I do this no link appears in the window. To clarify, I have three separate text boxes setup on my master page that I need this linked text to flow through.
    Any suggestions how to solve this? I have run through the preferences and ensured everything is as it should be.
    Thanks!

    Sorry for the double post! I've solved it - for anyone else in the same boat, I created a Master Page with the linked text flowed through the 3 separate text boxes. I then selected to override the master objects on the realtime pages and relinked to different documents from there as needed.

  • Convert Pages document to PDF and maintain html links accurately

    Hi - I am trying to convert a Pages document to pdf, simple right? go to Print / PDF / Save as pdf...
    I have also tried Print / Save as Postscript and Print / Open in PDF
    with the same results, which are...
    Pages dutifully converts to pdf, but on some pages where I have multiple links the formatting position of the links is all over the place on the page, some links are conflated on the page so it says one thing 'www.bbc.co.uk' for example but when you click that link it links to 'www.cnn.com' instead because CNN is the link a little further on in the line, or in the line of text above, or whole sections of the page (half of one page) become a link!
    I have checked the formatting positions and link lables over and over again in Pages and they are spot on, no confusion, no leaking in positional accuracy, it is only when converting to pdf or postscript
    I have many html links in my document so it is vital that the exact position of the formatted links in Pages is converted accurately.
    Any advice on
    a) using Pages Print command accurately? or
    b) third party apps (really dont want to go there)
    that might convert more accurately?
    many thanks

    Thank you Roger!
    I went back to 09 as suggested which identified the section in question as having a whole load of text that had become associated with one of the links - goodness knows how or why - but this wasn't apparent in the Pages 5 doc, nothing explicit signified that there was an issue with the formatting until converting to pdf
    It took me a while to strip it all out without losing all the other formatting! but done now and converting beautifully to pdf with complete accuracy in terms of formatting positions of linked text...
    I then reimported back into Pages 5 to see if I could make sense of it in the same way, long story short no chance, there is still background formatting in there, despite going through it line by line, character by character and removing all traces of any link through the 'right click' 'remove link' function - as soon as you convert to pdf lots of text becomes active again even though it is absolutely not visible in the Pages 5 doc
    Clearly, despite a strong desire to continue in 5 from a being uptodate perspective, I shall stick to the 09 world and wait for Apple to sort things out.
    If anyone from Apple is reading this, it has cost me approx 2 days of messing about to get to a point where I give up on 5 and return to 09. Please resolve as soon as possible!

  • I can't add simple HTML link to HTMLDocument in jEditorPane

    h5. How to construct a link to make it work?
    HTMLDocument doc = (HTMLDocument) jEditorPane.getDocument();
    String link = dialogSlownikEkranow.getLink();
    SimpleAttributeSet tag = new SimpleAttributeSet();
    SimpleAttributeSet attrs = new SimpleAttributeSet();
    tag.addAttribute(HTML.Tag.A, attrs);
    attrs.addAttribute(HTML.Attribute.HREF, link);
    +try {+
    + doc.insertString(jEditorPane.getCaretPosition(), "some link", tag);+
    +} catch (BadLocationException e1) {+
    + e1.printStackTrace();+
    +}+
    h5. As a result I get
    <+a href="\mw\client\cd\plytacd.html"><p></a>+
    h5. but I require something like
    <+a href="\mw\client\cd\plytacd.html">some link</a>+

    Hi,
    nirgal wrote:
    h5. How to construct a link to make it work?
    HTMLDocument doc = (HTMLDocument) jEditorPane.getDocument();
    SimpleAttributeSet tag = new SimpleAttributeSet();
    SimpleAttributeSet attrs = new SimpleAttributeSet();
    tag.addAttribute(HTML.Tag.A, attrs);
    attrs.addAttribute(HTML.Attribute.HREF, link);
    I don't believe that SimpleAttributeSet is right for HTMLDocument. In your code, you regard a HTML.Tag as a AttributeSet. Apparently this is not the absolute truth. May be I'm wrong, then one may correct me.
    My suggest�on is to use string concatenation to make the HTML for the link and then use HTMLEditorKit.read to put this HTML into the HTMLDocument on caret position.
    import java.awt.*;
    import javax.swing.*;
    import java.io.*;
    import javax.swing.text.*;
    public class JEditorPaneSample {
      private static void createAndShowGUI() {
        JFrame frame = new JFrame("FrameDemo");
        frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        JEditorPane jeditorpane = new JEditorPane();
        jeditorpane.setContentType("text/html");
        jeditorpane.setText("<p>Hello World</p>");
    //insert a link on caret position
    String link = "mw/client/cd/plytacd.html";
    String htmlstring = "<a href=\"";
    htmlstring += link + "\">";
    htmlstring += "some link" + "</a>";
    try {
      jeditorpane.getEditorKit().read(new StringReader(htmlstring), jeditorpane.getDocument(), jeditorpane.getCaretPosition());
    } catch (BadLocationException e) {
      e.printStackTrace();
    } catch (IOException e) {
      e.printStackTrace();
        System.out.println(jeditorpane.getText());
        frame.getContentPane().add(jeditorpane, BorderLayout.CENTER);
        frame.pack();
        frame.setVisible(true);
      public static void main(String[] args) {
        javax.swing.SwingUtilities.invokeLater(new Runnable() {
          public void run() {
            createAndShowGUI();
    }greetings
    Axel

  • Erecruit JOBID not stored in table Hrp5125 when choosing a vacant position

    Hi
    Does anyone know where the Position ID or Job Id is stored, if you have selected and saved the position code under the Organisation Data tab under the Position tab as the recruiter.  I see that if you choose the Organisation UNit and Job tab, th ejob id is saved under JOBID in HRP5125.  I need to know urgently so response will be extremely appreciated.
    Thanks
    Nas

    Hi,
    the tabs within the tab for requisition organizational data have a different behaviour.The second tab where you enter org.unit and job stores directly into HRP5125.
    But if you assign one or more positions to the requisition they are linked through relations via HRP1001 to the requisition object. The org.unit and the job to these positions are linked again via HRP1001.
    It is not really important to know where the data is stored. If you want to read it just use class CL_HRRCF_REQUI_BL method GET_POS_OF_REQ_WT. It should give you all information you need.
    Best Regards
    Roman Weise

  • Positioning of third party code/ buttons

    does anyone know a html tag that would position a link e.g. counterstat.com always by the end of a page disregarding different height of the pages?
    hope i can make it clear what i am talking about. basically the height of my pages varies with the different content. i want to add third party html code (e.g. a button or similar) to my page. i want to have it at the end of each page (e.g aligned: centered)
    yet the only way i could move buttons on my page in the code was to configure text boxes with a specific x/y position and then add the link before the div/ of the text box. this is certainly not a comfortable way to do it. any suggestions to make life easier??? remark the button must go still in the page-background area not in the browser background area.
    harpo

    Since adding a stat counter is a post publish edit, put the code between the following tags at the bottom of your page and it will be at the very bottom of the page and centered:
    < / div >
    <center><@br /@>
    CODE GOES HERE
    </center><@br /@>
    </body >
    (remove the @ when entering the code)
    Like it is here.
    Do you Twango?
    G5 Dual Core 2GHz, 2G RAM, 250G HD; G4 Dual 1Ghz, 1.5G RAM, 80G HD, QT 7.1.3,   Mac OS X (10.4.9)   22 LCD, 250G/200G/160G FW HDs, Canon: SD700IS/i850/LIDE 50, Epson R200, 30G iPod

  • Position acting up

    Hello,
    At our client, there are loads of short term acting up claims i.e employee assigned to a position for sometime, say three months. The positions are link with grade thats why they are paid accordingly.  They deal this by not making a substitution (as there are no workflows nor self service), but merely giving them an honorarium.  However, As you are aware, when they run report, there is nothing against the person that says this person is acting up in xyz position. The system normally just shows that person is assigned a new position but doesnt show if he/she is acting up.
    Do any one know of any workarounds, so that the reporting is accurate and show person if he/she is acting up?
    Regards,
    Ahmad

    I think we have to options either creating new actions and reason code for Acting up, new Wagetypes or having a custom Infotype to store current grade and acting up grade.

  • Linking layers in Photoshop CS2

    I have just upgraded to CS2 from v.7 and I cannot believe that I now have to have each layer I want to link right next to one another in the layers palette! In v. 7 you could just click on a layer and then choose any other layer in the palette, regardless of its position, to link with by using the link box. It appears in CS2 that you must use the shift key and stack each layer together that you want to link. This is hugely laborious and really counter-productive! Some layers must retain their position in the palette (under/over a shadow for example) and yet I may want to move them in conjunction with a layer elsewhere in the heirarchy. Please tell me there's another way to link!
    Thanks, Sandy

    >I now have to have each layer I want to link right next to one another in the layers palette!
    not true.
    just select all layers you want to link using the command key and click the link button.
    Also because of the better way you can select as many layers at a time as needed, actually linking isn't all that necessary anymore. Also the use of folders/sets in the layers pallet if you want to keep things together.

Maybe you are looking for

  • IPhone 6 Plus 16b storage available 0 bytes

    Hello everybody, i'm writing because it's 3 months now that i'm trying to find out (restoring, reseting my phone), WHY even if my phone is empty/clean of apps, videos, photos, on the iTunes says that: a) my photos are using 188,9MB of space; b) my Do

  • Image File Names

    Is there any way to tell RH to NOT rename image files when importing/linking to a FrameMaker document?  It would help the poor image quality problem if I could copy the originals into the RH folders, replacing the severly downsampled images RH is usi

  • Email scheduling

    Hello!  I was wondering if anyone had any ideas about how I could schedule emails.  I would like to compose them immediately, but schedule them to be sent in the future.  Ideally, I would like to use the standard Mail application that is preloaded in

  • Just installed airport card but can't get a solid signal

    a few weeks ago an electrical storm blew out my ehternet port. i consulted a mac genius at the apple store and decided to avoid replacing my logic board by getting an airport card and wireless router. After installing this business last night i was d

  • 2d bar coding queries .

    Hi Experts ,                   There is a requirement to create a new 2d barcode in se73.                      Hence i used the code symbology PDF417.                     At one stage , the SAP asks for data such as                      Security leve