Hi chadste.
Why not use tables ?, that’s what they are for.
An ordered or unordered list should be a possibility too.
pdf-docs can’t be read by search engines, that’s sure.
That should be pretty straightforward to create in HTML. No tables required.
If I were you I’d go for HTML because
It’s one less click away; people don’t have to download and open the pdf (which takes time, and people on the web are really impatient!) but can just the view the information on the page itself
Some internet devices don’t have a way to open and view pdf files (think mobile phones)
Of course you could still offer the pdf as an alternative if you like, but I wouldn’t make it the primary and only source.
Completely agree with kohoutek.
The page looks quite nice like that now but it is not user friendly, hard to read, or better, to get an impression of the prices at one glimps.
Tables are nowadays considered to be a bad approach to build and design web pages but
they serve perfectly for purposes like yours, chadste.
If you don’t want to use tables (why not by the way ?)
you can do it with a definition list which would be a lot more CSS coding effort though.
(As you can see in kohoutek’s example,
with tables you don’t have to show borders and you are able to style every single row and / or cell, what else do you want ?)
It depends upon how complex the data is and how you are trying to present it in the first place. Obviously at a bare minimum you need a HTML version since it will be basically more accessible and you’ll want visitors to be able to quickly access the data.
At the moment that list is a little spartan so would be marked up a list most likely as it only list 3 objects under a generic single heading.
If you were doing something more complex which involved a comparison then Maleika’s example of using a table would be a good starting point.
If im completely honest Id never considered using a table on my website. I wasnt of the impression that it would be the best way of displaying the price and treatment under a heading. That said, Im more than willing to give it a go if it will improve the site.
Im still completely new to web design - as you will see from my previous posts but I am slowly getting an idea!!
I only just figured out how to do this today but breaking the prices down into different areas like hair and nails and using javascript to hide and show them looks pretty professional IMO.
You can obviously make it sleeker, in firefox its very jittery for some reason but looking at that KOKO site there just seemed to be TOO MUCH information presented to you.
Just use <noscript> in case a user has Javascript turned off.