Just to note: My brain in engaged and has been for awhile on this topic. I've learned and implemented a lot over the past week or so regarding CSS and Div tags, BUT...
I am running into issues with formatting of data within table cells that I've never seen before, when preceding them with div tags for the header portion of a webpage...
This is the site where the formatting is an issue: http://www.hctubs.com/index2.php
All I have ever used in the past has been tables for page layout, but just getting an education in CSS Div tags for layout to some degree.
What i'm wondering is if the use of Div tags for the header portion of a webpage would have any effect on the subsequent use of tables for remaining data on the page?
Header tags and line spacing and bolding of text are all acting differently then they ever have. In fact, if you look at the page source, you will see that all the lines I designated to be bolded, are not being bolded.
If preceeding the tables with div tags is the issue, is there a way to overcome it?
Could / Should the entire page be displayed using Div tags and replace the use of tables altogether?
May sound like strange questions, but trying to figure out the practical use and reasoning of using one over the other.
Hope someone is understanding of these questions and can give me some positive energy feedback.
Thanks
Douglas