|
|
Author: * Bithiah Nebet -
0 Posts
on this thread out of
48 Posts
sitewide.
Date: Jan 14, 2004 - 04:05
This works better if you have a solid-color background.
To "hide" those little tables at your homesite, make the border the same color as the background on your page. For example, my per is white. I'm using this line of code:
.gram { border-color: white; }
That's it. The links inside the table look like a list, just like the old days.
What if you hate those distorted images inside the tables, too?
This is purely experimental (i.e. I'm not sure if it works or why it does/n't) but you might want to give it a try:
.gram img { width: 0px; }
Aren't style sheets neat? :-)
|
|