A basic but very necessary question...

Nice day webmates !
I have created a simple button with html , however I need it
to forward when clicked to a new URL... till that moment everything
works perfect, but, the only detail is that every time I have this
button inside the <form> ... </form> sentences, my
buttoon goes up... it moves and unaligns itself from the text
that's in the same line... I have been trying with "align=bottom"
and adding some cells... but nothing... Once I erase the
"<form>...</form>" sentences, it looks great, but stops
working on forwarding the next URL....
Would anyboby please help me ? thanks in advance,

apply this to your stylesheet... form {margin:0;padding:0}
If you don't have a stylesheet the add this in the head/head
section of
your document...
<style type="text/css">
form {margin:0;padding:0}
</style>
Sw Jiten skrev:
> thanks, just one more question... how do I set the
<form> CSS ? do you have an example ? Appreciate it !
>
Kim
http://www.geekministry.com

Similar Messages

  • General but very urgent question about After Effects...

    I registered for an online course with my college called "Motion Graphics."
    The class description states that the course teaches Adobe Flash and Adobe After Effects,
    and requires the "Classroom in a Book" textbooks for both applications.
    Part of the class description says, "Students will learn how to manipulate text, produce simple animations,
    incorporate audio and video, and learn the necessities of Action Scripting."
    I don't know much about After Effects; I signed up for the class to learn Flash because I am interested in using it
    to create games, mobile apps, and embedded web content. I have no interest in making flash movies.
    After the course opened up today online, it says only the After Effects textbook is needed,
    and that the Flash textbook is not required because Flash has been "phased out" of the course.
    I have been intending to take the ActionScript course after this completing this Motion Graphics course.
    This Motion Graphics course is actually a prerequisite for the ActionScript course.
    Does that even make sense considering Flash has been "phased out" of the course?
    As I said, my intention was to learn Flash and move on to learning ActionScript for the purpose of
    creating games, mobile apps, and embedded web content. Should I even be bothering with this class?

    I contacted the course instructor about the situation, to which she replied:
    "So sorry, summer was the last time flash would be taught. Advanced Flash, after this semester, will not longer exist either.
    It will be renamed "Advanced Motion Graphics" however, the number for the DIG class will remain the same.
    It will only cover After Effects, as flash can no longer work with creating many "apps" and other applications do not except flash.
    If you want to take a flash course, maybe the college offers a weekend course, maybe?
    Classroom in a book is a great book to learn on, so if you want, you could keep the textbook and learn it on your own.
    Again, sorry for your disappointment, but this class will only cover after effects."
    What does she mean by "It will only cover After Effects, as flash can no longer work with creating many "apps" and other applications do not except flash."?
    Why would she say this?

  • HT201250 Hi, I hope this question won't seem too basic but if I want to use a new larger external drive for my time machine backups, will it do a new full backup the first time I plug it in and if so, do I really need all the old backups on my smaller ext

    Hi, I hope this question won't seem too basic but if I want to use a new larger external drive for my time machine backups, will it do a new full backup the first time I plug it in and if so, do I really need all the old backups on my smaller external drive?

    50maz wrote:
    Hi, I hope this question won't seem too basic but if I want to use a new larger external drive for my time machine backups, will it do a new full backup the first time I plug it in
    Yes, it will do a full backup.
    and if so, do I really need all the old backups on my smaller external drive?
    Only if you want to be able to go back in time to those previous Time Machine backups.  When you plug in the new larger external drive, you will only be able to go back as far as the first day you plugged it in and ran the first Time Machine backup on it.

  • This is a very simple question,but I don't know.Please me.Thank you!

    I am a Chinese student in a university.I have a very simple question to ask.
    I have writed a EJB module,and I have deployed to Weblogic8.1 successfully.
    1.Now I want to write a client program.Is it necessary that the client program is packaged in the EJB package.For example ,the EJB package is Beans,is "package Beans " or "import Beans.*" necessary in my client program.
    2.If I only know the EJB interfaces,that means the EJB module is writed by other programer.I want to know how I can write the client program.How can I call EJB module's method writed by other programer.Could you give me a simple example?
    Thank you very much.

    I have writed a EJB module,and I have deployed to
    Weblogic8.1 successfully.:-)
    1.Now I want to write a client program.Is it
    necessary that the client program is packaged in the
    EJB package.For example ,the EJB package is Beans,is
    "package Beans " or "import Beans.*" necessary in my
    client program.You need not package your client with the EJB. It can be a JSP/servlet or a stand-alone application.
    2.If I only know the EJB interfaces,that means the
    EJB module is writed by other programer.I want to
    know how I can write the client program.How can I
    call EJB module's method writed by other
    programer.Could you give me a simple example?
    import java.util.*;
    import javax.naming.*;
    import javax.rmi.PortableRemoteObject;
    import examples.*;
    class TestEJBHello {
        public static void main(String[] args) {
            Context context   = null;
            Object object     = null;
            // Hashtable for environment properties.
            Hashtable env = new Hashtable();
            env.put(Context.INITIAL_CONTEXT_FACTORY, "weblogic.jndi.WLInitialContextFactory");
            env.put(Context.PROVIDER_URL, "t3://localhost:7001");
            HelloHome home            = null;
            HelloWorld hello          = null;
            try {
                context     = new InitialContext(env);
                object      = context.lookup("HelloWorldTest");
                System.out.println(" JNDI Looked up >>> " +object);
                home        = (HelloHome)PortableRemoteObject.narrow(object, HelloHome.class);
                hello       = home.create();
                System.out.println(hello.hello());
            } catch(Exception e) {
                e.printStackTrace();
            } finally {
                close(context);        // Closes the initial context.
        private static void close(Context context) {
            try {
                context.close();
                System.out.println("*** Context closed. ***");
            } catch (NamingException namingException) {
                namingException.printStackTrace();
            } catch(Exception exception) {
                exception.printStackTrace();
    }Here's a sample client app code I use for a HelloWorld EJB. You need to have a EJB client JAR containing the home and remote interfaces in the classpath during compile time and runtime.
    x

  • Script Language Translation - Very Common Question, but unable to resolve !

    Hi Gurus,
    I know this is very common question, but I am stuck, unable to get this one resolved.
    Need to translate sap script "TEXT SYMBOLS" from "English" to "French".
    Have maintained language translation text symbol values in table TTDTG.
    But when i login through French language, these are still getting printed in English !!
    Any Pointers to resolve this will be of great help.
    Many Thanks,
    Madan

    hi
    1) Copy the Script into FR language and then change the Corresponding ENGLISH text to FRENCH text.
    2) Pass ur logon langauge   in the OPEN_FORM FM  Import parameters
                                                                                    LANGUAGE = sy-langu.
    so that whatever is ur logon langauge it corresponding Form will be called.
    surya

  • 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.

  • Very easy question - loading member list

    Very simple question.
    Do I have to make everyone log off of HFM before I load a member list?
    I had a typo in the member list that I didn't see until I want to do the yearly tax extract, now that I corrected it I want to load the member list, but I don't want to kick everyone off. Just curious to see if it is necessary or not.

    Good morning,
    When I make some changes in the objects (metadata, list, rules, etc.), usually the users, while refreshing, are notified that the application has changed and that it's necessary to log in again. So since it only takes 5 minutes to update the list, I would recommend doing it the first thing in the morning or after the workday.
    Cheers,
    Lu

  • I have tried to connect and purchase on my iTunes Store, but forgot security questions. Not even Customer service is able to help me. How can I spend the 20 bucks I have on my account now if even the phone assistants can't help me?

    I tried to Purchase on the i Tunes store, but forgot security questions. Not even Customer Service is able to help me. How can I spend the 20 bucks I have on my account now if even the phone assistants can't help me? I can't rememeber any answer to any of mu questions and I can't even register my product (iPod Classic) even though I purchased it 6 months ago. Customer Service held me on the line for 30+ minutes asking me all the time if I rememeber one anwer to my questions (to which I repeatedly said no) and there seems to be no way to circumvent that security system, not even with my second email, also registered on My Itunes. Isn't there any way for me to get those 20 dollars back I already have in your store or at least reset my security questions if I don't rememeber?
    Thank you very much.

    qwerqsr, Please contact 1-800-My-Apple, about this issue. The account security team should be able to assist you. Please have your password and the ability to log into your account via appleid.apple.com.
    Thanks,
                A2Q

  • A very very very simple question

    Hi guys,
    I have a very simple question and standard but I cant find anywhere...
    I have two dateTime variables, i need to calculate difference between this dates in days, thats it.
    I tried all functions and tried without success a Java Embed task but I couldnt retrieve this objects as java.util.Date so I couldnt calculate exactly the difference in days like this pure java code:
    (dataVencimento.getTime() - dataReferencia.getTime()) / 86400000L)
    can you help me this?

    Hi Jose
    Just see if these alternate approaches works. I know there may be lot like this and you may be lucky to find out simple out of box solution itself. If you want to solve this issue and move ahead, gives these approaches a shot.
    1. Create a very simple standalone WebService that takes 2 input date elements (can be of Date type or String type. If string type, convert to date in your java code). Create a simple operation like getDaysBetween(firstDate, secondDate). In the generated webservice impl class, use the java code apis (refer earlier link for usage), and get the difference. Return this value. NOW, invoke this WebService in your BPEL Process, and pass your 2 inputs (if the bpel payload elemetns are date object or string objects of date), and get output, and then use this output in your continuing bpel process.
    2. This approach, I did a long back. When we insert any expression using XPath, in that editor window on bottom right side, we see many categories and for each category we see list of functions we can use, like for String, we can use concat etc. I vaguely remember reading somewhere, that we can add our own custom functions also in this section. So explore this direction and see if you can add your own function and then use that fucntion with your 2 input dates.
    I have not given solution to your problem, but may be these directions can help you move ahead. Or something along these lines.
    Thanks
    Ravi Jegga

  • Very specific question about iOS 7 and podcasts

    I have a very specific question regarding the playback of podasts under iOS 7.
    Right now, I've still got iOS 5.1.1 (iPhone 4S).
    What I would like to have is a way to play an episode from a podcast that I have not yet finished, and when I double-click the ear-bud's middle button, then I would like to jump (skip) to the episode in the list, even if that episode is from a different podcast.
    Right now, under iOS 5.1.1, I achieved that by creating a smart playlist in iTunes that collects all the episodes from all podcasts with a play count == 0.
    This smart playlist is mirrored to the iPhone.
    It works very well.
    It seems to me that something like that is not possible under iOS 6, so I skipped that.
    My question now is whether I can acheive this under iOS 7.
    I would be most grateful if some kind soul could shed some light on that for me.
    Best,
    Gabriel.

    Hi Larry,
    Thanks very much for posting a reply.
    I do absolutely intend to print a test copy first - but thanks to your advice at least know the spine is going to be ok!
    I didn't realize that method would give me a nice landscape image of the unbound cover - I'd mistakenly remembered that it gave only one page at a time for front and back.
    Thanks for helping out.
    Best,
    Marco

  • About to Purchase but Have 3 Questions....Help?

    Hi,
    I am looking at Logic Express to work with tracks imported from my 3k+ Vinyl collection (I sold off all my analog DJ equipment). I am hoping I have found my ideal program but Apple Tech suggested I asked the wizards at the boards.....so here goes.
    1. Can you bring in music tracks from iTunes (either from my imported vinyl, cds or iTunes Store), and edit / improve them (change the tracks levels & pitch)? Oh and then export them back:-)
    2. Can you take these tracks and sample sections of them and layer those samples back onto the tracks (or just lengthen the existing track by adding some fill)?
    3. Can you have multiple tracks imported from Itunes Library at once (so you can sample and edit), or only one track at a time?
    I realize these are very rudimentary questions and more typical DJ functions, but any help or advice is most appreciated. In any event, I no longer have the space for all that gear!
    Thanks,
    MuNgEr
    G3BW, G4 PB 1.25, G4 D1.25, G5 D2.0, Alienware A51    

    1. You can import them and clean them up but for the most part you are to expect what you do will affect everything so....if it is a full ensemble you can't just fix the pitch in it. On the other side of the spectrum, you can apply EQ and other mastering effects to improve the quality-if applied properly.
    2. Well, to get really crazy with samples you'll just want to use them as noncompressed audio, so conversion is in order. For example, you can't fade a MP3 unless you convert it first. Once again, you can't easily remove or extract instruments from a stereo mix. Just using the stereo file works great though.
    3. Well, Logic should support up to 256 at once...if your machine can handle it. Actually there are ways to increase upon that (use a sampler for example). I don't think anybody here uses 256 audio tracks at once though...it's overkill.
    I just realized you are asking about express..there are differences but for what you're asking....you'll have a blast.
    Cheers, J

  • HT5312 I want buy Apps but need security questions,i forgot security questions and i forg reset security info email address. how can i do.  I know my ID and passworld

    I want buy Apps but need security questions,i forgot security questions and i forg reset security info email address. how can i do.  I know my ID and passworld
    i cant rember questions and my reset security info email(address and passworld)
    How can i do? i want buy apps but need ask this questions.......

    Welcome to the Apple Community.
    Start here (change country if necessary) and navigate to 'Password and Security', reset your security questions using the link provided, you will receive an email to your rescue address, use the link in the email and reset your security questions.
    If that doesn't help, you don't receive a reset email or you don't have a rescue address, you should contact AppleCare who will initially try to assist you with a reset email or if unsuccessful will pass you to the security team to reset your security questions for you.
    If you are in a region that doesn't have international telephone support try contacting Apple through iTunes Store Support.

  • Why does my iPhone 4 not charge correctly?  Problem is definitely with the phone and not charges or chords.  Phone will charge but very slowly and no icon comes on.  Computer and iTunes doesn't recognize it a being connected.

    My iPhone 4 quit charging correctly.  It does charge but very slowly and icon doesn't indicate it as charging.  I've checked cables and charges and the problem is definetily with the phone.  My car stereo no longer recognizes it as a device.  Neither does the computer.  The real strange thing to me is that when I plug it into my old klispch speaker dock it will play songs.  My battery life is good when it is charged so I don't think its the battery. I've tried resetting the phone and cleaning the charging port.  I'm out of warranty.
    Would disconnecting the battery possibly reset it from some glitch or is the charging port got some bad contacts?

    I checked with the Genius Bar.  It was a new dilema to the lady that was helping me.  She took it to a back room and worked on it but it came out the same.  She gave me some options for repair or credit for replacement.
    I just kept the phone and put up with slowly charging it by plugging it in and then turning it off.
    I couldn't transfer anything from itunes.
    I finally got fed up and bought a new charging port for $10. and a toolkit for $3.  I looked up a video on youTube for the replacement and did it.
    That solved all the problems, it was the charging port, must have been some bad pins or something because it patially worked.

  • Purch. & installed upgrade from iLife 2 to iLife 08, but I have questions..

    Hi ~
    _Purchased & installed upgrade from iLife 2 to iLife 08, but I have questions..._
    First I made sure I backed up my 5,500 photos in iPhoto to an external hard drive. (The only downfall to this backing-up process is that I haven't found an easy way to back-up the comments attached to each photo. Any advice on this? Part of the "horror" to losing one's photos is also losing the comments added to them over the years.)
    Back to the install... I installed iLife 08 and it installed correctly. I checked to see what version of the applications I have in the dock on my desktop - I figured it would just import existing data (photos, tunes, etc.) into the newer version and replace it in the dock - +it only did this for iDVD+, of course it wasn't that easy for the others.
    I can't find the newer version of iPhoto. My iPhoto in the dock still says version 2. iTunes in my dock is version 7 (7.4.2). iMovie is version 3 (3.0.3). But the new Garageband is there in the dock. And of course, iDVD is the newer version '08.
    I am most concerned with iPhoto and making sure all the photos AND their comments import correctly into the newer iPhoto 08. I am nervous about this so I want to make sure I do the process correctly.
    I also want to make sure my iTunes information imports correctly to the newer version as well.
    Thank you.
    Sincerely,
    Kathy

    (The only downfall to this backing-up process is that I haven't found an easy way to back-up the comments attached to each photo. Any advice on this? Part of the "horror" to losing one's photos is also losing the comments added to them over the years.)
    If you backed up the iPhoto Library Folder then you got everything - photos, albums, comments etc
    I can't find the newer version of iPhoto. My iPhoto in the dock still says version 2. iTunes in my dock is version 7 (7.4.2). iMovie is version 3 (3.0.3). But the new Garageband is there in the dock. And of course, iDVD is the newer version '08.
    The Dock is not important. Look in your Applications Folder for iPhoto 08. That's where it should be. The Dock is just a shortcut to that. What version is in your Apps folder?
    To upgrade a Library from v2 to iPhoto 08 all you do is open the Library with the newer version.
    Regards
    TD

  • Query can run in Oracle 10g but very slow in 11g

    Hi,
    We've just migrated to Oracle 11g and we noticed that some of our view are very slow (it takes seconds in 10g and takes 30 minutes in 11g), and the tables are using the local table.
    Do any of you face the same issue?
    This is our query:
    SELECT
    A.wellbore
    ,a.depth center
    ,d.MD maxbc
    ,d.XDELT xbc
    ,d.YDELT ybc
    ,e.MD minac
    ,e.XDELT xac
    ,e.YDELT yac
    from
    table_A d,table_A e, table_B a
    where a.wellbore = d.WELLBORE (+)
    and a.wellbore = e.WELLBORE(+)
    and d.MD = (select max(MD) from table_A b where b.MD < a.depth and
    d.wellBORE = b.wellBORE)
    and e.md = (select min(md) from table_A c where c.MD > a.depth and
    e.wellBORE = c.wellBORE);

    Thanks I will move to the correct one..
    Rafi,
    Build the Indexes and it is still slow. I am querying from a view from another database, which is in 10g instances.
    Moved: Query can run in Oracle 10g but very slow in 11g
    Edited by: 924400 on Apr 1, 2012 6:03 PM
    Edited by: 924400 on Apr 1, 2012 6:26 PM

