Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Links, tables and CSS

Reply
Thread Tools

Links, tables and CSS

 
 
Thibault
Guest
Posts: n/a
 
      02-15-2004

Hey,

There is a thing I can't understand about CSS. I made all my website using
two CSS, and I noticed one thing : when links are in a table, they are
bigger than when they are not. For example, this page of my website
http://perso.wanadoo.fr/titan_keikom.../danemark.html
has smaller links than this one
http://perso.wanadoo.fr/titan_keikomi/photo/photo.html
where links are in a table.
Why ?
Thank you very much,

Thibault
--
http://perso.wanadoo.fr/titan_keikomi/


 
Reply With Quote
 
 
 
 
Toby A Inkster
Guest
Posts: n/a
 
      02-15-2004
Thibault wrote:

> There is a thing I can't understand about CSS. I made all my website using
> two CSS, and I noticed one thing : when links are in a table, they are
> bigger than when they are not.


This is not a CSS thing per se, but rather a bug in Internet Explorer.

Internet Explorer doesn't let elements inside tables "inherit" styles from
outside the table properly.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?page=132

 
Reply With Quote
 
 
 
 
Els
Guest
Posts: n/a
 
      02-15-2004


Thibault wrote:

> Hey,
>
> There is a thing I can't understand about CSS. I made all my website using
> two CSS, and I noticed one thing : when links are in a table, they are
> bigger than when they are not. For example, this page of my website
> http://perso.wanadoo.fr/titan_keikom.../danemark.html
> has smaller links than this one
> http://perso.wanadoo.fr/titan_keikomi/photo/photo.html
> where links are in a table.
> Why ?
> Thank you very much,


I think it's because you didn't set a font-size for the text
inside the table.
If you add
td {font-size:85%;}
to your stylesheet, it will probably make all links the same
size.


--
Els

Mente humana é como pára-quedas; funciona melhor aberta.

 
Reply With Quote
 
Mark Parnell
Guest
Posts: n/a
 
      02-15-2004
On Sun, 15 Feb 2004 12:28:52 +0100, Els <>
declared in alt.html:
> If you add
> td {font-size:85%;}
> to your stylesheet, it will probably make all links the same size.


Yes - too small to read.

--
Mark Parnell
http://www.clarkecomputers.com.au
 
Reply With Quote
 
 
 
Reply

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to get database metadata information (i.e. existing tables and columns in tables) Chris Brat Python 5 08-22-2006 05:25 PM
Tables within tables Otuatail HTML 7 08-02-2004 04:42 AM
Tables and CSS Mark Rae ASP .Net 4 07-17-2004 09:08 AM
Text after 2 tables actually appears between 2 tables ! Peter Bassett HTML 3 08-15-2003 06:46 PM
Tables and CSS Christopher R HTML 1 06-26-2003 07:35 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57