diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-03-17 22:49:55 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-03-17 22:49:55 +0000 |
commit | 6b266723cb82ec38bfc0a1681bddf42e0eac8096 (patch) | |
tree | b1ed75ab267ba189455093fc84396e9089d0060c /htdocs | |
parent | 86d7713e3c59f3183abf70363d414d9857c4e11d (diff) |
added border=0 to make it work nicely, even though it breaks the standard
svn path=/trunk/; revision=481
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/webring.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/htdocs/webring.inc b/htdocs/webring.inc index 53222cc0..49af328c 100644 --- a/htdocs/webring.inc +++ b/htdocs/webring.inc @@ -5,13 +5,13 @@ <table width=260 cellpadding=0 cellspacing=0 border=0 bgcolor="#FFFFFF"> <tr> <td width=55 height=25 align="center"> - <input type="image" name="next" src="http://pd.klingt.org/webring/next.gif" align="middle"></td> + <input type="image" name="next" src="http://pd.klingt.org/webring/next.gif" align="middle" border="0"></td> <td width=62 height=25 align="center"> - <input type="image" name="list" src="http://pd.klingt.org/webring/list.gif" align="middle"></td> + <input type="image" name="list" src="http://pd.klingt.org/webring/list.gif" align="middle" border="0"></td> <td width=63 height=25 align="center"> - <input type="image" name="random" src="http://pd.klingt.org/webring/random.gif" align="middle"></td> + <input type="image" name="random" src="http://pd.klingt.org/webring/random.gif" align="middle" border="0"></td> <td width=80 height=25 align="center"> - <input type="image" name="previous" src="http://pd.klingt.org/webring/previous.gif" align="middle"></td> + <input type="image" name="previous" src="http://pd.klingt.org/webring/previous.gif" align="middle" border="0"></td> </tr> <tr> <td colspan=4 width=260 height=50 align="center"> |