| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| The original NP Emo Kid Join Date: Jan 2005 Location: Plymouth, UK
Posts: 1,693
![]() ![]() ![]() ![]() ![]() ![]() | [html/css] horizontal list Hi all i am having problems making a horizontal list. It works fine if i have say an avatar or a name so *name *name *name etc But if i have say *avatar *avatar *name *name With the avatar and name seperated by a "<br />" then it will mess up the next list item .My code is as follows (without the br): Code: <ul id="friendslist"> <li><img src="http://forum.prxa.info//images/noavatar.gif" alt="avatar" /> <a href="profile.php?info=8">Tom1</a> </li> <li><img src="http://forum.prxa.info//images/noavatar.gif" alt="avatar" /> <a href="profile.php?info=29">Psybadek</a> </li> <li><img src="http://forum.prxa.info//images/noavatar.gif" alt="avatar" /> <a href="profile.php?info=14">haseeb</a> </li> </ul> Code: #friendslist
{
padding:0;
margin:0;
white-space:nowrap;
list-style-type:none;
}
#friendslist li
{
display:inline;
}
Last edited by liam_d; 07-09-2009 at 04:06 AM.
Reason: missed the title lol
|
| | |
| | #2 (permalink) |
| Programming Genius Join Date: Aug 2003 Location: Las Vegas
Posts: 949
![]() ![]() ![]() ![]() ![]() ![]() | Try this Code: <ul id="friendslist"> <li><img src="http://forum.prxa.info//images/noavatar.gif" alt="avatar" /><br /> <a href="profile.php?info=8">Tom1</a> </li> <li><img src="http://forum.prxa.info//images/noavatar.gif" alt="avatar" /><br /> <a href="profile.php?info=29">Psybadek</a> </li> <li><img src="http://forum.prxa.info//images/noavatar.gif" alt="avatar" /><br /> <a href="profile.php?info=14">haseeb</a> </li> </ul> ????: NamePros.com http://www.namepros.com/programming/595331-html-css-horizontal-list.html Code: #friendslist
{
padding:0;
margin:0;
white-space:nowrap;
list-style-type:none;
float:left;
}
#friendslist li
{
float:left;
display:inline;
padding:10px;
}
__________________ Web Design / Programming / Graphic Design | Bonk-Media | My Domaining Blog Latest Projects Include: Mariel Mendoza | Local Tanning Salon | Grease Monkey |
| | |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [HTML/CSS] Calm 2.0 Corporate [4 day auction, wordpress included] | DylanButler | Web Designs For Sale | 0 | 06-12-2007 11:07 PM |
| [HTML/CSS] "Corporate Blue" Wordpress Layout + Subpage | DylanButler | Web Designs For Sale | 1 | 06-10-2007 02:12 PM |