[geeklog-users] XSilver header.thtml
geeklog-users-admin at lists.geeklog.net
geeklog-users-admin at lists.geeklog.net
Wed Sep 3 09:43:58 EDT 2003
I am having a hard time figuring out the HTML in the XSilver header.thtml
file. Specifically, I don't understand what's happening in the table row
between the logo image and the search box. See www.wfzimmerman.com.
What I want to do is to have a large cell centered between the photo on left
and the search box on right. For some reason I can't put a cell in there
that will center. They all start to the right too far (see horizontal rule
that illustrates).
-----Original Message-----
From: geeklog-users-admin at lists.geeklog.net
[mailto:geeklog-users-admin at lists.geeklog.net]
Sent: Tuesday, September 02, 2003 2:58 PM
To: geeklog-users at lists.geeklog.net
Subject: Re: [geeklog-users] Static pages and image directory
Duane wrote:
>I have a need for some graphics in a static page. No matter where I have
>put them, I have not been able to reference them in my html without
>giving the full url.
What's wrong with the full URL?
>Does anyone know which directory the static page
>looks in for graphics, etc?
For normal static pages, the "staticpages" directory is the current
directory, so you could use
<img src="../images/mail.gif">
to reference the little mail icon in the images directory. However, that
will not work when the static page is used as a center block. So I'd
suggest you either stick with the full URL or use a URL relative to the
document root of your site, e.g.
<img src="/images/mail.gif">
bye, Dirk
P.S. Your post had to be approved manually - please make sure your
posting from the address that you used when registering with the mailing
list.
--
http://www.haun-online.de/
http://www.macosx-faq.de/
_______________________________________________
geeklog-users mailing list
geeklog-users at lists.geeklog.net
http://lists.geeklog.net/listinfo/geeklog-users
More information about the geeklog-users
mailing list