0
votes
1answer
164 views

How to set img “src” path so that root and nested pages can both find it…?

I'm having trouble with an img element in a master page that I can't get to be reachable from both the home default.aspx page, and any nested page using the same "src" path. For example, from the home ...
2
votes
1answer
62 views

Difference between src and require or include (path)

From any file on the website if I want to call an image posted on /ico I do: $arrow = "/ico/arrow.png"; without do any sort of ../ico/ect. or ./ico/etc. Now if I want to include a file header.php ...
0
votes
0answers
107 views

How to 'hide' Wordpress path for @font-face

I'm trying to hide every clue which shows that my site is powered by Wordpress. Using sub-domain, apache settings, v-host etc.. But i can't hide @font-face path in src: url(relative path) ...
0
votes
0answers
20 views

Web SRC Confusion

I think i am still havng issues with firefox, I though I solved this issue using @ to remove all . My code behind constructs the FileName value = /office/charts/temp/chart.jpg but when I run it on ...
0
votes
2answers
2k views

Displaying local htm file in iframe?

I am saving some emails on my local machine using MailBee.NET Objects in htm format. A separate folder is created for each email using email messageID on server for example ...
0
votes
3answers
59 views

does the src of a background image relate to its path from the css or the file its being used in?

When you use a background image and set the src are you making that the src from the css file the path or the source from the file that the background image will actually be active in ?
0
votes
2answers
203 views

previous first img src - jQuery

i'm trying to obtain the src of an image placed before the link i click: <ul id="grid"> <li><a href="prod-det.php" class="tip" rel="product-tip.php"><img ...
2
votes
1answer
549 views

jquery re-establish img src in .load() function

I'm trying to figure out how to re-establish the img src if the image src path is invalid or no image is found. I have a dynamically created img src path that may sometimes be pointing to a directory ...
0
votes
1answer
308 views

PHP Getting generic SRC path for images

Ok, so this is what I have: On the root directory, there is a folder with the name Backgrounds where I have a set of images, one of those images is selected randomly on each page of my site. So on ...
0
votes
2answers
450 views

Paths for images using Apache with Windows

I have a problem with links testing locally using Apache with Windows. The final links have the following format: file:///C:/Documents and Settings/USUARIO/My ...
0
votes
4answers
4k views

JavaScript SRC path not working

I have searched this web looking for an answer, but it seems that this time I'm not so lucky, so I am forced to ask. I apologize if it's already answered (could not find it). And yes, English is not ...
2
votes
2answers
2k views

Scrape FULL image src with PHP

I am trying to scrape img src's with php, I can get the src fine, but if the src does not include the full path then I can't really reuse it. Is there a way to grab the full path of the image using ...