website help?  | 
	 
	 
![]() ![]()  | 
	
website help?  | 
	 
	 
			
			  Jul 22 2010, 04:11 PM
			
				 Post
					#1
					
				
			 
		 | 
	|
        	
				
					![]() Sniff, sniff, hooray! ![]() ![]() ![]() Group: Member Posts: 71 Joined: Mar 2006 Member No: 388,396  | 
       
			
			 
				So I'm making this website to sell some shoes and such, and I was just wondering how to get those images links under the "high-top converse" section to appear horizontally instead of vertically. I already tried the display:inline thing, but it didn't work. 
			
			
					
		Also, how do I make it so everything looks the same in all resolutions? Thanks in advance link  | 
	
| 
			
			 | 
	|
			
			  Jul 22 2010, 04:25 PM
			
				 Post
					#2
					
				
			 
		 | 
	|
        	
				
					![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 2,435 Joined: Feb 2007 Member No: 506,205  | 
       
			
			 
				You have a million different positionings going on. If you want your layout to be centered, change everything to this format. 
			
			
					
		CODE .div{ position:absolute; left:50%; margin-left:#px; top:#px;} Only change the # symbols. As for getting the images to be horizontal, I would use a table. People may tell you tables are outdated or some other superior coding shit, but they're easy and they work. CODE <table> <tr> <td> Image and description </td> <td> Image and description </td> </tr> </table> The tds make columns, the trs make rows.  | 
	
| 
			
			 | 
	|
			
			  Jul 22 2010, 04:39 PM
			
				 Post
					#3
					
				
			 
		 | 
	|
        	
				
					![]() Sniff, sniff, hooray! ![]() ![]() ![]() Group: Member Posts: 71 Joined: Mar 2006 Member No: 388,396  | 
       
			
			 
				Thanks for the quick response! I'll need to try these. I guess I should learn more about coding  
			
			
					
		 | 
	
| 
			
			 | 
	|
			
			  Jul 22 2010, 06:58 PM
			
				 Post
					#4
					
				
			 
		 | 
	|
| 
        	
				
					 Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,665 Joined: Aug 2008 Member No: 676,364  | 
       
			
			 
				Topic Closed and Moved to Resolved. 
			
			
					
		ps, next time you could try the webmaster's corner.  | 
	
| 
			
			 | 
	|
![]() ![]()  |