SAPscript: Header Window : Title Prinitng Issue

Hi all
  I am modifying  SAPscripting(Z-version).
  On the Header Window, we are printing our Company Name with address.
  Snapshot of the code in this window which I feel not working(was working before) was :
Z5                <b>Invoice</>
Z5
Z7   <b>myCompany<zs>#</> (China) Co., Ltd</>
/:   INCLUDE ZHEX-MACRO-WWW-XNA_CO_LTD OBJECT TEXT ID ST
The stmt on Z7 has to print the Company Name with R on the top right of the comp name.  The first Z5 is getting executed and INCLUDE also executes but the stmt of Z7 doesnot.
  I need your help in fixing this issue  !
Cheers
RJ
null

Z7 is your paragraph format, zs is your character format.
Z7 will set your text's position in the window, zs is presumably set to display the font as superscript.  It would be worth checking in the SAPscript that both of these are defined as you need.
Regards,
Nick

Similar Messages

  • Weird Aurorae Window title height issue

    Hi
    In KDE 4.7 I have a weird problem with all Aurorae themes. The window title bar hight is wrong and the buttons are half in and half out of the title bar.
    Like this for Air-Oxygen
    Any ideas ?
    Thanks

    I have the same problem but only with the Air-Oxygen window decoration theme. The funny thing is that I can also install via the web the theme "air-oxygen" (without the capitals in the name) and then the theme is ok ... Except if I launch Libre Office : I get a very weird border ... According to me the package maintainers should look into this. I have also running Chakra on my system (from VirtualBox) and there I have no problems whatsoever with the window decoration themes there in KDE.

  • [DWM] How to get window titles (w/xprop?)

    I'm trying to expand my "switch-to-tag"-script to include window titles, but have stumbled upon something I can't understand:
    If I issue "xprop" (with no arguments), and click on my firefox-window, I get the following output:
    user@host $ xprop (click on firefox window)
    _NET_WM_USER_TIME(CARDINAL) = 6193278
    WM_STATE(WM_STATE):
    window state: Normal
    icon window: 0x0
    WM_HINTS(WM_HINTS):
    Client accepts input or input focus: True
    Initial state is Normal State.
    bitmap id # to use for icon: 0x14000aa
    bitmap id # of mask for icon: 0x14000ab
    window id # of group leader: 0x1400001
    WM_WINDOW_ROLE(STRING) = "browser"
    XdndAware(ATOM) = BITMAP
    _MOTIF_DRAG_RECEIVER_INFO(_MOTIF_DRAG_RECEIVER_INFO) = 0x6c, 0x0, 0x5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x0
    [[ !! HUGE ASCII ICON WAS DELETED TO SAVE SPACE HERE !! ]]
    _NET_WM_SYNC_REQUEST_COUNTER(CARDINAL) = 20971689
    _NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_NORMAL
    _NET_WM_USER_TIME_WINDOW(WINDOW): window id # 0x14000a8
    WM_CLIENT_LEADER(WINDOW): window id # 0x1400001
    _NET_WM_PID(CARDINAL) = 873
    WM_LOCALE_NAME(STRING) = "C"
    WM_CLIENT_MACHINE(STRING) = "allotria"
    WM_NORMAL_HINTS(WM_SIZE_HINTS):
    program specified minimum size: 1 by 63
    program specified maximum size: 32767 by 32767
    window gravity: NorthWest
    WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW, WM_TAKE_FOCUS, _NET_WM_PING, _NET_WM_SYNC_REQUEST
    WM_CLASS(STRING) = "Navigator", "Firefox"
    WM_ICON_NAME(STRING) = "How do I get the active window title into a script? (Page 1) / Applications & Desktop Environments / Arch Linux Forums - Mozilla Firefox (Private Browsing)"
    _NET_WM_ICON_NAME(UTF8_STRING) = "How do I get the active window title into a script? (Page 1) / Applications & Desktop Environments / Arch Linux Forums - Mozilla Firefox (Private Browsing)"
    WM_NAME(STRING) = "How do I get the active window title into a script? (Page 1) / Applications & Desktop Environments / Arch Linux Forums - Mozilla Firefox (Private Browsing)"
    _NET_WM_NAME(UTF8_STRING) = "How do I get the active window title into a script? (Page 1) / Applications & Desktop Environments / Arch Linux Forums - Mozilla Firefox (Private Browsing)"
    So that worked alright. However, if I feed the ID of the window (0x1400001) to xprop, I get the following:
    user@host $ xprop -id 0x1400001
    WM_CLASS(STRING) = "firefox", "Firefox"
    WM_COMMAND(STRING) = { "firefox" }
    _NET_WM_USER_TIME_WINDOW(WINDOW): window id # 0x1400002
    WM_CLIENT_LEADER(WINDOW): window id # 0x1400001
    _NET_WM_PID(CARDINAL) = 873
    WM_LOCALE_NAME(STRING) = "C"
    WM_CLIENT_MACHINE(STRING) = "allotria"
    WM_NORMAL_HINTS(WM_SIZE_HINTS):
    program specified size: 10 by 10
    WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW, WM_TAKE_FOCUS, _NET_WM_PING
    WM_ICON_NAME(STRING) = "firefox"
    _NET_WM_ICON_NAME(UTF8_STRING) = "firefox"
    WM_NAME(STRING) = "Firefox"
    _NET_WM_NAME(UTF8_STRING) = "Firefox"
    There's no title in that output, even though I saw it by clicking - How come? And how do I grab the correct window title from a window id?
    Last edited by graph (2013-05-05 08:18:10)

    man xprop wrote:If the desired window is not the root window, it may be selected in two ways on the command line, either by id  number such as might be obtained from xwininfo, or by name if the window possesses a name.
    The id you obtained from xprop is the WM_CLIENT_LEADER, also listed in the WM_HINTS as the group leader. So that appears to be something like a root window for Firefox, not necessarily the one you see (with the title you want).

  • How to set the WebDynpro application title (IE windows title)?

    Hello all,
    I would like to set the WebDynpro application title according to the current transaction ID. This title is the IE windows title that is shown on the upper left-corner of the IE browser.
    Rule: [Object Instance Information] u2013 [Application Title] u2013 [Browser Title]
    For example: Trans. <No.> - <My App> - Windows Internet Explorer
    I would like to set <No.> dynamically on run-time according to my current transaction number.
    I have this piece of code that gets a reference to the application info:
    data: lr_app_info TYPE REF TO if_wdr_rr_application.
    lr_app_info ?= wdr_task=>application->application_info.
    And there is lr_app_info->get_description() method to have the description of the application, but there is no set method.
    The application description can be hardcoded in:
    tx. SE80, opening the WebDynpro component, then accessing its WebDynpro application. In the properties tab, there is a description field. I need to append transaction ID to it.
    Do you know any way to implement this? This issue is for WebDynpro ABAP.  
    Best regards and thanks in advance,
    Fouad.

    Hello Satra,
    Thanks for your reply. I already had a look into that thread, but my question is not related to the windows title of the WebDynpro  component.
    My question is related to the title of the Internet Explorer that we all see on the top left-corner. For WebDynpro , this is the WebDynpro  application title. How can we change it?
    I hope my question is clear now, and I wish someone can help me soon.
    With kind regards,
    Fouad.

  • Garbage Characters in CDE Window Title Bar

    I recently patched our Solaris 8 Sun workstations (a mixture of Blade 150, Ultra10, Blade 1500, and Blade 2000) with the recommended patch cluster from December 19th, 2005. At the same time, I updated the systems' Java to 1.4.2_10, and installed Update 5 to StarOffice7, which is still on the systems along with the newer StarOffice8.
    When initially installed before these recent patches, StarOffice8 behaved correctly. After updating the systems, when I open StarOffice8 in a CDE session, I get garbage characters in the title bar of the window. The letters and fonts in the application menus are normal. StarOffice8 windows under Gnome sessions are titled correctly.
    I've read some emails about issues with LC_CTYPE and setting it to en_US.ISO8859-15, using a wrapper script to start soffice. The current setting on my machines is en_US.ISO8859-1. That solution doesn't work consistently on different machines (or even on the same machine).
    In fact, even without attempting to solve the problem, there is inconsistent behavior. On one Ultra10 which I have as a testbed machine, StarOffice8 behaves correctly, whether I'm logged in as a normal user, or as root. On a Blade 1500, it behaves correctly when logged in as root, but not as a normal user. I've also patched StarOffice8 with Update1 which was released today, but it doesn't fix the problem.
    Anybody else having similar problems after recent patching? Or have any suggestions for a solution?
    Jeff Bailey

    More Info on Unsolved Problem:
    If I use Mozilla to open a document file, with soffice set as the helper application, the CDE window title displays properly. If I leave that instance of StarOffice open, and open new documents using the menus within StarOffice, subsequent CDE titles also display normally. Also with that original Mozilla-driven StarOffice application still open, if I use "soffice whatever.doc" on a command line, those CDE windows appear normal.
    Mozilla is set to use "en_US" as the language for webpages, with Western ISO-8859-1 as the default character coding. The Solaris 8 workstation's /etc/default/init file is configured as:
    TZ=US/Eastern
    CMASK=022
    LC_COLLATE=en_US.ISO8859-1
    LC_CTYPE=en_US.ISO8859-1
    LC_MESSAGES=C
    LC_MONETARY=en_US.ISO8859-1
    LC_NUMERIC=en_US.ISO8859-1
    LC_TIME=en_US.ISO8859-1
    While the Mozilla "wrapper" is a workaround for now, I don't see it as a final solution.
    Jeff Bailey

  • Script header window getting blank

    Dear All,
    I having using Standard script for quality certificate, In that i am having two pages first and Next. In first page three windows are there Header,Main,Footer and in next page same windows like first page..
    Now if output is of one page then data in Header window is coming correctly. But if Main window is moving to Next page first page header is coming blank. here the problem is that i have used subroutine on field Insp Lot  while executing first page insp lot value is coming blank and for next page it is coming corectly.....How to solve this.
    Thanks,
    Ashish.

    Hi,
    Main window will extend to another page if data exceeds. The other two windows are not main windows.
    Try to use Top EndTop to get the header in every page
    The TOP...ENDTOP  is used to set the header and BOTTOM...ENDBOTTOM is used to set the  footer texts in the main window respectively.
    These are  displayed on the start and end of every new page in the output.
    To disable these texts enclose empty commands between the commands.
    /: TOP
    /: ENDTOP
    /: BOTTOM
    /:  ENDBOTTOM
    Check this [Wiki|http://wiki.sdn.sap.com/wiki/x/nAKmB]
    Hope this solves the issue.
    Regards,
    Rajani

  • Window Title Problem

    Guyz,
    I configured webutil 6 month before and its working fine till date the only problem with window title. i didnt change anything in formweb.cfg file i use the below code for MDI_FORMS_WINDOW.
    SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,WINDOW_STATE,MAXIMIZE);
    SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,TITLE,'My title');whenever i'm running the forms the title shows -webutil-Microsoft Internet Explorer instead of displaing my title even i put the above code in WNFI trigger but same thing happening...as you can see in the snap.
    http://www.ziddu.com/download/13406629/TitleError.jpg.html
    im using forms 10g.
    anyone suggest me how can i resolve this issue?
    Regards
    Moazam
    Edited by: Moazam Shareef on Jan 15, 2011 2:00 AM

    go to object navigator
    under visual attributes you will find windows.
    expand the windows tab
    right click on it and select property palette
    after the property palette page open
    navigate to funtional tab under which you will have a property name title ...
    over there give the name what ever you want and recompile again and run the form
    Object Navigator ->windows ->property palette -> Funtional ->Title -> "Enter the title that you want"
    Edited by: Suhail Faraaz on Jan 15, 2011 2:09 AM

  • Setting a dynamic urxvt window title

    Hi,
    I'm using urxvt windows for alot of apps and I don't like to have 6 windows in the taskbar that all say "urxvt [Number]").
    That's why I would like to have either the name of the last app started in urxvt or at least a tail output of what's currently in there.
    I understood that with
    printf '\33]2;%s\007' "foo"
    I can set the window title to foo but that was it.
    Does anyone know if/how I can put something dynamic to the console title bar?
    Doesn't have to be urxvt, but would be cool.
    Thanks in advance.
    Last edited by Zoranthus (2007-02-04 14:34:39)

    Following skymt suggestion, I found this script which should make the preexec() and precmd() work in bash too, but I'm too newbie to figure out how the whole works
    #!/bin/bash
    # preexec.bash -- Bash support for ZSH-like 'preexec' and 'precmd' functions.
    # The 'preexec' function is executed before each interactive command is
    # executed, with the interactive command as its argument. The 'precmd'
    # function is executed before each prompt is displayed.
    # To use, in order:
    # 1. source this file
    # 2. define 'preexec' and/or 'precmd' functions (AFTER sourcing this file),
    # 3. as near as possible to the end of your shell setup, run 'preexec_install'
    # to kick everything off.
    # Note: this module requires 2 bash features which you must not otherwise be
    # using: the "DEBUG" trap, and the "PROMPT_COMMAND" variable. preexec_install
    # will override these and if you override one or the other this _will_ break.
    # This is known to support bash3, as well as *mostly* support bash2.05b. It
    # has been tested with the default shells on MacOS X 10.4 "Tiger", Ubuntu 5.10
    # "Breezy Badger", Ubuntu 6.06 "Dapper Drake", and Ubuntu 6.10 "Edgy Eft".
    # This variable describes whether we are currently in "interactive mode";
    # i.e. whether this shell has just executed a prompt and is waiting for user
    # input. It documents whether the current command invoked by the trace hook is
    # run interactively by the user; it's set immediately after the prompt hook,
    # and unset as soon as the trace hook is run.
    preexec_interactive_mode=""
    # Default do-nothing implementation of preexec.
    function preexec () {
    true
    # Default do-nothing implementation of precmd.
    function precmd () {
    true
    # This function is installed as the PROMPT_COMMAND; it is invoked before each
    # interactive prompt display. It sets a variable to indicate that the prompt
    # was just displayed, to allow the DEBUG trap, below, to know that the next
    # command is likely interactive.
    function preexec_invoke_cmd () {
    precmd
    preexec_interactive_mode="yes"
    # This function is installed as the DEBUG trap. It is invoked before each
    # interactive prompt display. Its purpose is to inspect the current
    # environment to attempt to detect if the current command is being invoked
    # interactively, and invoke 'preexec' if so.
    function preexec_invoke_exec () {
    if [[ -n "$COMP_LINE" ]]
    then
    # We're in the middle of a completer. This obviously can't be
    # an interactively issued command.
    return
    fi
    if [[ -z "$preexec_interactive_mode" ]]
    then
    # We're doing something related to displaying the prompt. Let the
    # prompt set the title instead of me.
    return
    else
    # If we're in a subshell, then the prompt won't be re-displayed to put
    # us back into interactive mode, so let's not set the variable back.
    # In other words, if you have a subshell like
    # (sleep 1; sleep 2)
    # You want to see the 'sleep 2' as a set_command_title as well.
    if [[ 0 -eq "$BASH_SUBSHELL" ]]
    then
    preexec_interactive_mode=""
    fi
    fi
    if [[ "preexec_invoke_cmd" == "$BASH_COMMAND" ]]
    then
    # Sadly, there's no cleaner way to detect two prompts being displayed
    # one after another. This makes it important that PROMPT_COMMAND
    # remain set _exactly_ as below in preexec_install. Let's switch back
    # out of interactive mode and not trace any of the commands run in
    # precmd.
    # Given their buggy interaction between BASH_COMMAND and debug traps,
    # versions of bash prior to 3.1 can't detect this at all.
    preexec_interactive_mode=""
    return
    fi
    # In more recent versions of bash, this could be set via the "BASH_COMMAND"
    # variable, but using history here is better in some ways: for example, "ps
    # auxf | less" will show up with both sides of the pipe if we use history,
    # but only as "ps auxf" if not.
    local this_command=`history 1 | sed -e "s/^[ ]*[0-9]*[ ]*//g"`;
    # If none of the previous checks have earlied out of this function, then
    # the command is in fact interactive and we should invoke the user's
    # preexec hook with the running command as an argument.
    preexec "$this_command"
    # Execute this to set up preexec and precmd execution.
    function preexec_install () {
    # *BOTH* of these options need to be set for the DEBUG trap to be invoked
    # in ( ) subshells. This smells like a bug in bash to me. The null stderr
    # redirections are to quiet errors on bash2.05 (i.e. OSX's default shell)
    # where the options can't be set, and it's impossible to inherit the trap
    # into subshells.
    set -o functrace > /dev/null 2>&1
    shopt -s extdebug > /dev/null 2>&1
    # Finally, install the actual traps.
    PROMPT_COMMAND=preexec_invoke_cmd
    trap 'preexec_invoke_exec' DEBUG

  • How to Change the Windows Title in EP7.0

    Hi
    Can anyone provide some pointers on how to change the windows title bar in EP 6.0
    We would like to remove the words "SAP Netweaver Portal" from the title.
    I have found OSS note  695903 however this refers to EP6.0
    Thanks in advance.
    Ian

    Hi,
    For people who have no access to the note, here are the steps involved. The same steps are listed in the note :
    1) Logon to your portal with your user who has super_admin role.
    2) Go to the System Administration tab -> System Configuration tab.
    3) Go to the Service Configuration -> Central Configuration.
    4) Change the portal.html.head.title part. Do no forget to save the changes you made.
    5) Restart the j2ee server to be able to see the changes on the portal
    Cheers,
    Sunil

  • Changing the text "SAP Enterprise Portal 6.0" in the browser window title

    Hi,
    I want to change the standard browser window title from "SAP Enterprise Portal 6.0" to my clients company name.
    Has anyone done this before?
    Please help.
    Thanks in advance
    Padmamr

    Hi,
    To change the name of the browser:
    System Administration > System Configuration > Service Configuration > Portal Runtime > Central Configuration.
    Scroll down to: portal.html.head.title
    and change to required name of your company.
    Also, if you goto System Administration > System Configuration > UM Configuration > Direct Editing.
    Here you will find a host of UME controls for logging on and logging off the Portal. You can change images etc... from here.
    Remember to restart the Portal and components for changes to take affect.
    Cheers

  • Firefox 4 beta 1/2 dont have the window title bar

    If i choose to hide the menu bar, I can see the orange "firefox" button but there is no windows title bar that has the min, max, and X buttons. Like this title bar is cleanly chopped off.
    However running firefox as admin doesn't have this issue.
    == This happened ==
    Every time Firefox opened
    == after installation

    Are you using a persona?
    See https://bugzilla.mozilla.org/show_bug.cgi?id=574833 - Installing Persona theme completely covers the caption buttons

  • No option to change Window Title Bar Font in gnome-tweak-tool

    Hey there,
    did a fresh install today on a Haswell-PC. But there's no option to change Window Title Bar Font in gnome-tweak-tool anymore? All the other options are there.
    Is there a way to set the Window Title Bar Font elsewhere? Does someone know why this option was removed or is it due to my system somehow? I also don't see this option in the dconf-editor.
    Gnome 3.8, all the latest updates, Intel Core i5 with Intel HD 4600 Graphics
    Thanks,
    oSIRus
    Last edited by lohmeyer (2013-07-18 18:27:24)

    b4nk4i wrote:I thought that maybe this is gnome-tweak-tool obsolete. But if you say few days ago you solved the problem again, than the version of gnome-tweak-tool should work. strange...
    Hi,
    Didi you solve this issue? I have a similar problem.
    Thanks,

  • Header window vbeln is not changing in smart forms

    Hi Guru's,
    I am working in smart forms . I have to print Challan No in right side of each page. I take separe Header window in that i am printing the Challen No. in first page it was comming correctly but in second page I am getting the first page challen no.How to get the changed Challen value in other pages also will u please any body guide me.
    Thanks,
    Santhosh
    Moderator message: duplicate post locked.
    Edited by: Thomas Zloch on Apr 28, 2011 5:49 PM

    Hi santosh,
    I hope you are triggering new page based on challan no. So just assign the same challan value to a variable and in the text element display this variable.
    Hope this will help you to resolve the issue & close the thread.
    BR,
    Vinit

  • My window tab is showing a different domain how to edit window title

    when I type http://clear-tinnitus.org my window tab is showing videogamesplus.org which is another of my sites.I cloned my video site and copied it to my tinnitus site but I don't know how to edit the windows tab to reflect the tinnitus site.It is showing the cloned site instead.
    I was given these instructions but not clear how to do it:
    Click on the "Properties" tab in the sidebar on the right.
    2) In the box marked "Window Title" type in your desired name
    3) Update your site
    Mark

    A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.<br />
    The helpers at that forum are more knowledgeable about web development issues.
    You need to register at the mozillaZine forum site in order to post at that forum.
    See http://forums.mozillazine.org/viewforum.php?f=25
    There are other things that need attention:
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    # Shockwave Flash 10.0 r45
    # Next Generation Java Plug-in 1.6.0_19 for Mozilla browsers
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/
    Update the [[Java]] plugin to the latest version.
    *http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)

  • [dwm] quit moc leaves window title in xterm

    Hello guys,
    I don't know where to push this issue so I'll try it here in DE.
    I encountered the problem that whenever I close the moc interface (q and not shift+q) the window title in xterm doesn't change back but leaves with the last played song displayed in the statusbar. Is there any way to fix this issue?
    It often occurs that I want to continue my work in this xterm window but when the title doesn't change anymore it's a bit annoying.
    Best regards

    > Could you please post your .Xdefaults?
    Only after you send me your naked pics.
    ! -- Xft settings -- !
    Xft.dpi: 96
    Xft.antialias: true
    Xft.rgba: rgb
    Xft.hinting: true
    Xft.hinstyle: hintslight
    URxvt.perl-ext-common: default,matcher
    URxvt.urlLauncher: firefox
    URxvt.matcher.button: 1
    ! --< urxvt >-- !
    URxvt*depth: 32
    URxvt*buffered: true
    URxvt*termName: rxvt-256color
    urxvt.font: xft:terminus:pixelsize=14
    !urxvt.font: xft:terminus:pixelsize=32
    urxvt.scrollBar: false
    urxvt.imLocale: pl_PL.ISO8859-2
    urxvt.saveLines: 1024
    !urxvt.geometry: 90x30
    urxvt.xftAntialias: true
    urxvt.jumpScroll: true
    urxvt.internalBorder: 1
    urxvt.cursorBlink: false
    !--< urxvt:kolorki >--!
    urxvt.background: #222222
    urxvt.foreground: #ddccbb
    urxvt.cursorColor: #dd9900
    urxvt.cursorColor2: #000000
    urxvt.colorBD: #ffffff
    urxvt.colorIT: #bbbbbb
    urxvt.colorUL: #999999
    urxvt.underlineColor: #999999
    URxvt.tabbed.tabbar-fg: 2
    URxvt.tabbed.tabbar-bg: gray5
    URxvt.tabbed.tab-fg: 12
    URxvt.tabbed.tab-bg: gray5
    Much of it is used by urxvt.

