how can i post images?
hi, just wanted to know how to include an image in a post...
in the faq, and by seraching, i have found nothing.
thanks!
[edited by - gammastrahler on April 16, 2002 1:08:32 PM]
You have to have the image on the web somewhere (gamedev.net won''t provide the space for you), and then you use ordinary html, like:
<IMG SRC="The address of the image file goes here" [Height="The height of the image"] [Width="The width of the image"]>
The bits in square brackets are optional. And if you specify a different height or width from the actual height or width of the image, then the image will be streched or squeezed to fit the numbers you provided.
John B
<IMG SRC="The address of the image file goes here" [Height="The height of the image"] [Width="The width of the image"]>
The bits in square brackets are optional. And if you specify a different height or width from the actual height or width of the image, then the image will be streched or squeezed to fit the numbers you provided.
John B
The best thing about the internet is the way people with no experience or qualifications can pretend to be completely superior to other people who have no experience or qualifications.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement