How to Remove CSS from One Link?

My links are all the same color. I do not want a color on one link. Is there a SIMPLE way to REMOVE that CSS style from the one link?

It is a yellow button with blue writing on it. But on the website it appears with a purple stroke around it. The other links on the page are just purple words. I want to get rid of the purple stroke around the yellow button.

Similar Messages

  • How to remove %20 from the link parameter value of a vertical sprymenubar?

    I have a Vertical menubar but I want to link the menu's to a new page where I sent a parameter value acros.
    The url displays:
    http://localhost/Category.php?Category=Digital%20Piano
    I want it to display the following:
    http://localhost/Category.php?Category=Digital-Piano
    This is what the menu looks like
    <ul id="MenuBar2" class="MenuBarVertical">
            <li><a class="MenuBarItemSubmenu" href="Category.php?Category=Digital Piano">Digital Pianos</a>
              <ul>
                <li><a href="#">All digital pianos</a></li>
    I have tried to use str_replace, however that didn't work
    Also I want to echo out the url without the "-" on the main page
    Like so <?php echo $_GET['Category']; ?> where it diplays Digital piano rather than Digital-Piano
    I presume I have to encode the Category=Digital Piano, however I have no idea where to start

    Thanks for your quick response.
    I actually tried that, but when I do it won't search my database as in there the Digital Piano is without a space.
    The menubar is as follows:
    <ul id="MenuBar2" class="MenuBarVertical">
            <li><a class="MenuBarItemSubmenu" href="Category.php?Category=Digital Piano">Digital Pianos</a>
              <ul>
                <li><a href="#">All digital pianos</a></li>
                <li><a href="#">Casio Digital Pianos</a></li>
                <li><a href="#">Kawai Digital Piano</a></li>
                <li><a href="#">Korg Digital Pianos</a></li>
                <li><a href="#">Roland Digital Pianos</a></li>
                <li><a href="#" class="MenuBarItemSubmenu">Yamaha Digital Pianos</a>
                  <ul>
                    <li><a href="#">Yamaha Clavinova</a></li>
                    <li><a href="#">Yamaha Digital Pianos</a></li>
                  </ul>
                </li>
                <li><a href="#">Pre-Owned Digital Pianos</a></li>
                <li><a href="#">Other Digital Pianos</a></li>
              </ul>
            </li>
            <li><a href="#">Pre-Owned Digital Pianos</a></li>
            <li><a href="#" class="MenuBarItemSubmenu">Keyboards</a>
              <ul>
                <li><a href="#">All Keyboards</a></li>
                <li><a href="#">Casio Keyboards</a></li>
                <li><a href="#">Ketron Keyboards</a></li>
                <li><a href="#">Korg Keyboards</a></li>
                <li><a href="#">Roland Keyboards</a></li>
                <li><a href="#">Yamaha Keyboards</a></li>
                <li><a href="#">Pre-Owned Keyboards</a></li>
                <li><a href="#">Other Keyboards</a></li>
              </ul>
            </li>
            <li><a href="#">Pre-Owned Keyboards</a></li>
            <li><a href="#">Recording</a>        </li>
            <li><a href="#">Amplilication</a></li>
            <li><a href="#">Accessories</a></li>
            <li><a href="#">Modules & Add-On's</a></li>
          </ul>
        </div>
    All the other Piano and keyboards will get a link as well, but what I was hoping to do was not make a seperate page for each category
    But just use the link
    the recieving page looks as follows:
      $maxRows_getResults = 7;
    $pageNum_getResults = 0;
    if (isset($_GET['pageNum_getResults'])) {
      $pageNum_getResults = $_GET['pageNum_getResults'];
    $startRow_getResults = $pageNum_getResults * $maxRows_getResults;
    $varCategory_getResults = "-1";
    if (isset($_GET['Category'])) {
      $varCategory_getResults = $_GET['Category'];
    mysql_select_db($database_dBconn, $dBconn);
    $query_getResults = sprintf("SELECT * FROM products WHERE Category LIKE %s", GetSQLValueString("%" . $varCategory_getResults . "%", "text"));
    switch( $_GET['Sort'] ){
        case 'Low to High':
            $query_getResults .= 'ORDER BY Keysound_price ASC';
            break;
        case 'High to Low':
            $query_getResults .= 'ORDER BY Keysound_price DESC';
            break;
        case 'Color':
            $query_getResults .= 'ORDER BY Color ASC';
            break;
        case '0-500':
            $query_getResults .= ' AND products.Keysound_price BETWEEN 0 AND 500 ORDER BY Keysound_price ASC';
            break;
              case '500-1000':
            $query_getResults .= ' AND products.Keysound_price BETWEEN 500 AND 1000 ORDER BY Keysound_price ASC';
            break;
                        case '1000-2000':
            $query_getResults .= ' AND products.Keysound_price BETWEEN 1000 AND 2000 ORDER BY Keysound_price ASC';
            break;
              case '2000':
            $query_getResults .= ' AND products.Keysound_price BETWEEN 2000 AND 10000 ORDER BY Keysound_price ASC';
            break;
    $query_limit_getResults = sprintf("%s LIMIT %d, %d", $query_getResults, $startRow_getResults, $maxRows_getResults);
    $getResults = mysql_query($query_limit_getResults, $dBconn) or die(mysql_error());
    $row_getResults = mysql_fetch_assoc($getResults);
    if (isset($_GET['totalRows_getResults'])) {
      $totalRows_getResults = $_GET['totalRows_getResults'];
    } else {
      $all_getResults = mysql_query($query_getResults);
      $totalRows_getResults = mysql_num_rows($all_getResults);
    $totalPages_getResults = ceil($totalRows_getResults/$maxRows_getResults)-1;
    $queryString_getResults = "";
    if (!empty($_SERVER['QUERY_STRING'])) {
      $params = explode("&", $_SERVER['QUERY_STRING']);
      $newParams = array();
      foreach ($params as $param) {
        if (stristr($param, "pageNum_getResults") == false &&
            stristr($param, "totalRows_getResults") == false) {
          array_push($newParams, $param);
      if (count($newParams) != 0) {
        $queryString_getResults = "&" . htmlentities(implode("&", $newParams));
    $queryString_getResults = sprintf("&totalRows_getResults=%d%s", $totalRows_getResults, $queryString_getResults);
    On the main page I use the <?php echo $_GET['Category']; ?> to echo out the category name
    Hope this helps

  • How to remove picture from one album with removing them from all

    Need to delete pictures on camera roll with delete them everywhere.

    Pictures in albums that you created from Camera Roll are not actually copies of the originals in the Camera Roll.  They are just pointers to the originals, so if you delete from Camera Roll, the pix are gone everywhere.  However, you can create albums on your computer and sync to your iPad, in which case, you can delete from Camera Roll and retain the pix in the albums. 

  • How to remove FileVault from one account.

    Hi. I have FileVault on one account that has all my data. I have another administrator account that i created using terminal and im using that for my daily needs. I would like to use my other account but i cant go in there because of FileVault. The masterpassword was changed and then i restared and then i coundn't login.
    Is there any terminal code that can delete FileVault or something? I have it disabled on my current admin account.
    Thanks,
    -RahulRana

    If you do not know the password for the account that is protected with FileVault, or the master password for FileVault, then you will not be able to retrieve the data in that account.

  • Does anyone know how to remove images from google

    i had instagram and i didnt upload images of myself but i only used my own image in the display picture and some how it has gone on to the google image search yesterday i deleted my account but when i checked to see if my images do appear in the google images i had some really bad regrets !! i reallywant to know how i can remove pictures off the google image search  even doe this does not kind of relate thank you .

    Does anyone know how to remove vocals from an import from I tunes...a  polyphonic stereo mix ?
    If you are talking about some "Karaoke" method using Logic I'll try to offer one. Before that I must say that most of the Karaoke methods are based on reversing the Phase of one of the stereo channel and bussing or merging the stereo into Mono. The result is: killing all Pan Centered in the mix - like Main Vocal, Bass, Kick, SN ect.
    The artifacts of the Stereo FX of the main vocal will stay in the Karaoke, cause the FX is stereo etc.
    Here is the Logic Setup I can offer to try some Karaoke trick using Logic.
    1. Import a Stereo mix into a Logic Stereo track.
    2. Create another stereo track and duplicate (copy) the Original Mix region to the duplicated track.
    3. Hard Pan L/R both stereo tracks.
    4. Insert an EQ and Gainer plugins into the duplicated track (R).
    5. Set the Output select of the both tracks to a Bus and assign the new Aux Track Switch mode to "Mono".
    6. Open the Gainer plugin and thick the "Phase Invert" Right button.
    7. To keep the "lowend" instruments like the bass and kick, open the EQ plugin and enable the Low Cut filter and try some Hz settings 80-115, or different Q which will sounds better for your Karaoke.
    P.S Click the image below to show its real resolution!
    Regards,
    A.G
    ======================================
    www.audiogrocery.com
    Author of: Logic GUI Deluxe(Free), Vox De Bulgaria s.a.g.e vocal pack for RMX, Logic Snapshot Console, RMX Power CTRL - Logic Environment Midi editor for Stylus etc.
    ======================================

  • How do I go from a link to a specific image in a slideshow?

    I have a two-part question.
    1. How do I go from a link to a specific image in a slideshow? If you take a look at the attached screenshot, here's what I'd like to accomplish. I wan to click on a link like B for examply at the top of the page. It scrolls down the page to ANCHOR "b" where I have a slide show. Once it scrolls down, I would like to have the slideshow to slide over to the image set that matches the link that was clicked. in this case, if i click on B at the top, the slideshow would slide to image set "B".
    2. Each piece of work I want to display has three images. One which is our main image seen inside the black outlined box below. There are however two additional images tied to each piece being shown. What is the best way to set this up? The default way of using the slideshow is limiting.

    Unfortunately I don't have an answer for you as I have the same problem!
    I want to link images on one page to certain slides on another.
    Have you had any luck solving this?
    I've spent hours looking for a solution... I'm very frustrated!!!
    Will post again if I get some answers.
    Best of luck
    David
    David, as of right now there is no way to click a link and have it go to a speficic image inside of a slideshow on another page. It will only show the first image in the slideshow on that other page.
    So, perhaps you could just have the image you want to jump to on the other page, be the first image in the slide show. Make sense?

  • How to remove Unicode from XML file

    I get following error when unmarshal xml:
    [java] org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0x15) was found in the element content of the document.
    Anyone know how to remove Unicode from xml file? Can I remove the unicode by rebuild the file?
    Thanks

    These sort of error usually occur when you're using a different character encoding to read the file than the one you wrote it with. Perhaps if you were to post the problem section of the file and/or the code that created it in the first place.

  • How to include iview from one page to another using FPM

    Dear experts
    using ECC6 NetWeaver 7
    I have followed this WIKI guide step by step.
    How to include iview from one page to another using FPM?
    https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=118423928
    On step 4 I couldnu2019t create an Iview based on view u201Cpersonal datau201D u2013 it was not possible.
    The view wasnu2019t there (in comprehend to the  WIKI)
    What could be the reason?
    I have full authorization on the portal.
    Thank in advance for your help.

    Please check this.
    Re: Organizational History iView
    /thread/370447 [original link is broken]
    Regards,
    Sandip

  • How to transport objects from one server to another server?

    How to transport objects from one server to another server.ie..from development to testing sewrver....

    Hi Manoj,
    Check these links
    http://help.sap.com/saphelp_nw2004s/helpdata/en/93/a3a74046033913e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/a8/5e56006c17e748a68bb3843ed5aab8/frameset.htm
    Transporting Objects IR ID using CMS
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f85ff411-0d01-0010-0096-ba14e5db6306
    http://help.sap.com/saphelp_nw2004s/helpdata/en/e1/69a740aa053a13e10000000a155106/frameset.htm
    You can choose either File transfer methor or CMS. File transfer method is the simplest.
    Sachin

  • How to remove text from .swf animation?

    how to remove text from .swf animation? Can no find this text
    in fla file. Flash 8.

    exactly what 'text' are you referring to? text that you typed
    on the Stage using the 'textTool'? simply select the text with the
    'arrowTool' and hit delete.
    If you are referring to a textField that you want to
    eliminate after a certain amount of time, within your animation
    sequence. first copy the text, create a new layer, paste the text
    in place, then where you want to have the text 'disappear' insert a
    'blank keyframe' at that point in the text layer.
    OR place the textfield within a MC and remove it with code.
    OR if the text is dynamic and you wish to use the position at a
    later time, pass a value of null or and empty string to the field
    at the point you wish. And there are other ways still. :) hope one
    of these works for you.

  • How to remove items from iPad home screen?

    How to remove items from iPad home screen?

    Press and hold any of the apps and after a couple of seconds or so they should start to shake. Then press the 'x' in the left corner to delete the ones that you don't want, and when you've finished deleting press the home button so as to stop the shaking. If you don't get the 'x' on any of the apps that you've downloaded (you can't delete built-in apps) then check that Settings > General > Restrictions > Deleting Apps isn't set 'off'

  • How to move materials from one sloc to another sloc  materials are more tha

    Hi,
    Can any one help me on this issue How to move materials from one sloc to another sloc  materials are more than 1000
    and from existing sloc to new sloc which is Hum managened i need help onthis issue thanks

    hi
    use T-code: MB1B Transfer Posting
    Movement type:
    311 Transfer posting storage location to storage location in one step
    The quantity is transferred from unrestricted-use stock of the issuing storage location to unrestricted use in the receiving storage location.
    Possible special stock indicators: E, K, M, Q
    313 Stock transfer storage location to storage location in two steps - removal from storage
    The quantity is transferred from unrestricted-use stock of the issuing storage location to stock in transfer in the receiving storage location.
    Possible special stock indicators: None

  • How to move value from one tlist to another tlist in same form?

    how to move value from one tlist to another tlist in same form on button press?
    Same like in data block wizard when we select value from 1st list it will go to 2nd list and can be move back. Please help i am new to forms .
    Regards

    just call the following proc in your add & add all buttons. Reverse the code for REMOVEs
    this proc will move one item at a time from list_item1 to list_item2.
    PROCEDURE add_an_item
    IS
      v_list_count    NUMBER;
      v_item1_label  VARCHAR2(60);
    BEGIN
      IF :list_item1 IS NOT NULL THEN v_list_count := nvl(Get_List_Element_Count('list_item1'),0);
          IF v_list_count >= 1 THEN FOR i IN 1..v_list_count
          LOOP
             IF   :list_item1    = Get_List_Element_Value('list_item1', i)
             THEN
                  v_item1_label := Get_List_Element_label('list_item1', i);                 
                  Add_List_Element('list_item2',1,v_item_label,:list_item1);         
               Delete_List_Element('list_item1',i);
               Exit;
             END IF;
          END LOOP;
           END IF;
       END IF;
    END;
    *********************************************************************************this proc will move all items from list_item1 to list_item2.
    PROCEDURE add_all_items
    IS
      v_list_count NUMBER;
      v_item_label VARCHAR2(60);
      v_item_value VARCHAR2(60);
    BEGIN
    v_list_count := nvl(Get_List_Element_Count('list_item1'),0);
    IF    v_list_count = 1 AND Get_List_Element_Value('list_item1', 1) IS NULL THEN NULL;
    ELSIF v_list_count >= 1 THEN
           FOR i IN 1..v_list_count
           LOOP
            v_item_value  := Get_List_Element_Value('list_item1', i);
            v_item_label  := Get_List_Element_label('list_item1', i);       
            Add_List_Element('list_item2',i,v_item_label,v_item_value);
           END LOOP;
           clear_list('list_item1');
    END IF;
    END;I added [ code ] tags to make this easier to read.
    Message was edited by:
    Jan Carlin

  • How do i move from one I tunes store to another country if I have credit remaining

    How do i move from one I tunes store to another country if I have credit remaining

    You can't whilst you have a balance. If you can't spend it then you can try contacting iTunes support and ask them if they can remove the balance so that you can change countries : http://www.apple.com/support/itunes/contact/- click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Notebook defekt, how to remove it from PSE13 registration?

    My old notebook is scrap. How to deactivate it for PSE13, to enable registration on the new computer?

    Hi Arpit,
    thanks for your answer. You told me no news, so it was not helpful: I
    asked my question because I could not register - the old machine was
    already the second one...
    Regards - WolfEf
    Am 02.04.2015 um 21:09 schrieb Arpit Kapoor:
    >
          Notebook defekt, how to remove it from PSE13 registration?
    created by Arpit Kapoor <https://forums.adobe.com/people/Arpit+Kapoor>
    in /Photoshop Elements/ - View the full discussion
    <https://forums.adobe.com/message/7400133#7400133>

Maybe you are looking for

  • How to repair iphoto  on snowléopard ? firewire or disc??

    Hi I'm french and my english is not perfect!! So, i ' m looking for opening iphoto after to have changed hard disc , so it doesn't open How do i do ? Thank's to your help!! marianne

  • Finder + photo confusion!

    For some reason, I have two copies of all my photos under All Images in the Finder. I have noooo idea how this happened! Each copy of the same picture has a different resolution, too - 360 x 247 and another size, where both numbers are in the 2,000 r

  • What tech specs are good for adobe lightroom 5 and photoshop cs6?

    I was planning to change my laptop to a better one as the lightroom and cs6 have been running very slowly recently. It might due to the aging of my laptop. I wanted to change one good one for the both programs that i mentioned above. please advise. T

  • How to change name of a Cost Center

    Hi Experts, I need to change the name of all cost centers on the client, im trying to do this on the KS02 transaction but dont let me, cause the Cost center name field is only displayed what can i do? and in what transaction? thanks in advance regard

  • Before/After view on second Monitor

    It's possible to have Before/After view on the second Monitor?