Off Topic Color of URL

clicked_on_urls.html

Making <TABLE>s with the <Div> tag

The people that I stole these pages use <TABLE>s or <DIV>s in this case pretty differently then I do.

I typically use a <TABLE> in a computer program to display a bunch of data in a format that is easy to read.

They typically use a <TABLE> or these <DIV>s to format the layout of a web page into different logical areas such as the header, left, right, center, and footer.

I don't know if going to <DIV>s from <TABLE>s would save me anything? I'll have to think about it.