Re: site coding review!?
- From: Bergamot <bergamot@xxxxxxxx>
- Date: Wed, 04 Jun 2008 17:45:36 -0500
catalyst wrote:
"catalyst" <catalyst@xxxxxx> wrote in message
news:g24fd4$dup$1@xxxxxxxxxxxxxxxxxx
There some errors in coding which i'm trying to repair to improve, but am
not managing to well, so asking for a quick look...thanks!
www.trnje.hr
You have an unhealthy mix of HTML presentational attributes, inline
styles and CSS. This will make maintenance a huge pain in the neck. I
suggest you
- get rid of all <font> elements, use external CSS instead
- get rid of all inline styles, use external CSS instead
- get rid of all HTML presentational attributes like align, except for
height and width attributes on <img> elements, use external CSS instead
It will make life sooooooooo much easier in the future.
Also get rid of all the excess JavaScript, on the navigation links in
particular. It does nothing except add bloat to the HTML. All the
onclick and mouseover actions can easily be done with CSS in a fraction
of the code.
Maybe you should find yourself a nice template that already has the
general layout you're looking for, and start with that. There are plenty
of free ones out there, some are over at
http://css-discuss.incutio.com/?page=CssLayouts
Sample navigation menus can be found at
http://css.maxdesign.com.au/listamatic/
You should also have a look at
http://allmyfaqs.net/faq.pl?AnySizeDesign
--
Berg
now killing all posts from google groups
.
- Follow-Ups:
- Re: site coding review!?
- From: catalyst
- Re: site coding review!?
- References:
- site coding review!?
- From: catalyst
- Re: site coding review!?
- From: catalyst
- site coding review!?
- Prev by Date: Re: site coding review!?
- Next by Date: Re: Center website
- Previous by thread: Re: site coding review!?
- Next by thread: Re: site coding review!?
- Index(es):
Relevant Pages
|