Maybe you are looking for

  • How can I get my Recently Added back to how it was before I reset? Also, is there any way to sort a playlist by the numbering (i.e. 1, 2, 3)?

    Basically, I reset my computer (not rebooted; reset, as in wiped it clean) and backed up all my music. After putting the songs back onto my iPhone, the playlists like My Top Rated and Recently Played were empty, of course. For Recently Added, all of

  • I am unable to delete apps on iPhone 5

    After looking at other similar questions, I can find no answer. For some reason, I can no longer delete apps from my iPhone 5 running 6.1.4. I am doing everything the way you are supposed to, but nothing. What I end up with is a bunch of jiggling ico

  • Soritng in a report

    I have a report foo. I have to fields set to sort in foo, fields 1 and 2 and they are set to sort by 1 and 2 respectively. When I run the report on system 1 I get error failed to parse SQL query: ORA-06502: PL/SQL: numeric or value error: NULL index

  • Finding days in a specific month

    Hi All, I need help in writing a query to retrieve all days in a specific month using sysdate. For eaxmple SELECT trunc(to_date(sysdate, 'DD-MONTH-RRRR') FROM DUAL WHERE sysdate between FIRST_DAY AND LAST_DAY;

  • Simple css layout help

    Hey I know this is a piece of cake for you guys so help me out. I've got a simple layout going and set up at http://www.clark-imaging.com/ciiicomp/index.html and need your help. What is causing the weird white bands behind header and maincontent and