| View previous topic :: View next topic |
| Author |
Message |
Miguel SUAREZ Guest
|
Posted: Sun Sep 14, 2003 2:52 am Post subject: How to use the CSS files with Internet Delphi projects? |
|
|
Hello,
I have a CSS file in the same directory where html file are. When I preview the pages with DreamWeaver... fine! but in the browser with the web server... bad!
Somebody know where I need to put the CSS file to work fine with an Internet Delphi project?
|
|
| Back to top |
|
 |
Yahia El-Qasem Guest
|
Posted: Sun Sep 14, 2003 9:47 am Post subject: Re: How to use the CSS files with Internet Delphi projects? |
|
|
the CSS file must be referenced properly from within your HTML file - take a
look at the <style> tag.
A good source is for example : www.w3schools.com
Yahia
"Miguel SUAREZ" <msuarez (AT) kiux (DOT) com> schrieb im Newsbeitrag
news:3f63d802 (AT) newsgroups (DOT) borland.com...
| Quote: |
Hello,
I have a CSS file in the same directory where html file are. When I
preview the pages with DreamWeaver... fine! but in the browser with the web |
server... bad!
| Quote: |
Somebody know where I need to put the CSS file to work fine with an
Internet Delphi project? |
|
|
| Back to top |
|
 |
Nick Hodges (TeamB) Guest
|
Posted: Sun Sep 14, 2003 7:46 pm Post subject: Re: How to use the CSS files with Internet Delphi projects? |
|
|
One other way is, if you are using TAdapterPageProducer, is to set the
StylesFile property, you can then set the Style property for the
AdapterPageProducer, and all the components it contains.
Nick Hodges - TeamB
Lemanix Corporation
Please always follow the newsgroup guidelines --
http://www.borland.com/newsgroups
|
|
| Back to top |
|
 |
Shiv Kumar Guest
|
Posted: Mon Sep 15, 2003 2:19 am Post subject: Re: How to use the CSS files with Internet Delphi projects? |
|
|
What does the <link> tag in your html look like?
--
Shiv R. Kumar
The Delphi Apostle
http://www.matlus.com
|
|
| Back to top |
|
 |
|