Html

Reply

Join Date: Nov 2007
Posts: 52
Reputation: kavithakesav is an unknown quantity at this point 
Solved Threads: 2
kavithakesav kavithakesav is offline Offline
Junior Poster in Training

Re: Html

 
0
  #21
Feb 18th, 2008
Hi,

Otherwise can u give like this to image
<P ALIGN=CENTER><img src="house.jpg" width="" height=""></P>
I added for your code width and height can u try once like this.
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 1
Reputation: bakm24 is an unknown quantity at this point 
Solved Threads: 0
bakm24 bakm24 is offline Offline
Newbie Poster

Re: Html

 
0
  #22
Feb 19th, 2008
you still need quotation marks around "center"

YOU HAVE:
<P ALIGN=CENTER><img src="house.jpg"></P>

TRY:
<p align="center"><img src="house.jpg"></p>
Reply With Quote Quick reply to this message  
Join Date: Mar 2006
Posts: 195
Reputation: HI2Japan is an unknown quantity at this point 
Solved Threads: 21
HI2Japan HI2Japan is offline Offline
Junior Poster

Re: Html

 
0
  #23
Feb 19th, 2008
Quotation marks are not necessary. Should you use them to ensure you have written good code, yes. But if you dont put "" around the front, you dont need to put it at the end. The main thing is consistency.
Who was the first person to look at a cow and say, "I think I'll squeeze these dangly things here, and drink whatever comes out!"
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 26
Reputation: harryl5 is an unknown quantity at this point 
Solved Threads: 1
harryl5 harryl5 is offline Offline
Light Poster

Re: Html

 
0
  #24
Feb 22nd, 2008
It may just be an error with your current version with IE, or maby you have not specified detail in the coding.
HTML and CSS Syntax (Toggle Plain Text)
  1. <p><img src=". . ./path/house.jpg"></p>
  2.  
  3. <br><img src=". . ./path/house.jpg">
Remeber, although somtimes not always needed, use quote marks "*"

It is also vital you use the coding to say where you want the image to be on your page.

Hence the
HTML and CSS Syntax (Toggle Plain Text)
  1. <p>
  2.  
  3. <br>

I hope this helps, its just basic HTML

x
Reply With Quote Quick reply to this message  
Join Date: Jan 2008
Posts: 18
Reputation: txwebdesign is an unknown quantity at this point 
Solved Threads: 0
txwebdesign txwebdesign is offline Offline
Newbie Poster

Re: Html

 
0
  #25
Feb 24th, 2008
The original piece of code you supplied has some basic code "needs" but absolutely DOES NOT prevent the image from appearing as long as the page and the image are saved in the same directory. Also, unless your image is just some very wild color appearing on a background color similar in shade, there is no issue with the CMYK jpeg appearing; i.e. if you used a vibrant blue jpeg saved as CMYK and put it on a blue or black background you might have issues seeing it but your image is MISSING, hint the "red X". This points to a path problem or possibly you have a tag embedded inside another tag which may be causing problems. You really need to post a URL to the page so the code can be seen live.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



Tag cloud for HTML and CSS
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC