|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Please help with link beahviour!
Hi guys
The following code is in a sidebar on my Typepad blog and i am trying to have the links in the typelists open in the same window and not in a new one could you please advise how I do this? This is the relevant line I think I need to change is: <a href="<$MTListItem field="url"$>" target="_new"> This is all the code: <h2 class="module-header">International</h2> </ul> <ul class="module-list"> <MTList name="Rattle International"> <li class="module-list-item"> <a href="<$MTListItem field="url"$>" target="_new"> <$MTListItem field="title"$></a> </li> </MTList> </ul> <h2 class="module-header">Cruise Packages</h2> </ul> <ul class="module-list"> <MTList name="Rattle Cruise Packages"> <li class="module-list-item"> <a href="<$MTListItem field="url"$>" target="_new"> <$MTListItem field="title"$></a> </li> </MTList> </ul> <h2 class="module-header">Domestic Packages</h2> </ul> <ul class="module-list"> <MTList name="Rattle Domestic Packages"> <li class="module-list-item"> <a href="<$MTListItem field="url"$>" target="_new"> <$MTListItem field="title"$></a> </li> </MTList> </ul> I would appreciate any help you maybe able to give. I am sure this is simple to fix but I am self taught and a little brain dead! Kind regards Gavin |
|
#2
|
|||
|
|||
|
target="_new" opens a link in a new window. just remove all of those or change _new to _top.
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Programming Theory > Please help with link beahviour! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|