Goku Posted September 25, 2008 Posted September 25, 2008 OK, I am a complete novice in programming and need help regarding some basic HTML codes. I can compose a simple page with just a header and text but a friend of mine needs a code to embed images from external sources. I cannot elaborate on it but is there a code that might work similar to the code in vBulletin. Any help is very much appreciated? -- Goku Quote
RandyL Posted September 25, 2008 Posted September 25, 2008 To insert image code use <img src="insert url of image here"> But of course it gets more complicated positioning the image. Quote We are all members helping other members. Please return here where you may be able to help someone else. After all, no one knows everything and you may have the answer that someone needs.Get help with computer problems. Join Free PC Help here Donations are welcome. Read Here
Goku Posted September 25, 2008 Author Posted September 25, 2008 Thanks for the code Randy. Do, I need to close the tag or is the tag meant to be open. Also, could you give me a base code on how to align the image properly? -- Goku Quote
RandyL Posted September 26, 2008 Posted September 26, 2008 <img src="insert url of image here" ALIGN="RIGHT"> That code will put the picture on the right side. The > closes the tag. The text can then be added and it will appear on the left. (you don't need to use capital letters) If you want to add more content below the picture and text you first need to clear the text and picture using this code; <br clear="all"> To really get a hold on layouts in pure HTML you'll need to learn how to use Tables. Good luck Goku. Quote We are all members helping other members. Please return here where you may be able to help someone else. After all, no one knows everything and you may have the answer that someone needs.Get help with computer problems. Join Free PC Help here Donations are welcome. Read Here
JEBWrench Posted October 1, 2008 Posted October 1, 2008 What Doctype are you using? XHTML or HTML? (There's a marked difference - XHTML with CSS allows for, in my opinion, much more freedom in layout and positioning). Quote Need help with your computer problems? Then why not join Free PC Help. Register here If Free PC Help has helped you then please consider a donation. Click here
Goku Posted October 1, 2008 Author Posted October 1, 2008 What Doctype are you using? XHTML or HTML? (There's a marked difference - XHTML with CSS allows for, in my opinion, much more freedom in layout and positioning). No, I am dealing with HTML. A friend of mine needed the code so that he could complete his HTML coding project. It is pretty basic so, the codes you mentioned have done the trick. Thanks again for all your help. I will keep you posted if there is a need for any more codes. :) -- Goku Quote
mike Posted October 1, 2008 Posted October 1, 2008 Goku, A good friend of mine - James Greenwood - created a nifty guide to HTML some years ago which is still available online here. Download it for future reference as it is a good explanation / tutorial for an Introduction to HTML. Hope this helps, Mike Quote Need computer support? Then why not join Free PC Help. Register here We are all members helping other members.Please return here where you may be able to help someone else. After all, no one knows everything and you may have the answer that someone needs.
RandyL Posted October 1, 2008 Posted October 1, 2008 I'll vouch for that tutorial. It's great. It was the one that taught me. I couldn't have done it without it. A great place to start. Quote We are all members helping other members. Please return here where you may be able to help someone else. After all, no one knows everything and you may have the answer that someone needs.Get help with computer problems. Join Free PC Help here Donations are welcome. Read Here
Goku Posted October 1, 2008 Author Posted October 1, 2008 Great tutorial. I will definitely have a read of it when I can spare some time. Thanks Mike and Randy. :) Wish James was here now. I have seen some of his posts and he was really an asset here. -- Goku Quote
mike Posted October 1, 2008 Posted October 1, 2008 Yeah he was a great guy. Unfortunately like me, he has moved on to University so his time is very tied up in studying and getting drunk :P Hopefully one day he will return :) Quote Need computer support? Then why not join Free PC Help. Register here We are all members helping other members.Please return here where you may be able to help someone else. After all, no one knows everything and you may have the answer that someone needs.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.