Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - Layout and data.

 
Thread Tools Search this Thread
Old 01-08-2004, 12:41 AM   #1
Default Layout and data.


On the page
http://www.scaiecat-spa-gigi.com/sv/...tiklarfem.html
I have a table where there is a picture and under the picture a line with
the price and the lowest line with a link to show the next picture and
another to show the previous picture.
Now I wonder whether it is better to use a table in this case or if it would
be better to use CSS.
The price can be considered data, I suppose, but what about the picture and
the links?


--
Luigi ( un italiano che vive in Svezia)


http://www.italymap.dk
http://www.scaiecat-spa-gigi.com/sv/trevidue.html






Luigi Donatello Asero
  Reply With Quote
Old 01-08-2004, 06:15 AM   #2
Nico Schuyt
 
Posts: n/a
Default Re: Layout and data.

Luigi Donatello Asero wrote:
> On the page
> http://www.scaiecat-spa-gigi.com/sv/...tiklarfem.html
> I have a table where there is a picture and under the picture a line
> with the price and the lowest line with a link to show the next
> picture and another to show the previous picture.
> Now I wonder whether it is better to use a table in this case or if
> it would be better to use CSS.
> The price can be considered data, I suppose, but what about the
> picture and the links?


Use a table if it's *tabular* data. No need for that in this case unless you
have a number of pictures with description. Even than it may be easier to
use css.
Nico


  Reply With Quote
Old 01-09-2004, 02:59 AM   #3
Luigi Donatello Asero
 
Posts: n/a
Default Re: Layout and data.


"Nico Schuyt" <> skrev i meddelandet
news:3ffcf577$0$129$...
> Luigi Donatello Asero wrote:
> > On the page
> > http://www.scaiecat-spa-gigi.com/sv/...tiklarfem.html
> > I have a table where there is a picture and under the picture a line
> > with the price and the lowest line with a link to show the next
> > picture and another to show the previous picture.
> > Now I wonder whether it is better to use a table in this case or if
> > it would be better to use CSS.
> > The price can be considered data, I suppose, but what about the
> > picture and the links?

>
> Use a table if it's *tabular* data. No need for that in this case unless

you
> have a number of pictures with description. Even than it may be easier to
> use css.
> Nico



Do you mean something like that?
http://www.scaiecat-spa-gigi.com/sv/...iklartvaa.html


--
Luigi ( un italiano che vive in Svezia)


http://www.italymap.dk
http://www.scaiecat-spa-gigi.com/sv/trevidue.html







  Reply With Quote
Old 01-09-2004, 04:38 AM   #4
Nico Schuyt
 
Posts: n/a
Default Re: Layout and data.

Luigi Donatello Asero wrote:
> "Nico Schuyt" skrev
>> Luigi Donatello Asero wrote:


>>> http://www.scaiecat-spa-gigi.com/sv/...tiklarfem.html
>>> I have a table where there is a picture and under the picture a line
>>> with the price and the lowest line with a link to show the next
>>> picture and another to show the previous picture.
>>> Now I wonder whether it is better to use a table in this case or if
>>> it would be better to use CSS.
>>> The price can be considered data, I suppose, but what about the
>>> picture and the links?


>> Use a table if it's *tabular* data. No need for that in this case
>> unless you have a number of pictures with description. Even than it
>> may be easier to use css.


> Do you mean something like that?
> http://www.scaiecat-spa-gigi.com/sv/...iklartvaa.html


Well, looks good. Next step: replace the table for the main layout with CSS?

Nico


  Reply With Quote
Old 01-09-2004, 12:18 PM   #5
Luigi Donatello Asero
 
Posts: n/a
Default Re: Layout and data.


"Nico Schuyt" <> skrev i meddelandet
news:3ffe3002$0$64970$...
> Luigi Donatello Asero wrote:
> > "Nico Schuyt" skrev
> >> Luigi Donatello Asero wrote:

>
> >>> http://www.scaiecat-spa-gigi.com/sv/...tiklarfem.html
> >>> I have a table where there is a picture and under the picture a line
> >>> with the price and the lowest line with a link to show the next
> >>> picture and another to show the previous picture.
> >>> Now I wonder whether it is better to use a table in this case or if
> >>> it would be better to use CSS.
> >>> The price can be considered data, I suppose, but what about the
> >>> picture and the links?

>
> >> Use a table if it's *tabular* data. No need for that in this case
> >> unless you have a number of pictures with description. Even than it
> >> may be easier to use css.

>
> > Do you mean something like that?
> > http://www.scaiecat-spa-gigi.com/sv/...iklartvaa.html

>
> Well, looks good. Next step: replace the table for the main layout with

CSS?
>
> Nico


When I tried to do it previously I could not it as long as I still want to
have buttons which change colour if the user has already used those links
( buttons).

--
Luigi ( un italiano che vive in Svezia)


http://www.italymap.dk
http://www.scaiecat-spa-gigi.com/sv/trevidue.html









  Reply With Quote
Old 01-09-2004, 01:05 PM   #6
Nico Schuyt
 
Posts: n/a
Default Re: Layout and data.

Luigi Donatello Asero wrote:
> "Nico Schuyt" skrev


>>> Do you mean something like that?
>>> http://www.scaiecat-spa-gigi.com/sv/...iklartvaa.html


>> Well, looks good. Next step: replace the table for the main layout
>> with CSS?


> When I tried to do it previously I could not it as long as I still
> want to have buttons which change colour if the user has already used
> those links ( buttons).


That can hardly be a problem Do you have an URL of such a page?
Nico


  Reply With Quote
Old 01-09-2004, 01:21 PM   #7
Luigi Donatello Asero
 
Posts: n/a
Default Re: Layout and data.


"Nico Schuyt" <> skrev i meddelandet
news:3ffea6db$0$165$...
> Luigi Donatello Asero wrote:
> > "Nico Schuyt" skrev

>
> >>> Do you mean something like that?
> >>> http://www.scaiecat-spa-gigi.com/sv/...iklartvaa.html

>
> >> Well, looks good. Next step: replace the table for the main layout
> >> with CSS?

>
> > When I tried to do it previously I could not it as long as I still
> > want to have buttons which change colour if the user has already used
> > those links ( buttons).

>
> That can hardly be a problem Do you have an URL of such a page?
> Nico


I am not sure I have because I did it for a long time ago
but I can try to do the page again may-be in some days and then post the
URL


--
Luigi ( un italiano che vive in Svezia)


http://www.italymap.dk
http://www.scaiecat-spa-gigi.com/sv/trevidue.html







  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump