Welcome Guest, Not a member yet? Register   Sign In
help path
#1

[eluser]jonny tran[/eluser]
I path:
<link href="http://10.0.0.99/namduong/css/style.css" rel="stylesheet" type="text/css" />
I want to show the view source
<link href="/css/style.css" rel="stylesheet" type="text/css" />
How do I. please!
#2

[eluser]InsiteFX[/eluser]
base_url()
site_url()

InsiteFX
#3

[eluser]Georgi Budinov[/eluser]
You can use the base html tg for that:

Code:
<base href="http://10.0.0.99/namduong/" />
<link href="css/style.css" rel="stylesheet" type="text/css" />

Note that there is no '/' before 'css' on the link tag.
#4

[eluser]Unknown[/eluser]
楼上的兄弟说的对,可以试下
#5

[eluser]Georgi Budinov[/eluser]
这是件好事,谷歌翻译在手




Theme © iAndrew 2016 - Forum software by © MyBB