PDA

View Full Version : Noob Help! C Panel!



GreenCrayons.
02-06-2007, 03:02 PM
Hi ive got an image to make into the construction page...
but i dunno how to add it to my site im new to this i have a coder but hes away atm.
help plz

adamFTW
02-06-2007, 03:14 PM
make a page called index.html then just wrtie in it nder construction or sumthing.

reindeer.
02-06-2007, 05:29 PM
make a new index.html page

make sure your image and the index.html page are in the folder called public_html

your image will be www.yoursite.com/imagename.filetype

then just do the simple html image code.

<img src="http://www.yoursite.com/imagename.filetype"></img>

and the image will appear on yousite.com/index.html



I hope that helped.

wewt
02-06-2007, 05:33 PM
make a new index.html page

make sure your image and the index.html page are in the folder called public_html

your image will be www.yoursite.com/imagename.filetype (http://www.yoursite.com/imagename.filetype)

then just do the simple html image code.

<img src="http://www.yoursite.com/imagename.filetype"></img>

and the image will appear on yousite.com/index.html





I hope that helped.

You don't type </img>
you could just get it from the folder so.

<img src="yourimage.filename" alt="My image" />

other than that he's right.

reindeer.
02-06-2007, 05:35 PM
You can if you want to though, theres no rule against it ;)

wewt
02-06-2007, 08:35 PM
You can if you want to though, theres no rule against it ;)

It makes no sense to add something there which doesn't have to be. Besides, if you're learning HTML, it's better off to start learning valid xHTML - as it's more widely accepted.

Just makes more sense.

Want to hide these adverts? Register an account for free!