Re: HTML Design question
Re: HTML Design question
- Subject: Re: HTML Design question
- From: Sébastien Gruhier <email@hidden>
- Date: Fri, 17 Dec 2004 16:55:33 +0100
Thank you for your really fast answers , it works fine in the web
server directory.
Seb
Le 17 déc. 04, à 14:59, Nathan Dumar a écrit :
Agreed.
However, a graphics file that has the path /graphics/login/left.gif
will be served from the webserver, which is a good idea, as it's more
efficient than WO for this. Put the images in the web server
directory; for example, on a Mac, it's
Library/Webserver/Documents/graphics/login/left.gif
Then, when you do
/graphics/login/left.gif
it will pull the image from the web server.
Take care,
Nathan
On Dec 17, 2004, at 8:42 AM, Kieran Kelleher wrote:
AFAIK, you need to make all the paths to your webserver resource
files _absolute_, not _relative_ since he actual HTML page is to be
delivered by WO. So
graphics/login/left.gif should be changed to /graphics/login/left.gif
or /myproject/graphics/login/left.gif
Regards, Kieran
On Dec 17, 2004, at 8:12 AM, Sébastien Gruhier wrote:
Hi,
I have a question about image,css.. references in a html file.
A designer have done some pages for me. I want to use it and change
some text filed wth WO components.
To have a nice page, the designer used a lot of table with backgound
like ths
<td valign="top" width="16" background="graphics/login/left.gif">
What I would like to do, is copy/paste the html code into webObject
builder ,change the text field that I need to change and that's it.
I don't want to change all 'background="graphics/login/left.gif"' to
a WOImage . How can I do that? I have added the graphics directory
to my WebServer Resources, so I have it in
<app>.woa/Contents/Resources but it does not work, the dynamic page
is without images.
Any ideas?
Thank you
Sébastien
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden
___________________________________
Kieran Kelleher
SmartleadsUSA,LLC
2656 West Lake Rd
Palm Harbor, FL 34684
email@hidden
727-785-0766 x33
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden