473,409 Members | 1,966 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,409 software developers and data experts.

picture in the page

24
I want to insert a picture in my page. I wrote a code:

<html>
<head> <title>my first web</title> </head>
<body bgcolor="blue">
<center>
<img scr="neuronas.gif" weight="500" height="500">
</center>
</body>
</html>

but I can't see a picture in my page. Is this code wrong?
Feb 23 '07 #1
3 1150
AricC
1,892 Expert 1GB
I want to insert a picture in my page. I wrote a code:
Expand|Select|Wrap|Line Numbers
  1. <html>
  2. <head> <title>my first web</title> </head>
  3. <body bgcolor="blue"> 
  4. <center>
  5. <img scr="neuronas.gif" weight="500" height="500">
  6. </center>
  7. </body>
  8. </html>
  9.  
but I can't see a picture in my page. Is this code wrong?
Change:
Expand|Select|Wrap|Line Numbers
  1. <img scr="neuronas.gif" weight="500" height="500">
  2.  
To:
Expand|Select|Wrap|Line Numbers
  1. <img src="neuronas.gif" weight="500" height="500">
  2.  
You have a type provided the image is in the same directory as this page it will display.

Aric
Feb 23 '07 #2
Eglute
24
Hello Aric

Thank you for your help. Now I have a picture in my page.

Eglute
Feb 23 '07 #3
AricC
1,892 Expert 1GB
Hello Aric

Thank you for your help. Now I have a picture in my page.

Eglute
You're welcome, if you have some more HTML or CSS questions let us know.

Aric
Feb 23 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Tim Streater | last post by:
I want to generate a web page using PHP, and in the middle generate a graphic I read from another server. So the graphic is in $picture. So I can either write $picture to a temp file and then use...
10
by: IWP506 | last post by:
Hello everyone. I have a header picture for my website with text on it like "Home" "links" "about" etc. It's all 1 picture. I've seen people's sites where they have 1 picture but somehow make...
3
by: Ig | last post by:
Hi, I have an embedded picture with caption on tab page and want to make it appear and disappear when certain conditions happen. To make it disappear I just code it like : Me!MyTab.Picture = ""....
14
by: hamil | last post by:
I am trying to display an image in a picture box. The image is a group 4 fax black and white image of a piece of sheet music. The original resolution is 300 X 300 dpi. I want to have the picture...
13
by: Jim Carlock | last post by:
I have over a hundred pictures I would like to present. Is it practical to create and parse an array of pictures, picture paths, et al using server-side scripting to accomplish this? I...
6
by: Jeff | last post by:
Hey (and thank you for reading my post) In visual web developer 2005 express edition I've created a simple website project.. At this website I want users who register to be able to upload a...
1
by: cccc2046 | last post by:
hi, i am a rookies in ASP.Net(C#). and i am using visual studio 2005 i am creating a webpages.and using CSS, Master page, and Content page in my CSS ( myStyle.css) i set my background picture...
5
by: zamuel | last post by:
Hey everyone. I have a strange problem with PHP site. This only happens in IE 6. So, when user logs in there is a placeholder for user's own picture. Also there is a form where this picture can...
1
oranoos3000
by: oranoos3000 | last post by:
hi i make a shopping online that in home page i show my product picture's to user (information product's such as address location of picture and name and the other properties is kept in database my...
1
oranoos3000
by: oranoos3000 | last post by:
hi would you please help me i have a online shopping center that i show pictures of the my product in home page. in the InterExplorer pictures is shown correctly but in Firefox browser is shown...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.