Results 1 to 8 of 8
  1. #1
    Join Date
    Apr 2010
    Posts
    125
    Plugin Contributions
    0

    Default Why isnt this working?

    Hi, this is my problem.

    PIC1 Shows: My EZpages content, as you can see ive put my content inside a DIV tag and given it a class.

    PIC2 Shows: How it displays, looks fine as no styling has been added.

    PIC3 Shows: The styling im choosing, yet it does nothing, why?


  2. #2
    Join Date
    Jan 2010
    Posts
    124
    Plugin Contributions
    0

    Default Re: Why isnt this working?

    I wouldn't try that I'd just write the style in the html in the beginning as the tag is probably already preset some place.. I used an outside html editor and then pasted it as raw text in the editor NOT as html. But either way, I'd suggest an add-on using Firebug with Firefox to figure out which DIV Tag to use. I've saved my self so much time with that tool you have no idea.

  3. #3
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Why isnt this working?

    Only rarely can these sorts of problem be diagnosed from images. We really need to see how the markup and CSS are interacting to provide advice on this.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  4. #4
    Join Date
    Apr 2010
    Posts
    125
    Plugin Contributions
    0

    Default Re: Why isnt this working?


  5. #5
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Why isnt this working?

    i guess location of your css rule within CSS needs to be changed. add this after #mainWrapper {} in your css

    #aboutusinfo {
    margin-left:2em;
    margin-right:2em;
    }

    and see it this helps.

  6. #6
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Why isnt this working?

    Moving the styling will cause it to be recognized, but doesn't deal with the actual cause.

    Better is to fix the error causing the problem - namely that the styles for #shippinginfotext are missing a closing bracket invalidating those that follow, including the one that you have noticed.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  7. #7
    Join Date
    Apr 2010
    Posts
    125
    Plugin Contributions
    0

    Default Re: Why isnt this working?

    It was the closing bracket, thank you very much guys i feel so stupid

  8. #8
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Why isnt this working?

    No need to feel that way. These are very easy mistakes to make. We all do it.

    Usually when you've double checked the ID names, the presence of the styles in the stylesheet and everything else you can think of, and it still doesn't work - the missing bracket (or occasionally other syntax errors) in otherwise unrelated css is usually the problem.

    This is also why images are rarely helpful, as they show what you have checked, not what you didn't know to check.

    Glad it's sorted for you.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

 

 

Similar Threads

  1. Why it isnt possible make orders?
    By davidx.one in forum General Questions
    Replies: 3
    Last Post: 30 Apr 2009, 12:23 PM
  2. Can anyone tell me why this isnt showing up?
    By mikenandrea in forum General Questions
    Replies: 6
    Last Post: 10 Mar 2009, 06:49 PM
  3. why isnt define header sales option on pulldown menu of html
    By Sandhya in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 Dec 2007, 10:39 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg