Here is a site I have recently finished. Its based on the "Nubbins" template (which is very, very nice...) with a few small mods.
Site: http://eastcap.co.nz
unfortunatly ... no design for me ... The startpage content displays, but nothing else.
The Navigation menu refers to "http://www.eastcap.co.nz which can not be found (the URL in the config[.]php).
cheers
Klaus
I get a lot of errors. The links in your site are pointing to www.eastcap.co.nz/pages/ and this should be eastcap.co.nz/pages/
That's the reason i guess that your stylesheet isn't found.
Hello,
looks very nice. Good work. Only thing is that the background color from the content is larger then the content (in firefox).
Matthias
ahh ... you fixed it! Very well done.
Quote from: kweitzel on April 03, 2006, 08:59:23 AM
ahh ... you fixed it! Very well done.
Not for me. Still seeing the same thing as before. Cleared my cache.
When I tried accessing the site from your link my browser timed out. (Firefox 1.5.0.1) It showed up when I added index.php onto the URL. But no styles. Screenshot here (http://michaelsdesigns.com/preview/eastcliffe.png).
Are you linking directly to the stylesheet?
The best way with WB is to use php to access the stylesheet. Like so:
<link href="<?php echo TEMPLATE_DIR; ?>/screen.css" rel="stylesheet" type="text/css" media="screen" />