We’ll start off with the version information:
v2.1.1 - © Copyright Notice 2003 - 2010 EllisLab, Inc.
Script executed in 0.1460 seconds - 26 SQL queries used - Build: 20101020
Next here is my problem. I am trying to style each Title with a unique “id” which I have used {entry_id} to define (since each page will be individually defined).
In my code I have an <h1 id=”{entry_id}”>{title}</h1>
I have entered the title tag into my css as h1#21 (for the identification of page 21 obviously with it’s specific title). This however seems to render the CSS then render the page with the identifier placed after the fact because none of my css is influencing this particular page (or any of the unique pages I’ve created).
Am I missing something that makes this not work functionally. Looking in both my css and on the screen everything looks like it is loading correctly and should technically replace the content with an image..but it doesn’t do anything. Doesn’t alter the color - doesn’t alter the size. Basically it’s defunct.
Any assistance would be amazing! 😊
Thanks,
Seth