eblanch
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problems with fonts in Firefox and Safarialchymyth, you solved it! Thanks for your good eyes and expertise. That fixed both issues very nicely.
Thanks a ton!!!
Forum: Fixing WordPress
In reply to: How do I make a link look like a button?I got the thing fixed!! Thanks for everything.
Forum: Fixing WordPress
In reply to: How do I make a link look like a button?I’m back again with another problem. I have my website pretty much finished now and I like how it looks. my problem is that the buttons I placed in the webpages work in IE8, but in firefox and safari the text in the buttons somehow does not line up and creates a blurry effect. They are also different colors before clicking and after clicking which does not happen in IE. Any ideas why this is strange? I looked at the demo buttons on the website where I took the css and html and it works fine on his page in safari!!
I will start looking for differences and see if I can figure something out.
Forum: Fixing WordPress
In reply to: Problems with fonts in Firefox and SafariI am not seeing any of those text-shadow entries. I only see text-shadow in the theme color-css entry and all of those are set to 1px for blur.
I tried taking out the a:visited.boldbuttons from the style.css and that made all of the buttons go to blue text in IE until they were clicked and then they turned white. Does firefox and safari not read this line: {
color: white; /*button text color*/
}
in the CSS section you mentioned? It seems like that makes the text white all the time in IE.Forum: Fixing WordPress
In reply to: Problems with fonts in Firefox and SafariI haven’t resolved it. Everything looks normal in Internet Explorer 8. The button fonts look clear and they are always white. In Safari and Firefox the text looks blurry and it is blue until clicked on then it turns white. I would prefer it to always be white. I am not sure why the font is fuzzy.
Thanks
Forum: Fixing WordPress
In reply to: google analyticsYup! That was the problem. I took that other script out and it works now. Do you think that is going to be problematic to just leave that out of the header?
<script type=”text/javascript” src=”<?php echo get_bloginfo(‘template_url’); ?>/js/multi-color.js”></script>
Forum: Fixing WordPress
In reply to: google analyticsIs there a problem because there are two different scripts that are using similar language in the header.php?
Besides the google analytics script there is a theme script with similar text:
<script type=”text/javascript” src=”http://www.blanchardtrombone.com/wp-content/themes/multi-color/js/multi-color.js”></script>
Is this theme script stopping the google from working?
http://www.blanchardtrombone.com
thanks!
Forum: Fixing WordPress
In reply to: google analyticsIt still won’t connect. I am not sure what is wrong!
Thanks for the tip.
Forum: Fixing WordPress
In reply to: web page title vs blog titleI got it to work. I had to add it three times! Thanks for the help.
Forum: Fixing WordPress
In reply to: Image in wrong locationPerfect!! Thanks for that help.
Forum: Fixing WordPress
In reply to: How do I make a link look like a button?I want to change the height of the greenish buttons so they are smaller than the blue ones. I have changed all the numbers in the style.css, but that just chops the bottom off the button. Do I have to get a different image that is a shorter height in order to change those values, or am I needing to change something else?
http://www.blanchardtrombone.com/?page_id=239
Thanks!
Forum: Fixing WordPress
In reply to: How do I make a link look like a button?I was having troubles changing the class, but I think I had done it correctly and forgot to save the style.css before changing the html and that made me think I had done it incorrectly!
Thanks for all of your help. I believe I am on my way to finishing the webpage.
Forum: Fixing WordPress
In reply to: Space in table or between textNo I figured it out. Thanks
Forum: Fixing WordPress
In reply to: How do I make a link look like a button?Now I figured out how to make the button and everything looks normal, but the button does not link to the other page. Can you tell me what is missing?
Thanks,
Forum: Fixing WordPress
In reply to: How do I make a link look like a button?Ok, I tried doing another set of buttons and it seems to have worked, but there is all of this extra stuff on the page that I don’t know why it showed up. I am guessing the html is ok, but the CSS must not be.
Here is the page I am working on:
http://www.blanchardtrombone.com/?page_id=239
Thanks