Jump to content

Breakline

Whether you're a seasoned veteran or a struggling beginner, Web Radiance is the web development and web design forum for you. You'll find answers to all your HTML, CSS, SEO, and Programming needs. Pull up a chair and stay awhile.

Page 1 of 1
  • You cannot start a new topic
  • This topic is locked

Breakline Rate Topic: -----

#1 User is offline   BigMike Sidelka 

  • W.R. Sergeant
  • Group: Members
  • Posts: 241
  • Joined: 31-July 06
  • Gender:Male
  • Location:C-Town, Ohio

Posted 15 March 2008 - 02:04 PM

Well I'm working on my new blog, and one of the sections I'm about to make is a photoalbum. I wonder how through CSS I can make it so that the images break down to the next line when the current lines begins to hit it's max-width. For example: the width of the column is 450px, and each image I put on is 50x50px. How can I make it so that after 9 images, it will break to the next line. This way the only coding I need is <a href="image.php?id=<?php echo $picid; ?>"><img src="<?php echo $imgsrc; ?>" width="50px" height="50px" /></a>
0

#2 User is offline   supasnail 

  • W.R. Corporal
  • Group: Members
  • Posts: 112
  • Joined: 19-September 07

Posted 15 March 2008 - 05:56 PM

This should happen automatically without any additional coding.
0

#3 User is offline   BigMike Sidelka 

  • W.R. Sergeant
  • Group: Members
  • Posts: 241
  • Joined: 31-July 06
  • Gender:Male
  • Location:C-Town, Ohio

Posted 16 March 2008 - 03:40 AM

View Postsupasnail, on Mar 15 2008, 06:56 PM, said:

This should happen automatically without any additional coding.

Firefox, yes; Internet Explorer, no.
0

#4 User is offline   supasnail 

  • W.R. Corporal
  • Group: Members
  • Posts: 112
  • Joined: 19-September 07

Posted 16 March 2008 - 11:11 AM

Quote

Internet Explorer, no.

Yes it does - please show an example of the code you're having difficulty with.
0

#5 User is offline   BigMike Sidelka 

  • W.R. Sergeant
  • Group: Members
  • Posts: 241
  • Joined: 31-July 06
  • Gender:Male
  • Location:C-Town, Ohio

Posted 16 March 2008 - 02:59 PM

Maybe I lied: http://mikesidelka.com/album.php

maybe it's just when the text overflows that internet explorer fucks it up. (ex, excessive !'s)
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • This topic is locked

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users