Jump to content

src element in HTML


sankar_bhatta

Recommended Posts

Hi, line 'src="C:/...."' works only locally and it won't work if you upload your site via server. What you have to do is to create a folder and store your html file(s) and all images you want to assign.This way the source paths will be ' src="./image_name.jpg" ' for example.Then you have to upload the whole folder to server.good luck

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...