Connecting Tech Pros Worldwide Help | Site Map

problem with logo

Newbie
 
Join Date: Jul 2007
Posts: 9
#1: Jul 20 '07
hi,
I'm designing a page for my company. the company logo has been sent to me as an attachment through mail.
how do i use this in the desired position on my page?
Member
 
Join Date: Jul 2007
Posts: 40
#2: Jul 20 '07

re: problem with logo


Sorry, I'm not sure I understand your question. You were emailed a logo, yes? Did you save the logo in a directory to be used for your site?
nomad's Avatar
Expert
 
Join Date: Mar 2007
Location: CA.
Posts: 570
#3: Jul 20 '07

re: problem with logo


Quote:

Originally Posted by gemstone

hi,
I'm designing a page for my company. the company logo has been sent to me as an attachment through mail.
how do i use this in the desired position on my page?

There are several ways you can do this.
1. use a table and place the logo in it.
2. place the image and use CSSII to position your logo where you want it.
3. hire a web designer...since this one of the first things you learn how to do.

nomad
Newbie
 
Join Date: Jul 2007
Posts: 9
#4: Jul 21 '07

re: problem with logo


yup, i've saved it in the same directory as my html file.

Quote:

Originally Posted by GluteHam

Sorry, I'm not sure I understand your question. You were emailed a logo, yes? Did you save the logo in a directory to be used for your site?

Member
 
Join Date: Jul 2007
Posts: 40
#5: Jul 23 '07

re: problem with logo


<img src="imagename.jpg" width="xx" height="xx" alt="image description">
Reply