Maybe you are looking for

  • Is my iPhone calendar reading from the wrong time zone? How do I fix it?

    First, here is all the info that I have about all of the clocks on my phone: the date and time on my iPhone are set automatically to Vancouver's time zone, in the Clock app though, I've also added in the clocks for Seoul and Manila so that I know the

  • How to share music with time capsule

    I would like to know how to share Music installed in Time Capsule.. I need that this music could be played in Iphone, Ipad, Apple TV in the same WIFI network

  • Problem with BBM7 in indonesia

    I've upgraded my messenger to bbm7 on My curve 9300. So Manu problems after that. First, bb id didn't connect, it took 2 days before that was solved. Then, i downgraded the bbm back to 6.2.0.44, but here's The weird thing: according to my application

  • Altered graphics don't display properly

    I am running Lookout 6.2 on a small panel pc. I am using custom graphics which up to now display properly. I needed to make a couple of changes to the graphic, which was done on another computer then the exiting graphic was replaced with the new one,

  • Visaconf.ini and Windows Vista

    When I click on a VISA Resource Name control under WinXP, the visaconf.ini is automatically created if not existent, with the aliases Alias1 = "'COM1','ASRL1::INSTR'" Alias2 = "'COM2','ASRL2::INSTR'" and so on.. In this way, I can see the COMx aliase