• I am very new to web design but my boss has designated me the web designer. I’m trying to get rid of the border around my WP125 ads but can’t figure out out. I saw someone here resolve this problem by adding
    #wp125adwrap_2c .even {border:0;}
    I wasn’t sure where to put this but I opened ‘wp125.css’ in the plugins folder and tried adding in both sections after this code:

    /* Styles for one-column display */
    #wp125adwrap_1c { width:100%; }
    #wp125adwrap_1c .wp125ad { margin-bottom:10px; }
    
    /* Styles for two-column display */
    #wp125adwrap_2c { width:100%; }
    #wp125adwrap_2c .wp125ad { width:125px; float:left; padding:10px; }

    and that didn’t work. then I just removed all the original code and added the new line in both sections and that didn’t work either.
    anyone know where I’m going wrong?

The topic ‘Wp125 Border’ is closed to new replies.