CSS - Can Someone Take A Look At My Homepage And Tell Me What's Up.
For some reason, my homepage is not appearing as it should. The images are faded blue instead of rich navy blue and the text is not as it should be. Is this a compatability issue? And if so, how can I fix it? And if not, what is happening?
Thank You. Similar TutorialsHope, Im posting in the right spot having trouble with my webpage codes..... I am new also to this area.... Here is the code I am using it will be below my message. I have it where I can change the color but I cannot get it to be side by side like for the top of a web page..... Can anyone help me??? Also any websites out there that will show me how to make buttons like this one I got off internet..... Not really sure if it is html or css, or what . I know alot about html but never seen this type.... hope all have a good day. Michelle <% ' Define the stylesheet %> <STYLE TYPE="text/css"> <!-- #mybutton {border-style: inset; border-color: #72B70F; background-color: #77CA12; text-decoration: none; width: 120px; text-align: center;} A.buttontext {color: white; text-decoration: none; font: bold 12pt Verdana; cursor: hand;} --> </STYLE> <% ' Create the button %> <A HREF="http://www.geocities.com/vjcandles/Prices.html" CLASS="buttontext"> <DIV ID="mybutton"> Our Prices </DIV></A> <% ' Create the button %> <A HREF="http://www.geocities.com/vjcandles/index.html" CLASS="buttontext"> <DIV ID="mybutton"> home page </DIV></A> |