Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Re: [LordStryfe] Problem

Quote Reply
Re: [LordStryfe] Problem In reply to
You mean that categories is not showing at all (on Arts/Portraits)? Did you create subcats under Portaits? If not, then that's the easy answer! Writers has three subcategories; check the spelling on this one: Sites on Joustnalism

Tips:


1. Put the <%title_linked%> tag in there somewhere, it makes navigation MUCH simpler!

2. Go with CSS as much as possible. tables are still a very good thing, but <font> tags are not! Also, check your redundancy in this snippet from your home page; explains why everything is crowded into the middle. (Note the red.)


Code:
<table border=0 cellspacing=7 cellpadding=2 width="600"><tr>
<td valign=top nowrap align="left"> <div align="left">
<font size="2" face="Arial, Helvetica, sans-serif">
<div class="margin">
<table width="80%"
border="0" cellspacing="0" cellpadding="0"><tr>
<td class="catlist" valign="top">
<div class="margin">
<table width="80%
" border="0" cellspacing="0" cellpadding="0"><tr>
<td class="catlist" valign="top">


and just below that bit there are three </font> tags in a row.


Not meaning to sound mean, trying to help... Are you using a "web page creator" program? They have a nasty habit of inserting WAY too much code. Also, I'm guessing you want the (Yahoo-style) subcats on the home page to be hyperlinked?

Let us know how it's going!


Leonard
aka PerlFlunkie
Subject Author Views Date
Thread Problem LordStryfe 6065 Dec 1, 2002, 3:30 PM
Thread Re: [LordStryfe] Problem
LordStryfe 5960 Dec 1, 2002, 7:21 PM
Thread Re: [LordStryfe] Problem
LordStryfe 5996 Dec 1, 2002, 7:30 PM
Thread Re: [LordStryfe] Problem
PerlFlunkie 5971 Dec 1, 2002, 10:40 PM
Thread Re: [PerlFlunkie] Problem
LordStryfe 5946 Dec 2, 2002, 5:02 AM
Thread Re: [LordStryfe] Problem
LordStryfe 5844 Dec 31, 2002, 9:57 PM
Thread Re: [LordStryfe] Problem
PerlFlunkie 5845 Jan 1, 2003, 1:05 AM
Thread Re: [PerlFlunkie] Problem
LordStryfe 5836 Jan 1, 2003, 8:30 PM
Thread Re: [LordStryfe] Problem
LordStryfe 5921 Jan 1, 2003, 9:27 PM
Post Re: [LordStryfe] Problem
PerlFlunkie 5828 Jan 2, 2003, 12:35 AM