I added the display: inline-block; to the style sheet but it doesn't seem to be doing anything.
There is the word "Date" - after the ui-icon in the second table head column. It is not showing up as white like the words that aren't links in the other table head columns. How can I get it to be white?
I have table with a link in the second column
. I have tried everything to get the link to be white and match the rest of the 's, but nothing is working.I am sure it is something so simple. But I can't spend anymore time on this and it is driving me crazy.
I would appreciate any help.
Here is a link to the page: http://joannfitzpatrick.com/vol/internetleads_test.html
What link? What's "rest of the 's"?
It's not content - it's a background image. The only way to change it is to change the background. Or use text...
Sorry, I didn't relieve it removed the code from the post. Here is what I meant to post:
I have table with a link in the second column
that says Date (see below)I have tried everything to get the link to be white and match the rest of the
's, but nothing is working.I am sure it is something so simple. But I can't spend anymore time on this and it is driving me crazy.
I would appreciate any help.
Here is a link to the page: http://joannfitzpatrick.com/vol/internetleads_test.html
Find .ui-icon-carat-2-n-s in jquery-ui-1.8.16.custom.css
Add: display: inline-block;
Then:
Sorry, forgot to mention this. Add this to where you added inline-block:
font-family: "Droid Serif", Georgia, serif; font-weight: bold;
I added the display: inline-block; to the style sheet but it doesn't seem to be doing anything.
There is the word "Date" - after the ui-icon in the second table head column. It is not showing up as white like the words that aren't links in the other table head columns. How can I get it to be white?
Date isn't showing up because it's inside where the icons are. Please do as I said,
And add this where you put inline-block from before:
font-family: "Droid Serif", Georgia, serif; font-weight: bold;
That worked! You are Awesome!
Thank you for your patience Tyler. I hope to be a css genius like you someday.
Farrrrr from genius! I'm a programmer but CSS is something I always hired someone for. Still learning it :)