So I just insert the pictures, and align them to the left, center, and right. It's that simple! At least I thought it was, but I guess it isn't haha.
When I run the webpage all of my pictures don't fit side by side. Though, I know they would fit if I could adjust exactly where they were. Is there a way to do that? Like, is there a way to say , "I want this picture to be 3 inches from the left, then I want this one 2 inches to the right of that, and the last one 2 inches to the right of that." Obviously you can't say inches, but I was just using that to get my point across.
Here's my code, hope it helps(everything under Hello World really means nothing so you can ignore it haha):
<html> <head> <title> Video Game Central </title> <head> <body bgcolor="silver" text="black"> <center> <h1> Video Game Central </h1> <img src="master.jpg" align="left"><img src="effect.jpg" align="center"><img src="gears.jpg" align="right"> </center> <BR clear="all"> <p> Hello World! </P> <p> I like to play video games, and run track! </p> <h2 align="center"> My Favorite WebSites: </h2> <p align="center"> <a href="http://www.ign.com">IGN<a/> </p> <p align="center"> <a href="aboutme.html" align="center">About Me</a> </p> </body> </html>
Thanks!
This post has been edited by eZACKe: 02 June 2009 - 09:16 PM

New Topic/Question
Reply



MultiQuote




|