Jump to content

Php in Dream Weaver


Recommended Posts

This is my first D/W try no problem BUT

 

 

I am trying to use this on my site

 

It works on Net Objects BUT in Dream Weaver Nothing

Do i have to modify something ??\\

 

Thxs Steve

 

<style>

.my_price {

color: #000000;

font-weight: bold;

}

 

.my_data {

color: green;

}

 

.my_text {

color: blue;

}

 

.my_head {

color:red;

}

</style>

 

 

<script src="prices.php"></script>

 

 

Link to comment
https://forums.phpfreaks.com/topic/1747-php-in-dream-weaver/
Share on other sites

CSS links should be like:-

<link href="prices.css" rel="stylesheet" type="text/css">

 

Firstly though you will have to resave your prices document with a .css extension.

 

Alternatively you could use $GB_vars but deamweaver doesnt support advanced php coding methods.

 

Link to comment
https://forums.phpfreaks.com/topic/1747-php-in-dream-weaver/#findComment-5730
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.