Quantcast
Channel: Font colour discrepancy
Browsing all 10 articles
Browse latest View live

Re: Font colour discrepancy

Many thanks to you both.Clearing the cache did it - font now shows at white on the live page.Cheers

View Article



Re: Font colour discrepancy

You did it right. Try the following:<div class="divName"><h2><a href="register.aspx">Register</a> | <a href="login.aspx">Log-in</a></h2><div> CSS File:...

View Article

Re: Font colour discrepancy

Bluenosewould override it, which it does in VS but not on the live page for some reason.Try by clearing browser cache, history & files. CSS changes are little tricky to test

View Article

Re: Font colour discrepancy

Thanks TechViewWould that looks something like this (I haven't tried it yet):.divName a { color: white; a:link {text-decoration: none; color: #ffffff} a:visited { text-decoration: none; color:#ffffff;...

View Article

Re: Font colour discrepancy

You could try an alternative. Though it is not a good idea, you can put the 'Register' and 'Login' in a div and then in your custom CSS file, write this: .divName a { color: white; }

View Article


Re: Font colour discrepancy

Hello Nan YuBoth in VS and online it is HTML5.If I go to the live Web site and press F12 (Debugger tab), I see this HTML in www.dimadayoub.net (I am copying and pasting from F12 itself):<h2...

View Article

Re: Font colour discrepancy

Hi Bluenose ,Firstly , please right click the pages and check the HTML source. Are they both exactly the same? (including meta tags, xml declaration, etc) ? Secondly ,please use F12 developer tools to...

View Article

Re: Font colour discrepancy

Hello buduguThanks for your reply.This works in VS on my desktop:#logo_text h2.specialh2 a:link {text-decoration: none; color: #ffffff} #logo_text h2.specialh2 a:visited { text-decoration: none;...

View Article


Re: Font colour discrepancy

Bluenose #logo_text h2.specialh2 a {color: #ffffff} link text color change based on whether user visited it or not. try this CSS#logo_text h2.specialh2 a:visited { text-decoration: none; color:#ffffff;...

View Article


Image may be NSFW.
Clik here to view.

Font colour discrepancy

HelloWhen I look at my Website through Visual Studio 2013 on my desktop I can see this:This is the HTML:<h2 class="specialh2"><a href="register.aspx">Register</a> | <a...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images