Jump to content

satimis

Members
  • Posts

    91
  • Joined

  • Last visited

Posts posted by satimis

  1. Hi,Problem sorted out. The solution is quite simple, just leaving a space between<dir class="alignleft"><em><strong>[tpyf#0001.HK,0002.HK.......,0039.HK,0040.HK]and</strong></em></dir>Without it "/strong>" will be displayed on the page.

     

    Thankssatimis

  2. Again! YOU CANNOT SURROUND DIV WITH <P> <STRONG> or <EM>, THIS WILL CAUSE ERRORS THAT MAKES IT DIFFICULT FOR BROWSER TO INTERPRET, VALIDATE YOUR CODE AT https://validator.w3.org/nu/ CORRECT THE MANY HTML, CSS, ERRORS UNTIL NO ERRORS SHOW, THIS SHOULD CORRECT PROBLEM, FAILING TO DO THIS WILL RESULT IN THIS TOPIC BEING IGNORED, as it is trying to fix transmission of car, when the engine is completely F%@KED.

     

    OH, i see what you are doing, fix 1 error like the broken wing mirror, forget about the other 150 errors and everything will become al-right! well I'm afraid that still won't be enough.

     

    Hi,

     

    Document checking completed. No errors or warnings to show.

     

    1. [*]<!DOCTYPE html>↩ [*]<html>↩ [*]<head>↩ [*]<title>Test</title>↩ [*]</head>↩ [*]<body>↩ [*]<div><em><strong class="alignleft">[tpyf#0001.HK,0002.HK,0003.HK,0004.HK,0005.HK,0006.HK,0007.HK,0008.HK,0009.HK,0010.HK,0011.HK,0012.HK,0013.HK,0014.HK,0015.HK,0016.HK,0017.HK,0018.HK,0019.HK,0020.HK,0021.HK,0022.HK,0023.HK,0024.HK,0025.HK,0026.HK,0027.HK,0028.HK,0029.HK,0030.HK,0031.HK,0032.HK,0033.HK,0034.HK,0035.HK,0036.HK,0037.HK,0038.HK,0039.HK,0040.HK]</strong></em></div>↩ [*]</body>↩ [*]</html>

    Total execution time 1 milliseconds.

    Now /strong> is there instead of /em>Sorry I couldn't figure out what is the problem?satimis

  3. Again! YOU CANNOT SURROUND DIV WITH <P> <STRONG> or <EM>, THIS WILL CAUSE ERRORS THAT MAKES IT DIFFICULT FOR BROWSER TO INTERPRET, VALIDATE YOUR CODE AT https://validator.w3.org/nu/ CORRECT THE MANY HTML, CSS, ERRORS UNTIL NO ERRORS SHOW, THIS SHOULD CORRECT PROBLEM, FAILING TO DO THIS WILL RESULT IN THIS TOPIC BEING IGNORED, as it is trying to fix transmission of car, when the engine is completely F%@KED.

    Hi,

    <body><div><strong class="alignleft"><em>[tpyf# 0001.HK,0002.HK,0040.HK]</em></strong></div><p></p></body>

    There was no error on clicking [check]

     

    but /em> still there;

    http://reynoldstocks.com/hk-stock-code-0001-0040/

  4. Produce valid html code would help, div within paragraph within a em tag is not allowed, and proper closing tag </em> instead of em> helps also, else you will have it read as you have now, as just plain text.

    Hi,

     

    Thanks for your advice. </em> already closed

     

     

    .......<strong class="alignleft"><em>[tpyf#0001.HK,0002.HK,.......,0040.HK]</em></strong>.......

     

    satimis

  5. Hi all,Where can I find coding examples on border for video?Example:

    <div style="padding:10px;background:#000;webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;width:560px;margin:0 auto;overflow:hidden;">    <iframe src="http://www.youtube.com/embed/MOVIEID?fs=1&autoplay=1&loop=1&rel=0&border=0&modestbranding=1" width="560" height="315" frameborder="0"></iframe></div>

    in respect of color and style?ThanksRegardssatimis

  6. This code is to change the static line color to red
     .entry-title { color: #FF0000; } 

    Thanks Edit:A further questionadding;text-decoration: blink; The line blinks. Is there any way displaying the line alphabet by alphabet. satimis
  7. Hi all, .........entry-title a:hover,.entry-title a:focus,.entry-title a:active { color: #1982d1;}The static line is in black color. Moving the cursor over it, it turns to blue color. Please advise how to change the static line color to red? Thanks Rgdssatimis

  8. Hi all, Following codes starts the video on another page by clicking the image but without a button

    <h3 style="text-align: center;"><strong><span style="color: #0000ff;">How To Play-The-Game</span></strong></h3><a href="http://mydomain.com/path/to/How-To-Play-the-Game.mp4" target="_blank"><img class="aligncenter size-medium wp-image-156" alt="stocks_fr_beginners" src="http://mydomain.com/path/to/How-To-Play-The-Game-300x185.png" width="540" height="333" /></a>

    Please advise how to add a button with a triangle inside on the image? And the video will start and play on the same page. TIA B.R.satimis

  9. Hi all, WordPress With following code

    <a href="http://mydomain.com/wp-content/uploads/2013/01/what_are_derivatives.mp4" target="_blank"><img class="aligncenter size-thumbnail wp-image-128" alt="what_are_derivatives" src="http://mydomain.com/wp-content/uploads/2013/01/what_are_derivatives_20130120.png" width="1500" height="1500" /></a>

    I can click-start a video on another page(new page). Would it be possible to make;1)After the playing of the video finished the new page for it's playing would close automatically. OR2)The video is playing on the same page. After finishing playing the original page will come back instead of a dark screen displayed. If YES please advise how to make it? TIA Regardssatimis

  10. Hi all, With following code I can start video automatically on popup the webpage

    <OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab" WIDTH="160" HEIGHT="136" ><PARAM NAME="src" VALUE="what_are_derivatives.mp4" ><PARAM NAME="autoplay" VALUE="true" ><EMBED SRC="my_video.mp4" TYPE="image/x-macpaint"PLUGINSPAGE="http://www.apple.com/quicktime/download" WIDTH="320" HEIGHT="240" AUTOPLAY="true"></EMBED></OBJECT>

    Please advise how to change:

    <PARAM NAME="autoplay" VALUE="true" >

    so that the video won't start automatically. I have to clicking the button(the triangle) to start it? Thanks Besides if I want to change the size of video window how to adjust WIDTH and HEIGHt? B.R.satimis

×
×
  • Create New...