|
Posted by David Dorward on 09/04/05 01:37
michele@quality-computing.com wrote:
http://www.safalra.com/special/googlegroupsreply/
http://www.safalra.com/special/googlegroupsreply/
http://www.safalra.com/special/googlegroupsreply/
> Here is the url.
> http://www.quality-computing.com/sawiak/aboutsawiak.asp
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.quality-computing.com%2Fsawiak%2Findex.asp
http://www.allmyfaqs.com/faq.pl?AnySizeDesign
http://www.allmyfaqs.com/faq.pl?Tableless_layouts
> It is an iframe inside a table inside
http://www.allmyfaqs.com/faq.pl?Problems_with_using_frames
> http://www.quality-computing.com/sawiak/index.asp
> They rely on the stylesheet
Depending on the presence of a style sheet is a bad idea, it usually
indicates that you are using CSS for something you should be using HTML
for ... but you aren't actually doing that :)
> It's just a small site that I started to build and what I'm really
> trying to do is have cell padding (originally thought it was cell
> spacing...i'm confused about the difference)
border-spacing (on a table) is the distance between the edges of the cells
in a table with their neighboring cells and the border of the table itself
(the property replaces cellspacing).
padding (on a cell) is the distance between the edges of the cell and the
content of the cell.
> just left and right, and
> not top and bottom. That way I can get my margins to line up nicely
> around the page contents.
This sounds like a job for replacing those innermost tables with unordered
lists, and setting a width on each (a percentage width would probably be
best).
> That's interesting what you say about Verdana; it's my font of choice.
> What do you like?
Bitstream Vera Sans, but its the size that's really important.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Navigation:
[Reply to this message]
|