User Profile
Collapse
-
Thank you so much for the provided link and explanation Mr. drhowarddrfine. I really appreciate it :) -
Default Height value for empty <span> & <div> tags
Hi,
I would like to ask about the default value of Height for an empty <span> or <div> tag.
from this code:
CSS:
HTML:Code:div.baselineRule{ background: url(SHipuha.jpg) repeat-x scroll left bottom transparent; display:inline-block; }
...Code:<div class="baselineRule" style="width:70px"></div>
-
Hi,
I have fixed this.
using this line of code:
Kindly close this thread.Code:XmlCurrentNode.InnerXml = XmlExistingNode.InnerXml;
aredz~Leave a comment:
-
How to correctly use XmlNode.ReplaceChild() to change the Elements subtree?
Hi,
I have this XMLData. (SAMPLE ONLY)
XML1:
<text>This is a text
<i>great</i>
<ref>call this sample</ref>
Another text
<b>This is noted</b>
Underlying text
</text>
XML2:
<reference><r ef attr="8">Rare</ref><text>hello </text></reference>... -
Thanks for the reply Gary, I will check on this and let you know if I code this one right.
One thing, It is XmlNode.InnerXm l(). Sorry for the confusion.
I will be posting back.
----------------
Thanks for your time on this Gary.
Mods please close this thread. The question has been answered.
Thanks!
aredz~Leave a comment:
-
How do I extract XmlNode.InnerText() values on a string?
Hi,
I want to extract the data inside an xmlData to a string.
Let's say I (for example) I have this XML data:
<text display-inline="yes">This<b>is</b>only<ref>a</ref><i>sample</i></text>
using XmlNode.InnerTe xt(), how can I achieve this result?
string[0] = This
string[1] = <b>is</b>
string[2]...
No activity results to display
Show More
Leave a comment: