473,378 Members | 1,355 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

problem with hyperlink inside of a list item

Hi,

In my page I am using <ol> and inside of that <li>. In this <li> tag i have 5 lines of content and middle of this(3rd line) I have a hyper line for one of the word. When we click on this hyper link, before loading the linked page, my entire content of this list item is getting off (disappearing). But other than this list item contents are stable. Could you please help me to solve this?

Expand|Select|Wrap|Line Numbers
  1. <ol>
  2. <li> fine list item>
  3. <li> This word also getting off.
  4.      but my hyper link word is next line.
  5.      the prolematic line <a href="www.asp.net">HERE</a>
  6.      But, when we click on this byper link, this entire block is getting off (these five lines).
  7.      please help me to solve this.
  8. </li>
  9. <li> Thanks in advance.</li>
  10. </ol>
  11.  
Feb 7 '12 #1
3 1587
did you know you have a > right here fine list item> it might be affecting the code other wise i am stumped
Feb 9 '12 #2
I have found some flaws in your code. The code rewritten as follows:

<ol>
<li> fine list item
<li> This word also getting off.
but my hyper link word is next line.
the prolematic line <a href="http://www.asp.net">HERE</a>
But, when we click on this byper link, this entire block is getting off (these five lines).
please help me to solve this.
</li>
<li> Thanks in advance.</li>
</ol>
Feb 10 '12 #3
try to make a copy of that code in the page when you click the hyperlink.
Feb 11 '12 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Chris | last post by:
I was wondering if there was any way to add a blank list item control to the beginning of the System.Web.UI.WebControls.DropDownList's datasource after the control's datasource has been specified....
0
by: Lauren Wilson | last post by:
Merry Christmas all! Any advice on this would be most appreciated. Using VBA code in Access 2003, is there a way to insert a fully functional hyperlink inside of an Office Assistant help...
0
by: Jean-François Michaud | last post by:
Hello, I am having trouble keeping together a list-item-label with the list-item-body The first fo:block in the list-item-body has a keep-with-next="always". In the particular case where that...
0
by: John Dalberg | last post by:
using VS 2005. I have an unordered list with list items which are displayed horizontally. Some of the list items have hyper links and some have checkboxes. The problem is that the...
1
by: finewebsites | last post by:
In the code below, if you mouseover the word 'here', the border and image disappear. What is causing this to happen? (I'm running MSIE 6 on Windows XP.) (For the image, get '077988alpha_cat.gif',...
4
by: SM | last post by:
Hello, I have an unordered list similar to this one: <ul id=list> <li onclick="addParagraph(0)">Item 1</li> <li onclick="addParagraph(1)">Item 2</li> <li onclick="addParagraph(2)">Item...
2
by: Rimpi | last post by:
When we make a node in a linked list using struct keyword, We usually declare a pointer named next/link as a member of a structure. Also we make another pointer with name item( name for new node...
2
by: Jesper Rou | last post by:
Hi all, I have a peculiar problem in that I want to have an Ajax.Net update panel, inside each item in a repeater. Like so: <repeater> <itemtemplate> <updatepanel>
2
vikas251074
by: vikas251074 | last post by:
I am creating an application for official use. This application will be used by employees to take items for official use. I have a list, presently this list contains three items - 1) Cartridges, ...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.