Search found 2 matches
- Fri Apr 25, 2008 3:24 pm
- Forum: PHP - Code
- Topic: insert a variable into link tag
- Replies: 2
- Views: 259
Re: insert a variable into link tag
Actually the values are been pass correctly. The problem is not finding the css file, the problem is it can read it and applied it, except on the div tag and h1 tag. Thanks so much.
- Fri Apr 25, 2008 12:40 am
- Forum: PHP - Code
- Topic: insert a variable into link tag
- Replies: 2
- Views: 259
insert a variable into link tag
I need to insert a variable into the href of the link tag to read a stylesheet. I was able to insert it and it read it ok, but ignore the format on <h1> and <div>, if I change the variable and write the correct path eveything is been formated ok. Some ideas of what Im doing wrong. Thanks so much in ...