Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

LI text to bottom

Featured Replies

Hi, hope someone can help me - hopefully its an easy one

(Im coding in asp.net)

I have a datarepeater that builds up a list list of images and text in the following format:

<ul>
   <li>
       <input type="image" name="ctl00$Main$CategoryBrowser$TopCategoryList$ctl00$NestedSubCategoryRepeater$ctl01$CatImage"
           id="ctl00_Main_CategoryBrowser_TopCategoryList_ctl00_NestedSubCategoryRepeater_ctl01
_CatImage"
           src="/Classifieds1/Images/bugatti_logo[1].jpg" style="border-width: 0px;" />
       <p>
           <a id="ctl00_Main_CategoryBrowser_TopCategoryList_ctl00_NestedSubCategoryRepeater_ctl01
_SubCategoryButton"
               href="java script:__doPostBack('ctl00$Main$CategoryBrowser$TopCategoryList$ctl00$NestedSubCategoryRepeater$ctl01$SubCategoryButton','')">
               Bugatti</a> (1)</p>
   </li>
</ul>

I need the text within the in <p> tags to stick the bottom of the <li>, any one got any suggestions?.

 

My css:

 

.category_browse td ul

{

margin-top: 10px;

list-style: none;

padding-left: 0px;

}

 

.category_browse td li

{

float: left;

text-align: center;

height:90px;

}

 

.category_browse td li p

{

margin:0;

}

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.