473,387 Members | 1,590 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,387 software developers and data experts.

how to create a web page containing three image tags with different pictures

If you know how to do so please help as soon as possible.
Oct 24 '12 #1
2 2107
Rabbit
12,516 Expert Mod 8TB
This is not a code writing service. Show us what you've got and we can help you figure it out.

But here's a hint. If you know how to create one, then you can create three. Just copy the image element and change the source of the picture.
Oct 24 '12 #2
Niheel
2,460 Expert Mod 2GB
use the img tag to show images in an html document

for example:
Expand|Select|Wrap|Line Numbers
  1. <img src="http://domain.com/images/image.gif" border="0" width="20px" height="20px">
  2. <img src="http://domain.com/images/image2.gif" border="0" width="20px" height="20px">
  3. <img src="http://domain.com/images/image3.gif" border="0" width="20px" height="20px">
  4.  
Change the height and width in the image tags to the values of the images height and width
Oct 24 '12 #3

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

Similar topics

0
by: Rex | last post by:
Does anyone know how to capture a web page as an image? Either C# code or an available web service (pref free) that would provide it? I'm aware that with System.Net you can capture a screen as a...
0
by: Skeeve | last post by:
Hi there, I'm trying to create a containing box (relative position), and within it, I'm trying to line that box with four (top, right, left, bottom) thin boxes that contain a repeated background...
2
by: Skeeve | last post by:
Hi there, I'm trying to create a containing box (relative position), and within it, I'm trying to line that box with four (top, right, left, bottom) thin boxes that contain a repeated background...
1
by: Karl | last post by:
Can you create name tags with pictures using A2000? I have a table with an Employee name field and a field with a link to their gif picture. I was able to get a form to work using the Image...
1
marshal
by: marshal | last post by:
Hi, I want to save web page as an image by using javascript (or may be in java). i.e. I want to save the image which is generated by the 'Print Screen button' of keyboard for web page. How...
6
by: BillE | last post by:
I have an aspx page which contains a frameset. I want to set the location.href of the frames dynamically using javascript created in the Page_Load of the frameset using RegisterStartupScript, but...
2
by: joeshearn | last post by:
Hi, I would like to be able to save a web page as an image. Preferably from an IE window within a c# application. After doing some research I have not been able to find any tips on how to do this....
1
by: wildman | last post by:
What property do I need to set so that I see the < and for next and prior page in my gridview. AllowPaging is true and I do see the page numbers and can select them but not the prior and next...
4
by: rajsrmc | last post by:
In my form i have three radio buttons and nine image buttons, three image buttons per radio buttons If the user check one radio button, the respective three image buttons only has to be displayed....
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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...

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.