How can I do what a user types in the text entry box go to lms?

Hello

I have a few boxes of text entry for the unmarked short answer responseses - more of an exercise of reflection than anything else.

However, I would text the learner types to be saved by the LMS.

How to make that happen if it is not a real assessment?

Thank you

fantastic, thanks a lot!

Tags: Adobe Captivate

Similar Questions

  • How can I view a hand to a button cursor text entry box

    I am using Captivate 5 and have an annoying problem...

    For General click box, there is an option to 'See the hand cursor on the affected area' which will result in the cursor changing to a helping hand when rolling over the click box area in the published presentation.  I want to do the same for the button 'submit' in the text entry box. Is it still possible?  I hope to ensure the coherence of things as a user is clicking on through the presentation.

    I find it odd that it has the same property found on the clickbox because it has the same purpose.  I use a background image screen to simulate an entry in an application, so I'm actually hide the button submit, but the button I want to press lack the hand cursor which would indicate that it is clickable.  I don't want to use a click box to allow the user to switch because I still want a failure in the text entry box to prevent the user from moving.

    Hope that all of the senses.

    Hello

    Another approach is to use a rollover caption. Just remove any text and set the caption as transparent. Then layer the rollover area over the part where you want the hand to implement a cursor. The net effect will be that the cursor change is made. Clicking on will cause then trigger the underlying Submit button that appers to be invisible and laminated on a picture.

    See you soon... Rick

    Useful and practical links

    Captivate wish form/Bug report form

    Certified Adobe Captivate training

    SorcerStone blog

    Captivate eBooks

  • How to enter text in the text entry box using the virtual keyboard in a flex application

    Re: How to enter text in the text entry box using the virtual keyboard in a flex application

    Hello

    I'm using flash builder 4.

    I designed the virtual keyboard, I have to update the text in the input text permanently area using the virtual keyboard.

    I used the events.i button does a few he's cheating.

    can someone help me tat.

    Thanks in advance.

    I have included my mxml with this program.

    virtualKeyboard. MXML

    <? XML version = "1.0" encoding = "utf-8"? >
    " < = xmlns:fx s:Application ' http://ns.Adobe.com/MXML/2009 "
    xmlns:s = "library://ns.adobe.com/flex/spark".
    xmlns:MX = "library://ns.adobe.com/flex/mx" minWidth = minHeight = "955" "600" creationComplete = "initfunc ()" >
    < fx:Script >
    <! [CDATA]
    Import mx.controls.Alert;
    private function initfunc (): void
    {
    B1.addEventListener (MouseEvent.Click, HandleEvent);
    B2.addEventListener (MouseEvent.Click, HandleEvent);
    B3.addEventListener (MouseEvent.Click, HandleEvent);
    B4.addEventListener (MouseEvent.Click, HandleEvent);
    B5.addEventListener (MouseEvent.Click, HandleEvent);
    B6.addEventListener (MouseEvent.Click, HandleEvent);
    B7.addEventListener (MouseEvent.Click, HandleEvent);
    B8.addEventListener (MouseEvent.Click, HandleEvent);
    B9.addEventListener (MouseEvent.Click, HandleEvent);
    B10.addEventListener (MouseEvent.Click, HandleEvent);
    B11.addEventListener (MouseEvent.Click, HandleEvent);
    B12.addEventListener (MouseEvent.Click, HandleEvent);
    B13.addEventListener (MouseEvent.Click, HandleEvent);
    B14.addEventListener (MouseEvent.Click, HandleEvent);
    B15.addEventListener (MouseEvent.Click, HandleEvent);
    B16.addEventListener (MouseEvent.Click, HandleEvent);
    B17.addEventListener (MouseEvent.Click, HandleEvent);
    B18.addEventListener (MouseEvent.Click, HandleEvent);
    B19.addEventListener (MouseEvent.Click, HandleEvent);


    B20.addEventListener (MouseEvent.Click, HandleEvent);
    B21.addEventListener (MouseEvent.Click, HandleEvent);
    B22.addEventListener (MouseEvent.Click, HandleEvent);
    B23.addEventListener (MouseEvent.Click, HandleEvent);
    B24.addEventListener (MouseEvent.Click, HandleEvent);
    B25.addEventListener (MouseEvent.Click, HandleEvent);
    B26.addEventListener (MouseEvent.Click, HandleEvent);
    B27.addEventListener (MouseEvent.Click, HandleEvent);
    B28.addEventListener (MouseEvent.Click, HandleEvent);
    B29.addEventListener (MouseEvent.Click, HandleEvent);
    B30.addEventListener (MouseEvent.Click, HandleEvent);
    B31.addEventListener (MouseEvent.Click, HandleEvent);
    B32.addEventListener (MouseEvent.Click, HandleEvent);
    B33.addEventListener (MouseEvent.Click, HandleEvent);
    B34.addEventListener (MouseEvent.Click, HandleEvent);
    B35.addEventListener (MouseEvent.Click, HandleEvent);
    B36.addEventListener (MouseEvent.Click, HandleEvent);
    B37.addEventListener (MouseEvent.Click, HandleEvent);
    B38.addEventListener (MouseEvent.Click, HandleEvent);
    B39.addEventListener (MouseEvent.Click, HandleEvent);
    B40.addEventListener (MouseEvent.Click, HandleEvent);
    B41.addEventListener (MouseEvent.Click, HandleEvent);
    B42.addEventListener (MouseEvent.Click, HandleEvent);
    B43.addEventListener (MouseEvent.Click, HandleEvent);
    B44.addEventListener (MouseEvent.Click, HandleEvent);
    B45.addEventListener (MouseEvent.Click, HandleEvent);
    B46.addEventListener (MouseEvent.Click, HandleEvent);
    B47.addEventListener (MouseEvent.Click, HandleEvent);
    B48.addEventListener (MouseEvent.Click, HandleEvent);
    B49.addEventListener (MouseEvent.Click, HandleEvent);
    B50.addEventListener (MouseEvent.Click, HandleEvent);
    B51.addEventListener (MouseEvent.Click, HandleEvent);
    B52.addEventListener (MouseEvent.Click, HandleEvent);
    B53.addEventListener (MouseEvent.Click, HandleEvent);

    }
    public void handleEvent (e: MouseEvent): void
    {
    var a: String = e.target.name;
    Alert.Show (e.Target.Name);
    var b:String = null;
    Switch (a)
    {

    case 'Button20 ':
    b = TextBox.Text;
    TextBox.Text = "a";
    TextBox.Text = b + "a";
    break;


    case 'Button21 ':

    TextBox.Text = "b";
    TextBox.Text = b + "b";
    break;


    by default:

    TextBox.Text = "s";
    TextBox.Text = b + "s";
    }
    }

    []] >
    < / fx:Script >

    < s:Panel = "43" x y = "82" width = "527" height = "213" >
    < mx:Button = "71" x y = '86' id = "b1" label = "1" width = "30" height = "24" / >
    < s:Button = "180" x y = '86' id = "b2" label = "5" width = "30" height = "24" / >
    < s:Button = "127" x y = '86' id = "b3" label = "3" width = "30" height = "24" / >
    < s:Button = "99" x y = '86' id = "b4" label = "2" width = "30" height = "24" / >
    < s:Button = "323" x y = '86' id = "b5" label = "0" width = "30" height = "24" / >
    < s:Button = "294" x y = '86' id = "b6" label = "9" width = "30" height = "24" / >
    < s:Button = "265" x y = '86' id = "b7" label = "8" width = "30" height = "24" / >
    < s:Button x = '237' y = '86' id = "b8" label = "7" width = "30" height = "24" / >
    < s:Button = '209' x y = '86' id = "b9" label = "6" width = "30" height = "24" / >
    < s:Button = "42" x y = '86' id = "b10" label = "" ' "width ="30"height ="24"/ >"
    < s:Button x = "382" y = '86' id = "b11" label = "=" width = "30" height = "24" / >
    < s:Button = '353' x y = '86' id = "b12" label = "» largeur" width = "30" height = "24" / > "
    < s:Button = "410" x y = '86' id = "b13" label = "back" width = "76" height = "24" / >
    < s:Button = "157" x y = '86' id = "b14" label = "4" width = "30" height = "24" / >
    < s:Button = "43" x = "109" id = "b15" label = "tab" width = "66" height = "24" / >
    < s:Button = "105" x = "109" id = "b16" label = "q" width = "31" height = "24" / >
    < s:Button = "247" x = "109" id = "b17" label = "y" width = "30" height = "24" / >
    < s:Button '303' = x y = "109" id = "b18" label = "i" width = "31" height = "24" / >
    < s:Button = "361" x y = '110' id = "b19" label = "p" width = "34" height = "23" / >
    < s:Button = "394" x = "109" id = "b20" label = "[" width = "31" height = "24" / >] "
    < s:Button = "191" x = "109" id = "b21" label = "r" width = "34" height = "24" / >
    < s:Button '424' = x y = "109" id = "b22" label = "]" width = "31" height = "24" / > "
    < s:Button = "222" x = "109" id = "b23" label = "t" width = "31" height = "24" / >
    < s:Button = "161" x = "109" id = "b24" label = "e" width = "31" height = "24" / >
    < s:Button = "133" x = "109" id = "b25" label = "w" width = "31" height = "24" / >
    < s:Button = "332" x = "109" id = "b26" label = "o" width = "31" height = "24" / >
    < s:Button = "275" x = "109" id = "b27" label = "u" width = "31" height = "24" / >
    < s:Button = "220" x = "133" id = "b28" label = "g" width = "31" height = "24" / >
    < s:Button '424' = x y = "132" id = "b29" label = "enter" width = "62" height = "24" / >
    < s:Button = "43" x = "132" id = "b30" label = "caps" width = "66" height = "24" / >
    < s:Button = "275" x = "133" id = "b31" label = "j" width = "42" height = "23" / >
    < s:Button = "314" x = "132" id = "b32" label = "k" width = "31" height = "24" / >
    < s:Button = "133" x = "133" id = "b33" label = "s" width = "31" height = "23" / >
    < s:Button = "161" x = "133" id = "b34" label = "d" width = "31" height = "23" / >
    < s:Button = "250" x = "133" id = "b35" label = "h" width = "31" height = "23" / >
    < s:Button = "105" x = "133" id = "b36" label = "a" width = "31" height = "23" / >
    < s:Button = "191" x = "133" id = "b37" label = "f" width = "31" height = "23" / >
    < s:Button = "342" x = "132" id = "b38" label = "l" width = "31" height = "24" / >
    < s:Button = "152" x = "154" id = "b39" label = "x" width = "31" height = "24" / >
    < s:Button = "353" x = "154" id = "b40" label = "'." " Width = "31" height = "24" / >
    < s:Button = "325" x y = "154" id = "b41" label = "," width = "31" height = "24" / >
    < s:Button = "294" x = "154" id = "b42" label = "m" width = "31" height = "24" / >
    < s:Button = "259" x = "154" id = "b43" label = "n" width = "37" height = "24" / >
    < s:Button = '236' x y = "154" id = "b44" label = "b" width = "31" height = "24" / >
    < s:Button = "211" x = "154" id = "b45" label = "v" width = "31" height = "24" / >
    < s:Button = "181" x = "154" id = "b46" label = "c" width = "31" height = "24" / >
    < s:Button = "122" x = "154" id = "b47" label = "z" width = "31" height = "24" / >
    < s:Button = "380" x = "154" id = "b48" label = "/" width = "31" height = "24" / >
    < s:Button '368' = x y = "132" id = "b49" label width = ';' = "31" height = "24" / >
    < s:Button = "396" x = "132" id = "b50" label = "" ' "width ="31"height ="24"/ >"
    < s:Button = "43" x = "154" id = "b51" label = "shift" width = "82" height = "24" / >
    < s:Button '407' = x y = id = "154" "b52" label = "shift" width = "79" height = "24" / >
    < s:Button = "455" x = "109" id = "b53" label = "------" width = "31" height = "24" / >

    < / s:Panel >
    < s:TextInput = "161" x = "27" id = "textbox" width = "253" / >

    < / s:Application >

    Kind regards

    Saran r

    Hello

    http://gumbo.flashhub.NET/keyboard/

    It is a small example of a 'virtual' keyboard that will enter the text into a textinput/textarea component selected. Capslock and shift key States really aren't quite right (really need control shift/cap lock combo), but there is a simple tab and backspace (delete) and enter the function key.

    hope this is useful

    David.

  • How can I create an another user to access the HR schema data

    I am new to Oracle and just downloaded the: 10 x e. I have connected as human resources and was able to modify data in tables.
    I created another user, then say ABC, when connected as SYS. But then I could not access the tables and the data even in human resources.

    I learned that every user has its own schema, but how do I create an another user to access the same tables, and the data I see in the Oracle DB?

    Log in as a user of the system (or sys as sysdba) and:
    create user identified by ;
    Grant connect, create session ;

    To see objects to a different schema from the database user must then obtain the privilege:

    Grant select on hr. à ;

  • How to validate the number of characters in the text entry box?

    Hello

    I have inserted a text box entry and assigned a variable (UserName). Now, I need to limit the entry of a number, maxinum of 20 characters. In other words, how can I validate the number of characters in the text entry area and provide feedback if it is more than 20 characters?

    I think that you should study the Jim Leichliter widget that allows you to use regular Expressions to validate text input.

  • How can I tell what kind or type of format in my computer? cause I can't burn DVDs to play on Home DVD player. Only when I burn the movie it burns but only playing the portable DVD player or a laptop

    I would like to know someone can help please an explane to me how can I find out what type of format in my computer cause I have download the movie, but I also burn, but it play on a DVD player cell phone and a laptop. People say the format in my computer and it true? I went even if different format to find and download to see if work one I went though a lot of DVDs trying to find the right. I need help please.

    Thank you

    Hello

    read this on the engraving in the mastered Format;

    Burn a CD or DVD

    http://Windows.Microsoft.com/en-us/Windows-Vista/burn-a-CD-or-DVD

    Burn a disc using the ISO image format

    Choose the size of the ISO image when you need a highly compatible disc that will play in computers with an older version of Windows or in devices such as CD and DVD players that can play video files and music digital. For more information about choosing a disc format, see which CD or DVD format should I use?

    1. Insert a writable CD or DVD CD writer or DVD in your computer.

    2. In the dialog box that appears, click on burn the files to a data disc.

    3. In the engraving, a disc dialog box, type a name for this disc, and then click Show formatting options.

    4. Click on ISO image, and then click Next.

      An empty disc folder opens.

    5. Open the folder that contains the files to burn and then drag the files into the empty disc folder.

    6. In the toolbar, click on burn to disc.

      The selected files are copied to the disk. When burning is complete, the drive tray opens and you can remove the drive. You can now use the disc in another computer or media. This type of disc has no need to be closed.

    ____________________________________________________________________

    Disc burning: frequently asked questions

    http://Windows.Microsoft.com/en-us/Windows-Vista/disc-burning-frequently-asked-questions

    ___________________________________________________________________

    Should which CD or DVD format I use?

    http://Windows.Microsoft.com/en-us/Windows-Vista/which-CD-or-DVD-format-should-I-use

  • How can I see what changes I made to the terminal command?

    I don't know what changes I made to the terminal command and I want to see if I can cancel an any of them because I have inadvertently artificial virus. I use the latest version of Mac OS X (10.11.3) on a Macbook Pro of the retina. I have reviewed the reset of the computer to the factory settings, but I don't know if that will clear the terminal the previous commands. Thank you in advance!

    Terminal Server can 'remember' commands you have issued. Open Terminal and type this command

    history

    What you get is a complete list of commands executed when using Terminal. If you don't you probably erased from history or abnormally closed the Terminal application.

    Alternatively, you can paste this list here so that we can analyze what you were doing.

  • How can I change account limited user account for the administrative account information

    Can you please help me find answer how to change account limited administrative user account information? I'm locked and I can not change any info because by mistake I select limited in my user account account.

    Hi sbhailal,

    See the Microsoft article below and try the steps mentioned, check if it helps you log in windows.

    How to connect to your Windows XP-based computer if you forget your password or if your password expires

    http://support.Microsoft.com/kb/321305

  • How can I replace a series of tags in the text?

    I use LiveCycle Designer 10.4 in the SAP environment to create PDF customer quote. All data are introduced into my layout of the SAP System.

    A part of the legal text has variables that are automatically filled by the rating system. The text is introduced in my layout with the variables, alerted by bracketed tags. My mission is to remove the tags in square brackets so that they are not displayed in the output that goes to the customer. For example, in the image below, I want the [V1] [/ V1], [V2], and [/ V2] to delete.

    sample_tags.gif

    I tried the JavaScript and FormCalc without success on initialize and exit events.

    Below is example code that did not work.

    FormCalc

    $.rawValue = replace ($.rawValue, ' [V1] "," "" ")

    This script did not find the tag. And even if it did, I don't know how the do loop and locate the following tag.

    JavaScript

    var textWithTags = data. Page1.sub_QuoteTexts.TPAtext.RawValue;

    var textNoTags = textWithTags.replace ("[V1]", "");

    var textNoTags = textNoTags.replace ("[/ V1]", "");

    var textNoTags = textNoTags.replace ("[V2]", "");

    var textNoTags = textNoTags.replace ("[/ V2]", "");

    data. Page1.sub_QuoteTexts.TPAtext.RawValue = textNoTags;

    This JavaScript was working when I put little in place in an HTML page, but not when I've worn slot in my layout in the designer.

    Any help would be much appreciated.

    Thank you!

    I found the solution through some research in these forums. I thought that there must be a way to loop through a string, removal/replacement of several values. Here's the syntax in FormCalc to do, placed on the layout ready event.

    $.rawValue = replace (replace ($.rawValue, ' [V1] "," "" "),"[V2]"," ")

  • How can I make rectangular bubbles that adapt to the text inside them without the "arrow" that points to where the bubble comes to have changed?

    I do a lot of bubbles (150 +) who all text inside of them, which are distinguished by length. I want the balloons to look the same in terms of style, but I need different sizes of course for each of these texts. This means that the rectangular part of the speech bubble must adapt to the length and the width of the text on the inside, while the "arrow" to where the bubble is coming (e.g., the person who speaks) should stay the same on each bubble. So is there a way or a workaround to these bubbles "adaptation"?

    I appreciate any kind of help

    Thanks in advance!

    You can do this by using the option of automatic resizing the text block and a separate object (or 2) to the pointer / arrow.

    Create a text block that auto sizes away from the direction of the needle. Make sure that the line on the block of text is aligned to the outside. Draw a pointer with the pen tool and give it the same stroke and fill as the text block.

    Then you must carefully align endpoints of the pointer on the edge of the text block or if you want perfect-looking for joins, have endpoints of the pointer the text block overlap and cover them with another frame, filled with the same color of filling the text block.

    You may need to experiment with the position and the size of this frame obscuring so it becomes visible when the text block is resized. Here is an excerpt, you might be able to use as a starting point. Dropbox - resizing_speechbubble.idms

  • How to change your spacing in Adobe Reader? The text properties box all have font style, spacing, color etc, but I have found corresponding to the spacing of the characters. Help, please!

    I opened my PDF file in Adobe Reader, the properties of the text box is there, but there is no option for the spacing of the characters. Is there option initially? If so, how can I find?

    Thank you very much!

    Adobe Reader can not handle the content of a PDF page.
    Comment tools available in the contemporary current out of the drive are annotations.
    The annotations are not content of PDF pages. On the contrary, annotations exist separate from the content of the PDF page.
    While most annotations provide us with a Properties dialog box with which we can make a configuration this configuration is more limited tools to edit Acrobat text and Images or add text.
    These tools are not available in Adobe Reader.
    These tools allow the editing of the content of the page PDF (strings and characters).

    So, to accomplish what you want, you'll want to use Acrobat.

    Be well...

  • How can I determine what my CURRENT profile, because the Profile Manager shows 3 and all the questions and answers are ambiguous on this issue. THX.?

    Yes, I see ambiguity. I have also some old Save profiles of boards and I have 3 profiles showing under the Profile Manager. The folder under "%APPDATA%\Mozilla\Firefox\Profiles\" shows 2 of them, but how DO I know WHICH is my current profile? So far, I have been unable to navigate up a clear answer. THX.

    You seem to have created a profile in the Profiles folder and not as you should be in an empty folder.

    You already clicked the button Choose a folder and specified the profiles folder in the profile folder?

    You must always specify an empty folder and new for the profile if you really want to create one profile other than suggest Firefox (you can change the file extension part after the '. ': for example the default user-> my < name >)

    It would be preferable to cleaning the Profiles folder and delete all the files except the file profiles.ini and the default and files 'default user', although you might want to move to another location and start from scratch. If necessary, you can retrieve data from one of the two folders.

  • How can I save what I need to install the package to upgrade XP3?

    There is no backup Windows XP program, so I need some advice on what to backup and how.

    EASEUS Todo Backup home V2
    (Note: Todo Install, then create a diskette "emergency" before you start creating your first image backup)
    http://www.TODO-backup.com/

    How to move from Windows XP to a new and bigger - hard drive Using EASEUS Todo Backup
    http://www.PAGESTART.com/winxpnlhdtodo04051101.html

    J W Stuart: http://www.pagestart.com

  • Manager download-how can I run what directory I want than the saved file?

    In my previous version of Firefox when I chose "save file" when I download, I was able to designate the folder for the file. This version saves automatically in the download folder and then I have to go move it to the right place. Can I change this setting?

    Hello.

    All you have to do is go back to the top, then select 'Tools' then 'Options '.

    From there the first tab is General, you should see "downloads".

    Check the option "always ask where to save the files.

    Kind regards

  • How can I get rid of an underline in the text - I tried the decoration: no

    I'm trying to get rid of an underline text that isn't a link. I tried to put the decoration: none in various places and I still cannot get rid of it.

    Any ideas?

    Here is my HTML code

    <! doctype html >

    < div id = "businesscircleportfolio" >

    < html >

    < head >

    < meta charset = "UTF-8" >

    < title > Untitled Document < /title >

    < link href = "style.css" rel = "stylesheet" type = "text/css" > "

    < style type = "text/css" >

    < script src = "respond.min.js" > < / script >

    < script type = "text/javascript" >

    function MM_preloadImages() {//v3.0

    var d = document; If (d.images) {if(!d.MM_p) d.MM_p = new Array();

    var i, j is d.MM_p.length, a = MM_preloadImages.arguments; for (i = 0; i <.) Length; i ++)

    If (a [i].indexOf("#")! = 0) {d.MM_p [j] = new Image; d.MM_p [j ++] .src = a [i] ;}}

    }

    / * I have no idea what this code below does but put random Dreamweaver in * /.

    function MM_findObj (n, d) {//v4.01

    var p, i, x;  if(!d) d = document; If ((p = n.IndexOf ("?")) > 0 & & parent.frames.length) {}

    d = parent.frames [n.Substring(p+1)] .document; n = n.Substring (0, p) ;}

    If (!) () x = d [n]) & & copyrights) x = d.all [n]; for (i = 0;! x & & i < d.forms.length; i ++) x = d.forms [i] [n];

    for (i = 0;! x & & d.layers & & I < d.layers.length; i ++) x = MM_findObj (n, d.layers [i] .document);

    If (! x & & d.getElementById) x = d.getElementById (n); Return x;

    }

    function MM_swapImgRestore() //v3.0 {}

    var i, x = offline. MM_sr; for (i = 0; a & & I <.) Length & & (x = a [i]) & & x.oSrc; i ++) x.src = x.oSrc;

    }

    function MM_swapImage() {//v3.0

    var i, j = 0, x, a = MM_swapImage.arguments; document. MM_sr = new Array; for (i = 0; i <(a.length-2); I += 3).

    If ((x = MM_findObj (a [i]))! = null) {document. MM_sr [j ++] = x; if(!x.oSrc) x.oSrc = x.src; x.SRC = a [i + 2] ;}

    }

    < /script >

    / * This is code I put that I found on the web that said that it would work, but is not * /.

    < STYLE >

    <!--

    A {text-decoration: none}

    ->

    < / STYLE >

    / * end of this code * /.

    < / style >

    < / head >

    < body >

    < div class = "portfoliolinkbackground" > < font type = "arial" color = '4' "white" = font size > home < / police > < an id = "portfoliolinkclear" href = "index.html" > < / a >

    < / div >

    < div id = "adtitletest" > < img src = "images/adtitlewithwdandgraphics.png" width = "700" height = "220" alt ="" / > < / div > "

    < div id = "businesslinkport" > < police = "arial" color = "white" font size = "3" > portfolio < / police > < / div >

    < an id = "businesslinkclear" href = "portfolio.html" style ="text-decoration: none" > < / div > "

    < div id = "classicallinkport" > < police = "arial" color = "white" font size = "3" > customer < / police > < / div >

    < an id = "classicallinkclear" href = "client.html" style ="text-decoration: none" > < / div > "

    < div id = "hiphoplinkport" > < police = "arial" color = "white" font size = "3" > Contact < / police > < / div >

    < an id = "hiphoplinkclear" href = "contactform.html" style ="text-decoration: none" > < / div > "

    < div id = "rocklinkport" > < police = "arial" color = "white" font size = "3" > pricing < / police > < / div >

    < an id = "rocklinkclear" href = "price.html" style ="text-decoration: none" > < / div > "

    " < div id ="facebook"> < a href =" https://www.Facebook.com/Paul.Kirsch.399/about "title ="facebook"target ="new"> "

    < p > < img src = "images/facebookdkblue.png" width = "95" height = "60" alt ="" > < /p > < / div > "

    " < div id = 'linkedin' > < a href =" " https://www.LinkedIn.com/profile/view?id=30306216 & TRK = nav_responsive_tab_profile " title = "linkedin" target = "new" > < img src = "images/linkedin.jpg" width = "55" height = "52" alt "" > < / div >

    < div id = 'twitter' >

    < img src = "images/twitter.png' width = '58' height = '58' alt '" > < / div > "" "

    < / div >

    < div class = 'price' > < = '3' color = #b3f5f1 font size do face = "helvetica" style = "text-decoration: none" > ".

    Graphic and Web Service price < br >

    < ul >

    Custom Web Site graphic < li > $ 350 < /li > < p > < / p >

    Custom logo < li > $ 125 < /li > < p > < / p >

    < li > Custom website ($40 / h - price depends on the complexity and the deadline) < /li > < p > < / p >

    < li > five page Wordpress Brochure Web Site you can update yourself $350 < /li > < p > < / p >

    < li > model each additional page of the same $40 / page < /li > < p > < / p >

    interactive forms < li > - (surveys etc.) $250 + < /li > < p > < / p >

    < li > Site maintenance (we update your site) $360 / year < /li > < p > < / p >

    < li > site redesign existing $40 / hour < /li >

    < /ul > < / div > < / police > < / div >

    < / div >

    < p > < / p >

    < p > < / p >

    < p > < / p >

    < / body >

    < / html >

    < / div >

    / * I have 60 tons of CSS measurement it undesirable. It is below * /.

    charset "UTF-8";

    / * CSS document * /.

    {body

    background-color: rgba (30,30,30,1);

    left margin: 0px;

    left:-130px;

    top of the margin: 50px;

    line-height: 5px;

    position: static;

    padding-top: 5px;

    height: auto;

    }

    {#div1}

    margin-top:-40px;

    margin left: 275px;

    margin-right: auto;

    position: relative;

    }

    {#div9}

    margin-top:-15px;

    margin left: 220px;

    margin-right: auto;

    position: relative;

    float: left;

    }

    #adtitle:

    {

    margin left: 500px;

    }

    {#div2}

    display: block;

    top of the margin: 100px;

    margin left: 450px;

    margin-right: auto;

    position: relative;

    border-radius: 100% / 50%;

    }

    {.meatsunsetshadow}

    margin-top:-120px;

    margin left: 390px;

    Width: 500px;

    height: 700px;

    display: block;

    background-image: url ("images/me_atsunsetbackground4." JPG');

    background-size: 500px 700px.

    -webkit-box-shadow: 1px 2px 23px insert #FFF;

    box-shadow: inset - #000000 25px 30px 5px;

    -webkit-border-radius: 75%;

    border-radius: 75%;

    margin-bottom:-750px;

    top:-60px banner;

    }

    {#clear - oval

    img src: url (clear - oval .png);

    margin-top:-100px;

    margin left: 100px;

    -webkit-border-radius: 75%;

    border-radius: 75%;

    }

    {#abouttext}

    margin-top:-165px;

    margin left: 40px;

    }

    #shadow a {}

    Display: block;

    Width: 900px;

    height: 700px;

    }

    Shad-.box {}

    top of the margin: 100px;

    left margin:-188px;

    Width: 800px;

    height: 600px;

    display: block;

    background-image: url("big-tree-final1.jpg");

    background-size: 800px 600px.

    -webkit-box-shadow: 15px 15px 15px insert #000000;

    box-shadow: 15px 15px 15px insert #000000;

    -webkit-border-radius: 50%;

    border-radius: 50%;

    position: static;

    }

    . Box-shad a {}

    Display: block;

    Width: 900px;

    height: 700px;

    }

    {#portfolio}

    Width: 100px;

    height: 100px;

    top of the margin: 610px;

    right margin: 200px;

    left margin:-75px;

    margin-bottom: 50px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    background: rgb (92,87,58);

    position: relative;

    top:-900px;

    content justify: Center;

    content-align: center;

    text-align: 80px;

    text-indent: 77px;

    text-align-vertical:-5px;

    }

    {#portfolioprice}

    Width: 100px;

    height: 100px;

    top of the margin: 256px;

    right margin: 200px;

    left margin:-74px;

    margin-bottom: 50px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    background: rgb (119,87,35);

    position: relative;

    top:-800px.

    content justify: Center;

    content-align: center;

    text-align: center;

    }

    {#portfolioclassical}

    Width: 100px;

    height: 100px;

    margin-top:-185px;

    right margin: 200px;

    left margin:-30px;

    margin-bottom: 250px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    background: rgb (119,87,35);

    position: relative;

    top:-800px.

    content justify: Center;

    content-align: center;

    text-align: center;

    text-indent: 60px banner;

    }

    {#portfolio2}

    Width: 100px;

    height: 100px;

    margin-top:-200px;

    right margin: 200px;

    margin left:-50px;

    margin-bottom: 50px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    background: rgb (119,87,35);

    position: relative;

    top:-800px.

    content justify: Center;

    content-align: center;

    text-align: center;

    }

    {#businesspageportfolio}

    / * This covers the link circular for hiphop and business portfolio * /.

    Width: 100px;

    height: 100px;

    top of the margin: 700px;

    right margin: 200px;

    left margin: 225px;

    margin-bottom: 50px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    background: rgb (92,87,58);

    position: relative;

    top:-800px.

    Show: flex;

    content justify: Center;

    content-align: center;

    text-align: center;

    Objects align: center;

    text-indent: 77px;

    }

    {#textforbusiness}

    the top position:-300px;

    margin-top:-840px;

    margin left: 230px;

    margin below:-50px;

    margin-bottom:-150px;

    }

    Wrap {}

    transition: ease to-webkit-transition 1 s;

    transition-delay: 1s, 2s;

    transition-duration: 1 s.5s;

    }

    {.wrap:hover}

    -webkit-transform: translateZ(-200px);

    }

    {#portfoliobusiness}

    / * This is the circle of business on the portfolio page * /.

    Width: 100px;

    height: 100px;

    top of the margin: 262px;

    right margin: 200px;

    margin left: 176px;

    margin-bottom: 50px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    background: rgb (202,177,136);

    position: relative;

    top:-35px;

    content justify: Center;

    content-align: center;

    text-align: center;

    text-indent: 77px;

    }

    {#spacertwo}

    }

    {#portfoliohome}

    / * This is the circle on the portfolio for the home page * /.

    Width: 100px;

    height: 100px;

    top of the margin: 76px;

    right margin: 150px;

    left margin:-398px;

    margin-bottom: 50px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    background: rgb (204,197,181);

    position: relative;

    top:-420px;

    content justify: Center;

    content-align: center;

    text-align: center;

    text-indent: 77px;

    line-height: 20px;

    }

    {#clearcircleportfolio}

    / * It's in the page index to portfolio link * /.

    img src: url(images/clearcircle.png);

    Width: 100px;

    height: 100px;

    margin-top:-102px;

    left margin:-175px.

    left:-60px banner;

    z-index: 10;

    top:-60px banner;

    }

    {#clearcirlehomeportfoliopage}

    position: absolute;

    top: 8px;

    left: 10px;

    Width: 700px;

    height: 900px;

    background-color: green;

    }

    {#clearcirclebusiness}

    img src: url(images/findme.png);

    Width: 100px;

    height: 100px;

    margin-top:-192px;

    left margin:-80px;

    margin-bottom:-90px;

    padding-bottom:-90px;

    -webkit-border-radius: 100%;

    border-radius: 50%;

    -webkit-border-radius: 50% 50%;

    left: 40px;

    }

    {#clearcircleclient}

    img src: url(images/findme.png);

    Width: 100px;

    height: 100px;

    margin-top:-110px;

    left margin:-00px;

    margin-bottom:-98px;

    padding-bottom:-90px;

    -webkit-border-radius: 100%;

    border-radius: 50%;

    -webkit-border-radius: 50% 50%;

    z index: 9;

    top: 80px;

    }

    {#clientneeds}

    Width: 100px;

    height: 100px;

    margin-top:-250px;

    right margin: 200px;

    margin left: 70px;

    margin-bottom: 0px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    background: rgb (138,116,79);

    position: relative;

    top:-800px.

    text-align: 200px;

    text-indent: 77px;

    }

    {#contact}

    Width: 100px;

    height: 100px;

    margin-top:-100px;

    right margin: 200px;

    left margin: 225px;

    margin-bottom: 0px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    background: rgb (96,89,83);

    position: relative;

    top:-800px.

    text-indent: 113px;

    text-align: center;

    line-height: 55px;

    }

    / * cleaercircle contact is the clear circle of index for contact page-* /.

    {#clearcirclecontact}

    img src: url(images/clearcircle.png);

    Width: 100px;

    height: 100px;

    margin-bottom:-90px;

    padding-bottom:-90px;

    -webkit-border-radius: 100%;

    border-radius: 50%;

    -webkit-border-radius: 50% 50%;

    z index: 999;

    left margin:-110px;

    margin-top:-121px;

    }

    / * pricing is the circle of price tan on index page * /.

    {#pricing}

    Width: 100px;

    height: 100px;

    margin-top:-100px;

    right margin: 200px;

    margin left: 380px;

    margin-bottom: 0px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    background: rgb (180,168,144);

    position: relative;

    top:-800px.

    text-align: center;

    text-indent: 115px;

    line-height: 55px;

    }

    / * repetition of the foregoing on the portfolio page * /.

    {#business}

    Width: 100px;

    height: 100px;

    margin-top:-128px.

    right margin: 50px;

    margin left: 250px;

    margin-bottom: 0px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    background: white;

    position: relative;

    top: 200px;

    content justify: Center;

    align content: Center;

    text-align: center;

    text-indent: 90px;

    }

    {#classical}

    Width: 100px;

    height: 100px;

    margin-top:-235px;

    right margin: 200px;

    margin left: 345px;

    margin-bottom: 0px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    background: rgb (215,170,38);

    position: relative;

    top: 50px;

    text-align: center;

    text-indent: 77px;

    }

    {#hiphop}

    Width: 100px;

    height: 100px;

    margin-top:-250px;

    right margin: 200px;

    margin-left: 500px;

    margin-bottom: 0px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    background: rgb (213,164,97);

    position: relative;

    top: 200px;

    Show: flex;

    text-align: center;

    text-indent: 115px;

    content justify: Center;

    Objects align: center;

    line-height: 50px;

    }

    {#clearcirclehiphop}

    img src: url(images/clearcircle.png);

    Width: 50px;

    height: 50px;

    margin-top:-270px;

    left margin:-150px;

    margin-bottom: 90px;

    padding-bottom: 90px;

    -webkit-border-radius: 100%;

    border-radius: 50%;

    -webkit-border-radius: 50% 50%;

    z index: 9;

    }

    {#clearcirclebusiness}

    img src: url(images/clearcircle.png);

    Width: 50px;

    height: 50px;

    margin-top:-620px;

    left margin:-450px.

    margin-bottom: 90px;

    -webkit-border-radius: 100%;

    border-radius: 50%;

    -webkit-border-radius: 50% 50%;

    z index: 9;

    }

    #rock {}

    Width: 100px;

    height: 100px;

    margin-top:-280px;

    right margin: 50px;

    margin left: 155px;

    margin-bottom: 0px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    Background: rgb (119, 87, 35);

    position: relative;

    top: 200px;

    text-align: center;

    }

    {.vcenter}

    Width: 100px;

    height: 100px;

    vertical-align: middle;

    }

    .vCenter: before {}

    content: "";

    display: inline-block;

    height: 100%;

    vertical-align: middle;

    float: left;

    }

    .vCenter: first-child {}

    display: inline-block;

    vertical-align: middle;

    left:-40px;

    text-align: center;

    top:-2px;

    }

    {#spacerhh}

    Width: 200px;

    height:-80px;

    }

    {#spacerclassical}

    Width: 200px;

    height: 50px;

    }

    {#spacerbusiness}

    Width: 200px;

    height: 250px;

    }

    {#div22}

    top of the margin: 80px;

    margin left: 200px;

    }

    {#div23}

    margin-top:-30px;

    }

    {#bustext}

    text-align: left

    }

    UL {}

    list-style-type: square;

    margin-bottom:-29px;

    }

    {#clearcircleclassical}

    img src: url(images/findme.png);

    Width: 50px;

    height: 50px;

    margin-top:-95px;

    left margin: 0px;

    margin-bottom:-90px;

    -webkit-border-radius: 100%;

    border-radius: 50%;

    -webkit-border-radius: 50% 50%;

    }

    {#clearcirclebusiness}

    img src: url(images/clearcircle.png);

    Width: 50px;

    height: 50px;

    margin-top:-120px;

    left margin: 0px;

    margin-bottom:-90px;

    -webkit-border-radius: 100%;

    border-radius: 50%;

    -webkit-border-radius: 50% 50%;

    }

    {#clearcirclepricing}

    the image src: url(images/findme.png);

    Width: 600px;

    height: 600px;

    margin-top:-140px;

    margin-left: 50px;

    }

    {.mytext}

    Width: 500px;

    height: 100px;

    }

    {.mytext1}

    Width: 500px;

    height: 50px;

    }

    #facebook {}

    margin left: 170px;

    margin-top:-10px;

    }

    {#facebookpos}

    margin left:-20px;

    margin-top:-670px;

    Width: 900px;

    height: 900px;

    }

    {#linkedin}

    margin left: 190px;

    top of the margin: 20px;

    left:-150px;

    }

    {#linkedinposindex}

    margin left:-20px;

    margin-top: 0px;

    }

    #twitter {}

    margin left: 190px;

    top of the margin: 20px;

    }

    {#twitterposindex}

    left margin:-345px;

    top of the margin: 5px;

    }

    {.prices}

    color: white;

    do-size: 14px;

    font: helvetica;

    margin-top:-180px;

    margin left: 350px;

    z-index: 10;

    border: none;

    text-decoration: none;

    }

    {#iconsforpricing}

    top of the margin: 950px;

    }

    {#businesslist}

    Width: 600px;

    height: 800px;

    top of the margin: 100px;

    }

    {#clearovalfortree}

    left margin:-352px

    }

    {#facebookposprice}

    margin-top:-360px;

    margin left: 30px;

    }

    {#linkedinposprice}

    margin-top: 0px;

    margin left: 30px;

    }

    {#twitterposprice}

    margin-top: 0px;

    left margin:-305px;

    }

    {#pricehome}

    Width: 100px;

    height: 100px;

    margin-top:-0px;

    right margin: 150px;

    left margin:-275px;

    margin-bottom: 50px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    background: rgb (204,197,181);

    position: relative;

    top:-420px;

    content justify: Center;

    content-align: center;

    text-align: center;

    }

    {#priceportfolio}

    Width: 100px;

    height: 100px;

    top of the margin: 1100px;

    right margin: 200px;

    margin left: 175px;

    margin-bottom: 50px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    background: rgb (92,87,58);

    position: relative;

    top:-900px;

    content justify: Center;

    content-align: center;

    text-align: center;

    }

    {#priceclient}

    Width: 100px;

    height: 100px;

    margin-top:-150px;

    right margin: 200px;

    margin left: 330px;

    margin-bottom: 50px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    background: rgb (138,116,79);

    position: relative;

    top:-900px;

    content justify: Center;

    content-align: center;

    text-align: center;

    }

    {#pricecontact}

    Width: 100px;

    height: 100px;

    margin-top:-150px;

    right margin: 200px;

    margin left: 490px;

    margin-bottom: 50px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    background: rgb (96,89,83);

    position: relative;

    top:-900px;

    content justify: Center;

    content-align: center;

    text-align: center;

    }

    {#priceprice}

    Width: 100px;

    height: 100px;

    margin-top:-150px;

    right margin: 200px;

    margin left: 655px;

    margin-bottom: 50px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    background: rgb (180,168,144);

    position: relative;

    top:-900px;

    content justify: Center;

    content-align: center;

    text-align: center;

    }

    #test {}

    Width: 800px;

    height: 600px

    position: relative;

    margin left: 262px;

    margin-top: 10px;

    }

    #test img {}

    Width: 800px;

    height: 600px;

    position: absolute;

    left:-487px;

    top: 113px;

    -webkit-transition: opacity 1 s ease-in-out;

    -moz-transition: opacity 1 s ease-in-out;

    -o - transition: opacity 1 s ease-in-out;

    transition: opacity 1 s ease-in-out;

    left margin:-80px;

    }

    #test img.top:hover {}

    opacity: 0;

    }

    {#footercontact}

    500px in width;

    top: 700px;

    top of the margin: 1000px;

    Width: 400 PX;

    }

    {#wilsontext}

    Width: 300px;

    height: 100px;

    left:-10px;

    line-height: .45em;

    }

    {#clienthome}

    Width: 100px;

    height: 100px;

    top of the margin: 110px;

    right margin: 150px;

    left margin:-375px;

    margin-bottom: 50px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    background: rgb (204,197,181);

    position: relative;

    top:-420px;

    content justify: Center;

    content-align: center;

    text-align: center;

    }

    {#clearcircle}

    img src: url(images/findme.png);

    Width: 50px;

    height: 50px;

    margin-top:-122px;

    margin left:-250px;

    margin-bottom:-90px;

    padding-bottom:-90px;

    -webkit-border-radius: 100%;

    border-radius: 50%;

    -webkit-border-radius: 50% 50%;

    left:-50px;

    }

    {#angelface}

    margin-top:-160px;

    left margin: 0px;

    }

    {#clientlinkportfolio}

    Width: 100px;

    height: 100px;

    top of the margin: 860px.

    right margin: 200px;

    margin left: 270px;

    margin-bottom: 50px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    background: rgb (92,87,58);

    position: relative;

    top:-900px;

    content justify: Center;

    content-align: center;

    text-align: center;

    text-indent: 77px;

    }

    {#clientlinkclient}

    Width: 100px;

    height: 100px;

    margin-top:-250px;

    right margin: 200px;

    margin left: 400px;

    margin-bottom: 0px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    background: rgb (138,116,79);

    position: relative;

    top:-800px.

    text-align: center;

    text-indent: 77px;

    }

    {#clientlinkcontact}

    Width: 100px;

    height: 100px;

    margin-top:-246px;

    right margin: 200px;

    margin left: 520px;

    margin-bottom: 0px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    background: rgb (96,89,83);

    position: relative;

    top:-800px.

    text-align: center;

    text-indent: 112px;

    line-height: 45px;

    }

    {#clientlinkprice}

    Width: 100px;

    height: 100px;

    margin-top:-246px;

    right margin: 200px;

    margin left: 640px;

    margin-bottom: 50px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    background: rgb (119,87,35);

    position: relative;

    top:-800px.

    content justify: Center;

    content-align: center;

    text-align: center;

    text-indent: 115px;

    line-height: 45px;

    }

    {#checklist}

    left margin:-120px;

    left:-320px;

    }

    {.portfoliolinkbackground}

    background-color: rgba (92,87,58,1);

    background-position: 50px 25px;

    height: 100px;

    Width: 100px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    margin left: 150px;

    position: relative;

    Max-width: 100px;

    Max-height: 100px;

    line-height: 20px;

    content justify: Center;

    content-align: center;

    text-align: center;

    text-indent:-1px;

    line-height: 99px;

    }

    {#portfoliolinkclear}

    position: absolute;

    top: 8px;

    left: 10px;

    Width: 100px;

    height: 100px;

    background-color: transparent;

    }

    {#adtitletest}

    height: 200px;

    Width: 800px;

    margin-top:-120px;

    margin left: 275px;

    position: relative;

    }

    {#wilsontextgeneric}

    top of the margin: 40px;

    margin-right: 40px;

    margin left: 150px;

    margin-bottom: 0px;

    height: 80px;

    Width: 325px;

    line-height: 10px;

    }

    {#cdcovergeneric}

    top of the margin: 35px;.

    margin left: 150px;

    height: 500px;

    Width: 500px;

    }

    {#facebookicon}

    margin left: 220px;

    vertical-align: top;

    top:-20px;

    }

    {#linkedicon}

    left: 250px;

    margin left: 236px;

    margin-bottom: 22px;

    Width: 60px banner;

    }

    {#twittericon}

    top of the margin: 5px;

    margin left: 232px;

    Width: 60px banner;

    height: 0px;

    top:-5px;

    }

    {#businesslinkport}

    height: 100px;

    Width: 100px;

    margin-top: 10px;

    left margin: 0px;

    position: relative;

    left: 350px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    background: rgb (202,177,136);

    content justify: Center;

    content-align: center;

    text-align: center;

    text-indent: 5px;

    line-height: 100px;

    }

    {#classicallinkport}

    height: 100px;

    Width: 100px;

    top of the margin: 150px;

    margin-left: 50px;

    position: relative;

    left: 100px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    background: rgb (215,170,38);

    content justify: Center;

    content-align: center;

    text-align: center;

    text-indent: 5px;

    line-height: 100px;

    top:-150px;

    }

    {#hiphoplinkport}

    height: 100px;

    Width: 100px;

    margin-top: 0px;

    left margin:-300px;

    position: relative;

    left: 450px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    background: rgb (213,164,97);

    content justify: Center;

    content-align: center;

    text-align: center;

    text-indent: 5px;

    line-height: 100px;

    }

    {#rocklinkport}

    height: 100px;

    Width: 100px;

    top of the margin: 200px;

    margin left: 100px;

    position: relative;

    left: 50px;

    border-radius: 75%;

    -webkit-border-radius: 75% 75%;

    Background: rgb (119, 87, 35);

    content justify: Center;

    content-align: center;

    text-align: center;

    text-indent: 5px;

    line-height: 100px;

    top:-200px;

    }

    {#businesslinkclear}

    position: absolute;

    top: 245px;

    left: 350px;

    Width: 100px;

    height: 100px;

    background-color: transparent;

    }

    {#classicallinkclear}

    position: absolute;

    top: 245px;

    left: 510px;

    Width: 100px;

    height: 100px;

    background-color: transparent;

    }

    {#hiphoplinkclear}

    position: absolute;

    top: 245px;

    left: 660px;

    Width: 100px;

    height: 100px;

    background-color: transparent;

    }

    {#rocklinkclear}

    position: absolute;

    top: 245px;

    left: 810px;

    Width: 100px;

    height: 100px;

    background-color: transparent;

    }

    {#test1}

    Width: 800px;

    height: 600px;

    position: relative;

    margin left:-25px;

    margin-top:-550px;

    }

    #test1 img {}

    Width: 800px;

    height: 600px;

    position: absolute;

    left: 347px;

    top: 390px;

    -webkit-transition: opacity 1 s ease-in-out;

    -moz-transition: opacity 1 s ease-in-out;

    -o - transition: opacity 1 s ease-in-out;

    transition: opacity 1 s ease-in-out;

    left margin:-80px;

    }

    {.top1}

    Width: 800px;

    height: 600px

    position: relative;

    margin left: 252px;

    margin-top:-0px;

    }

    .top1: hover {}

    Width: 800px;

    height: 600px

    position: relative;

    margin left: 252px;

    margin-top:-10px;

    background-image: treeinovalonlyforpossiblefade4.png;

    }

    {#clientchecklistnew}

    margin left: 300px;

    left: 150px;

    right margin: 60px banner;

    padding-left: 70px;

    margin-top:-150px;

    text-decoration: none;

    }

    #clientchecklistnew a {}

    text-decoration: none;

    }

    {#crossfade}

    position: relative;

    height: 800px;

    Width: 600px;

    }

    #crossfade img {}

    position: absolute;

    left: 230px;

    top:-150px;

    opacity: 1;

    -webkit-transition: opacity 1 s ease-in-out;

    -moz-transition: opacity 1 s ease-in-out;

    -o - transition: opacity 1 s ease-in-out;

    -ms-transition: opacity 1 s ease-in-out;

    transition: opacity 1 s ease-in-out;

    }

    #crossfade img.top:hover {}

    opacity: 0;

    }

    Your code is a real shambles, you know?

    Try this in your CSS.

    a: link,.

    a: visited,

    a: hover,

    a: active,

    a: focus {text-decoration: none; border: none; outline: no}

    Nancy O.

Maybe you are looking for

  • Improved version of iMovie is necessary...

    Hello guys,. As I am a video editor, I use Adobe first pro for editing several videos. But when I am in contact with the iPad, I found the video editing is more comfortable than the premier pro. But I found that there are a few points where modificat

  • How can I go down to 3.2.2?

    Hello I just bought a master keyboard Nektar Panorama P6 for use with MainStage. Short version, it works well with MainStage 3.2.3. But apparently 3.2.2 works very well. But my backups do not include most of the applications, and I can't seem to find

  • Trigger on the first attempt

    I'd like some help / advice on my LabView program (attached) please. In the VI, the MyVoltageTask_1 is configured as a voltage signal corresponding to a pressure change inside an enclosed cylinder. The signal is transmitted to the BNC 2110 DAQ board

  • Model profile search...

    Hi guys,. I want to just ot know if there a way to take the model of Service profile and watch all service profiles linked to it from GUI or CLI. Now, I have to go and look at each service profile and see which model it is related to. I so want to kn

  • How can I remove a shared link Public file?

    How can I remove a shared link Public file?Apparently, Ive clicked on the share icon and clicked the link public.This means that the file (including sensitive information) was transferred to the internet? Where is he? What does the Public link? Can I