help me with inserting images on webpage...

This is a discussion on "help me with inserting images on webpage..." within the Web Page Design section. This forum, and the thread "help me with inserting images on webpage... are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Jan 22nd, 2006, 08:02
Junior Member
Join Date: Jan 2006
Age: 18
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Arrow help me with inserting images on webpage...

I have a question...

How can I make an image be sent in front of an image too? This question refers to the HTML coding.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Jan 22nd, 2006, 11:26
Reputable Member
Join Date: Nov 2005
Posts: 127
Thanks: 0
Thanked 0 Times in 0 Posts
Re: help me with inserting images on webpage...

you could set the bottom image as background in a div/cell
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Jan 22nd, 2006, 15:26
masonbarge's Avatar
Highly Reputable Member
Join Date: Jan 2006
Location: Atlanta GA
Posts: 631
Thanks: 0
Thanked 0 Times in 0 Posts
Re: help me with inserting images on webpage...

I don't understand the question. Are you using float in your css?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Jan 22nd, 2006, 18:10
herkalees's Avatar
Highly Reputable Member
Join Date: Jul 2005
Location: Massachusetts, USA
Age: 87
Posts: 576
Thanks: 0
Thanked 0 Times in 0 Posts
Re: help me with inserting images on webpage...

set the "background" image as a background in your code, whether it's in CSS or in html, then simply use the <img src="" /> element right on top of it.

Or, open Photoshop and make them into one image in the appearance you desire and make life easy on yourself.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Jan 23rd, 2006, 10:22
Junior Member
Join Date: Jan 2006
Age: 18
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Question Re: help me with inserting images on webpage...

I have a website. The background color of my homepage is black. I inserted a web template which is divided into 4 images. So my background color, not image, is black and my foreground images are the 4 images (web template). How do I make a code placing another image in front of the 4 image-web template? Can you please give an example...Im confused...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Jan 23rd, 2006, 12:22
herkalees's Avatar
Highly Reputable Member
Join Date: Jul 2005
Location: Massachusetts, USA
Age: 87
Posts: 576
Thanks: 0
Thanked 0 Times in 0 Posts
Re: help me with inserting images on webpage...

To declare the background color to be black, your code will have one of these two bits:
In it's CSS = body {background-color:#000;}
or
In it's HTML = <body bgcolor="#000000">
This takes care of the main background color.

Each of the four template images will be declared one of these two ways:
CSS = #topLeft {backgroundimages/top-left.jpg) no-repeat}
or
HTML = <td background="images/top-left.jpg">
The above gives you the template background image.

Finally, the top-level image is placed only with HTML and will look like:
<img src="images/nice-picture.jpg" alt="bla bla" />

When I have more time (or maybe somebody else can do it), I'll try to show you in an entire coded up page.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Jan 24th, 2006, 09:09
Junior Member
Join Date: Jan 2006
Age: 18
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Post Re: help me with inserting images on webpage...

Hey herkalees,

Does the code in which the template image is to be set as background needs an ending tag "</td>"?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Jan 24th, 2006, 12:32
herkalees's Avatar
Highly Reputable Member
Join Date: Jul 2005
Location: Massachusetts, USA
Age: 87
Posts: 576
Thanks: 0
Thanked 0 Times in 0 Posts
Re: help me with inserting images on webpage...

Quote:
Originally Posted by renren
Hey herkalees,

Does the code in which the template image is to be set as background needs an ending tag "</td>"?
Yes, definitely. You should always close elements that contain content.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
help, inserting, images, webpage

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
inserting time phiero21 JavaScript Forum 1 May 2nd, 2008 20:09
DOM - Inserting <script> between <head> okendoze JavaScript Forum 2 Mar 13th, 2008 21:52
Inserting a XML variable in to a getURL dangergeek Flash & Multimedia Forum 1 Nov 14th, 2007 09:21
Inserting Session into the database franknu PHP Forum 11 Jun 17th, 2007 00:16
Inserting an array into a database. Gup Classic ASP 2 Aug 10th, 2006 08:49


All times are GMT. The time now is 22:16.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42