Microsoft
Software
Hardware
Network
Question : How can I display this without line breaks
I have a countdown function that I want to display inline with the rest of the text. Right now there's a line break at the beginning of the java tags and I'm wondering how I can wriite it so it appears in line.
Here's my code:
<td valign="center" nowrap>You have <script language="JavaScript" SRC="songwriting_countdown
.php?timez
one=US/Cen
tral&count
to=<?php echo $go_time; ?>&do=t&data=TBA"></script
> to confirm your estimated fees and probability values. All unconfirmed fees and probability values will be automatically confirmed on <?php echo date("F jS, Y", strtotime($go_time)); ?>. </td>
It displays like this:
You have
6 days 12 hours:46 minutes and 33 seconds
to confirm your estimated fees and probability values. All unconfirmed fees and probability values will be automatically confirmed on August 3rd, 2010.
Notice the link break between "have" and then the next line break after the word, "seconds." How can I get the countdown display inline?
Answer : How can I display this without line breaks
document.write("<div id='cd'></div>");
-->
document.write("<span id='cd'></span>");
Random Solutions
if rel="nofollow" then
http://www.example.com
else
How to resolve Failed to load Main-Class manifest attribute from C:\sqljdbc_3.0\enu\sqljdbc
.jar
ESXI Does not recognize SCSI Controller on DRS 301 Server
ColdFusion Have One List Box Fill Depending on Value of First List Box
Debugging website in Visual Web Developer 2010 Express on network storage?
Deleting OEM Jobs
RedirectStandardOutput Not getting all the output
Out of Office Assistant in Outlook 2007 does not show the Schedule window to select date for OOF
Delete line with duplicate
NumLoc function is turned off when VB command to search any part of field is used