View Full Version : Links
sloojoe
09-03-2007, 05:45 PM
Hey all,
How can I make links open underneath the hyperlink? Similar to this page
http://www.microsoft.com/protect/computer/updates/faq.mspx
alloydog
09-06-2007, 02:37 AM
Javascript:
<table class="QandAEntry" cellpadding="0" cellspacing="0" border="0">
<tr valign="top" style="padding:0px 0px 7px 0px;" id="title11">
<td align="left" class="dropCapQ" nowrap="true">
<a href="javascript:toggleQuestion('title11', 'question11', 'answer11')">Q.</a>
</td>
<td class="titleBlock">
<a href="javascript:toggleQuestion('title11', 'question11', 'answer11')">What are updates?</a>
</td>
</tr>
<tr valign="top" style="padding-top:3px;" id="answer11">
<td align="left" class="dropCapA" nowrap="true">A.</td>
<td class="ABlock">
<p>Microsoft will periodically release software updates for Windows that you are entitled to under your software license. Microsoft may also provide updates to other hardware and software components on your computer, (supplied by the manufacturer) which improve their performance or reliability.
sloojoe
09-08-2007, 10:06 PM
thanks, I'll give it a try
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.