On my site they are various article to sell from various companies.
The companies update the database directly on my server.
Now, some companies would like to "integrate" their articles also on their
website.
For this, we are doing the job to have their articles coming from our site
in a frame.
BUT !!! when we try to apply a CSS on the frame, we have a big problem:
nothing appens.
We'd like the customers to manage their own CSS, instead of asking us to
change for them.
<link href="test.css" rel="stylesheet " type="text/css">
<title>No title</title>
</head>
<frameset cols="80,*" frameborder="NO " border="0" framespacing="0 ">
<frame src="leftmenu.h tm" name="leftFrame " scrolling="NO" noresize>
<frame src=www.mysite. com name="mainFrame ">
</frameset>
we'd like www.mysite.com to takes the test.css.
How to do so? Our client don't have access to scripts (no php, no asp...)
Bob
The companies update the database directly on my server.
Now, some companies would like to "integrate" their articles also on their
website.
For this, we are doing the job to have their articles coming from our site
in a frame.
BUT !!! when we try to apply a CSS on the frame, we have a big problem:
nothing appens.
We'd like the customers to manage their own CSS, instead of asking us to
change for them.
<link href="test.css" rel="stylesheet " type="text/css">
<title>No title</title>
</head>
<frameset cols="80,*" frameborder="NO " border="0" framespacing="0 ">
<frame src="leftmenu.h tm" name="leftFrame " scrolling="NO" noresize>
<frame src=www.mysite. com name="mainFrame ">
</frameset>
we'd like www.mysite.com to takes the test.css.
How to do so? Our client don't have access to scripts (no php, no asp...)
Bob
Comment