Welcome Guest, Not a member yet? Register   Sign In
base_url() problems // designers are about to kill me :(
#1

[eluser]noland[/eluser]
Hello all;

There's one question I need to sort out, so any help will be well received.

In this case, I'm having troubles with the design department due to base_url().

I suppose I'm doing something bad, but I have to use everytime base_url() in order to use all the resources related to my views, for example:

Code:
<img src="&lt;?=base_url()?&gt;img/iconos/insertar_titulo.gif" name="Image8" border="0" align="absmiddle">

or

Code:
script src="&lt;?=base_url()?&gt;js/browserDetection.js" language="javascript">


because if I don't specify this base_url() the images simply doesn't load, the scripts don't work, and so on. Same with css, etc, which cause to the designers (and for me) a total destruction of the page layout.

Is there any workaround which permits to my dreamweaver reach correctly the route to the resources?

Thanks so much!


Messages In This Thread
base_url() problems // designers are about to kill me :( - by El Forum - 10-04-2007, 02:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB