The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Align my images side by side
TorTurePedia
post Sep 17 2008, 05:57 PM
Post #1





Group: Members
Posts: 3
Joined: 17-September 08
Member No.: 6,688



Hello i was wondering how i could align these images side by side in the same spot they are located instead of one underneath the other

http://thvhosting.net

Any help would be much appreciated smile.gif..im also a newb at html so i need like full definitions tongue.gif

This post has been edited by TorTurePedia: Sep 17 2008, 06:04 PM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Sep 17 2008, 06:19 PM
Post #2


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



Which images are you trying to align side by side?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
TorTurePedia
post Sep 17 2008, 06:49 PM
Post #3





Group: Members
Posts: 3
Joined: 17-September 08
Member No.: 6,688



The link backs at the top that starts with
The free site banner
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Sep 17 2008, 06:58 PM
Post #4


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



Right now, each image is in it's own <center>...</center> element. These are block-level elements, so each appears below the one before it.

If you don't want that, then use only one <center>...</center> element, and put all the images inside it.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Sep 17 2008, 06:59 PM
Post #5


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Images are inline (text-level) elements. That means that they come each after the other on the same line, just as letters you type, if you don't do anything to change that. You've placed each images in thier own CENTER element. CENTER is a block level element, i.e. it forms a block, breaks the line if you will. So don't do that. happy.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
TorTurePedia
post Sep 17 2008, 07:13 PM
Post #6





Group: Members
Posts: 3
Joined: 17-September 08
Member No.: 6,688



okay thanks i have one more question..how do i get the extremetracking image up there on the same line? they said we couldnt edit their code or the tracker wouldnt work..right now its one line below
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Sep 17 2008, 08:12 PM
Post #7


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



The answer is the same. Put it with the other images in the code, not in its own DIV.
http://htmlhelp.com/reference/html40/block.html

Darin! You have to stop doing that! laugh.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 18th April 2024 - 04:18 PM