This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
how can i have the image of a website on my web page?

hello everybody,
i have a website that reviews the Top Free Movie Download sites.
i presently have text links and description of these sites on my website.

i have seen a similar site
http://platinumreviews.com/www2/index.asp?cat=Movies&revid=bestforall&glid=&ovid=

this site has image links of top sites in addition to text links.

i too would like to have image links like that
i would like to have the images of the top sites on my webpage and on clicking that visitors should access that site.
i dont understand how to upload the images of websites to my bravenet server.
(previously, i had the experience of uploading banners.)

i will be extremely thankful for any help.
thank you
rk

Re: how can i have the image of a website on my web page?

Use the Print Screen button to save a screen image then use a graphics editor such as Irfanview to turn it into a normal image file.

After that its just like any other file.

Re: how can i have the image of a website on my web page?

what is "print screen button"? where is it?

Re: Re: how can i have the image of a website on my web page?

Sorry, I do assume knowledge of basic keyboard skills.

On a standard Windows keyboard it is the key to the right of F12. If you and are using a non-standard keyboard or a laptop and if the manufacturer has not printed the words "Print Screen" in it then you will have to consult the handbook that came with your machine.

Re: how can i have the image of a website on my web page?

Be aware that the "print screen" function copies to clipboard, and must be pasted into whatever program you wish to use to view/manipulate the image. But if you dont know where the "print screen" button is, this will probably not be very helpful.

Re: how can i have the image of a website on my web page?

thank you very much, i found the print screen button
i have not used it before, so i dont know about it!
thank you

Re: how can i have the image of a website on my web page?

thanks peter and macmac,
but still i face a serious problem.
i downloaded irfanview,
uploaded images of websites.
but the problem comes in the finished product.

i used the following code in the code editor of my website wizard.

< div style="font-family: arial;" class="newsbodytext" >< div class="newsp" >< font size="2" >< a href="website address" >< img src="image adddress" border="0" height="80" hspace="8" width="100" >< /a>description< /font>< /div>< /div>

(((without spaces)))

"description" is staying at the desired place at top of webpage.while the "image" is getting located at the bottom of the webpage. i removed border="0" height="80" hspace="8" width="100" and also class="newsbodytext" >< div class="newsp" > but the result is always the same.
image is always going to the bottom and not beside the description

so i abandoned the changes.
can you please help.

tell me what code i should use
so that Description and image will be side by side
thank you
rk

Re: how can i have the image of a website on my web page?

rk,

Your making this a lot more complicated than it needs to be. From your description it sounds like you are trying to place an image with a few lines of text next to it. Below is some code that will allow you to place an image on the right and your lines of text on the left.


align=right>

These lines of text should be on the left of the image.



If you want to switch that around and put the image on the left and the lines of text on the right, you could use:


align=left>

These lines of text should be on the right of the image.



You can even take this a step further and place a image on the left and right and have the lines of text in between, like this:


align=left>align=right>

These lines of text should be in between the two images.



I highlighted the attribute that allows you to float the image left and/or right. The margin settings add a little extra space around the images so the text doesn't bump into them. If you are using
structures, you should be able to place the paragraph, inside the structure.

......

Re: how can i have the image of a website on my web page?

thanks martin, peter, macmac
i have implemented the code in my wizard
and found the same thing.
the description is staying at the desired place while the image is lying at the bottom
i doubt wizard doesnt implement this code well.
so i am thinking of switching to file manager.
but i dont know how to create my simple webpage in file manager.
where can i get help regarding using the file manager to create very simple webpages?
can you please give a simple view of how to create webpages through file manager?
thank you very much
rk