Wordpress Question!!!!!!!!!!!!!!!!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • OG LennyT
    Wall Street Pimp
    • Jun 2003
    • 14345

    #1

    Wordpress Question!!!!!!!!!!!!!!!!

    If you go to http://pooncity.com, you will notice the splash banner has a gray area in the left corner... in that gray area there are a few dotted lines that are driving me crazy.

    I have looked through the main html, the sidebar, even the stylesheet.

    How do I get rid of those fuckers?

    Help a brotha out?
    Tradeking - my online broker | 4.95 a trade | make real $$
  • Babagirls
    Text Writer
    • Feb 2001
    • 18812

    #2
    im guessing it is in the style sheet. i dont know what the template looked like before you installed it so that doesnt really help...i took a glance at the html and couldnt find anything that would be making that.

    hopefully someone with a little more knowledge can help ya out.
    heres a bump.




    Need a Text Writer?
    Blogs|Reviews|Descriptions|Paysites|TGP's|Stories

    ICQ: 397892500

    Comment

    • bangman
      Confirmed User
      • Sep 2004
      • 5283

      #3
      That's in your CSS

      Look for
      border-left: 1 px dashed #996666;
      or
      border: 1 px dashed #996666;

      Copy the CSS to notepad, then do a search for "#996666" should make it easier.
      - David Hall
      ICQ: 312744199

      Comment

      • OG LennyT
        Wall Street Pimp
        • Jun 2003
        • 14345

        #4
        Thanks! much appreciated my friend
        Tradeking - my online broker | 4.95 a trade | make real $$

        Comment

        • 2HousePlague
          CURATOR
          • Jul 2004
          • 14572

          #5
          Also, if you change these values on your style sheet:


          div.content {
          position: absolute;
          left: 192px;
          top: 187px;
          width: 466px;
          font-size: 103%;
          margin: 0px;
          padding: 20px;
          border-right: 0px;
          border-bottom: 1px solid #996666;
          border-left: 0px;
          }
          div.sidebar {
          position: absolute;
          left: 0px;
          top: 219px;
          width: 151px;
          margin: 0px;
          padding: 20px;
          border-left: 0px;
          border-bottom: 1px solid #996666;
          border-right: 0px;


          the "top" position you get the content to start below your header image.




          2hp
          tada!

          Comment

          Working...