Hi Everyone,
I've been using WP for quite some time and have never figured this out. How can I use Interal styles for just the specific post or page that I am working on? If I want to use a certain effect for that one post or page, is there a way to do it besides adding it to the child stylesheet?
To sum up my real concern I guess, let's say that I have four pages that contain four tables, and I want to have all of those tables styled totally different. We know that table styles can get rather lengthy if a lot of styling is done. So, how could I add those styles in the head element internally, instead of on the external child stylesheet, therefore, not having to have hundreds of lines of styles called on possibly hundreds of pages that they are not needed on? Would it just be best to enqueue a specific stylesheet in the functions file for that one page?
In-line styles are the only alternative I've found but I do not like it. It clutters up the page.
Now please understand that for me this is really a big hypothetical, but in the future it may not be, and I do not want to have go back and do things right that I've done "not so right."
Thanks for any help. Any ideas and suggestions are appreciated.
