Linking Back to My CSS File.
Linking Back to My CSS File.
- Subject: Linking Back to My CSS File.
- From: Philip Juel Borges <email@hidden>
- Date: Tue, 3 Nov 2009 10:31:49 +0100
Hi!
I'm new to iPhone development. But loving it!
In my project I have added folders to the resource folder. The
structure looks like this.
TOC.html
rbi8.css
data
I
I--ge
I--1.html
I--2.html
I--3.html
Now, all my html files use css for styling. As you can see I have one
such file called rbi8.css. I would like to have that file contain all
my css style, so I if I change the style in that file it changes the
style of all my html files in the various folders.
I thought I could solve the situation by putting this code in my html
files:
<link rel="stylesheet" type="text/css" src="/rbi8.css">
My problem:
This doesn't work. In my html files I can refer forward in my data
directory, but not backwards.
Hope you can help.
--Philip
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden