I am a complete newcomer to HTML., attempting to teach myself how to put a simple website together.
The website will comprise of a main page and several sub-pages, with the means supplied of navigating freely between these.
To do this, I inserted "a href" tags such as this :-
<a href="page1.htm"><p style = "font-family:arial;color:#ffffff;">Page 1 : Who are we and how to contact XYZ ltd.</a></p>
The purpose of this line of code is to establish a link to another page, stored as file "page 1" and for the text of the link to be displayed in WHITE font.
This works fine if I read the page using IE6. However if I use the Mozilla Firefox browser, it appears to ignore the color instruction and opens the text in BLUE. Since my page background colour is also BLUE, this results in the link being invisible.
Originally I wrote the code .....color:white..... but the effect was the same. IE6 understood it, but more than one Mozilla Firefox versions did not.
Can anyone please suggest why these two browsers appear to interpret the same code differently?
colin4228
The website will comprise of a main page and several sub-pages, with the means supplied of navigating freely between these.
To do this, I inserted "a href" tags such as this :-
<a href="page1.htm"><p style = "font-family:arial;color:#ffffff;">Page 1 : Who are we and how to contact XYZ ltd.</a></p>
The purpose of this line of code is to establish a link to another page, stored as file "page 1" and for the text of the link to be displayed in WHITE font.
This works fine if I read the page using IE6. However if I use the Mozilla Firefox browser, it appears to ignore the color instruction and opens the text in BLUE. Since my page background colour is also BLUE, this results in the link being invisible.
Originally I wrote the code .....color:white..... but the effect was the same. IE6 understood it, but more than one Mozilla Firefox versions did not.
Can anyone please suggest why these two browsers appear to interpret the same code differently?
colin4228