Georg wrote:
On 15.05.2012 17:36, Yolanda Aguirre wrote:
Aside: I see no point in using divs and other elements to simulate
table-layout in your case. The content you have in there can easily be
classified as _tabular data_, which calls for a proper _HTML TABLE_. But
... what HTML elements yo
Georg wrote:
Aside: I see no point in using divs and other elements to simulate
table-layout in your case. The content you have in there can easily be
classified as _tabular data_, which calls for a proper _HTML TABLE_.
I confess that I had expected to find that to be the case,
but when I ca
Georg!
Thank you so much for your help. It works properly now! I tested it in
BrowserLab and it looks good.
I knew I used too many divs but wasn't sure how to approach it and didn't know
about _tabular data_ but I'll read up on it and see how to streamline the
listing.
Regards,
Yolanda
On May
On 15.05.2012 17:36, Yolanda Aguirre wrote:
I've gone to BrowserLab and tested this page and it looks as intended in all but IE
6& 7.
http://www.blossombeautylounge.com/services/index.html
It's your clearing that disturb those old buggers.
Delete 'clear: right' on the following 4 elements...
Hi,
I created a web site for a friend of mine. There's a Services page that has a
listing. Since I know tables aren't used as much anymore I decided to use
floats. I've validated my site for html and css and it's passed except for the
gradient code in the css.
I've gone to BrowserLab and tested