Hi,
I am quite new to css. I have two pages where id for an image is same. I want to display it one page and hide on another. How can I do it.
I cannot add another class or id as html is fixed.
at first page: <img id="logo" width="26" height="26" border="0" title=" Home" alt=" Home">
at 2nd page: <img id="logo" class="masthead Logo" border="0" align="left" title=" Home" src="/images/custom/logo.PNG" alt=" Home">
I am quite new to css. I have two pages where id for an image is same. I want to display it one page and hide on another. How can I do it.
I cannot add another class or id as html is fixed.
at first page: <img id="logo" width="26" height="26" border="0" title=" Home" alt=" Home">
at 2nd page: <img id="logo" class="masthead Logo" border="0" align="left" title=" Home" src="/images/custom/logo.PNG" alt=" Home">
Comment