hi,
i'm investigating the possibility of creating some device drivers for a network card in windows.. it's for a network emulator and i want to inject bit errors in the data link layer.
i know it's easier on linux, and i have code to do it, but i want to make a cross platform emulator.
any...
does anyone know of any way to access public folder calendar data through .net (c#), or otherwise? i can get at local folders in outlook through mapi but i haven't been able to get at the messages in public folders.
i had done a similar project with exchange 5.5 and asp, but it required...
i have a question... i can't get my orbits to align right in java3d. it's for a satellite application, but just by hand, i can't get an x, y, and z rotation of a vertical rotation axis to create what i think it should.
do you see any problems with the following functions? advice?? comments...
<span style="writing-mode:tb-rl;width:50px;border:1px solid #000000;">
John Smith <br>
555-555-5555
</span>
<span style="writing-mode:tb-rl;width:50px;border:1px solid #000000;">
John Smith <br>
555-555-5555
</span>
<span style="writing-mode:tb-rl;width:50px;border:1px...
hmm.... i'm really looking for something that's probably not possible. i have thought of dynamically setting the width using javascript, but i think that would be more overhead than i'd like and it might make it render slow.
if i put the nav table at 15%, it looks bad, unless that 15% works out...
you can actually use javascript within an xsl
here's a shortened example of something that i did in the past...
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.1"
xmlns:msxsl="urn:schemas-microsoft-com:xslt"...
yeah that doesn't look right.... try
<xsl:with-param name="char" select="' '" />
or
<xsl:with-param name="char"> </xsl:with-param> mike griffith
----------------------------
systems and control engineering
case western reserve university
mdg12@cwru.edu
ahhh ok... try this... i set the leftmost cell to have a width=495, and then let the right cell hang in right beside it. i thought you wanted the div to fill the entire horizontal width of the screen.
<div class="title">
<span...
what do you mean it is thicker? if you mean the bar is wider than the content below it, then put a padding of 1px around the div... that would give it 1px on each side for a total of 2 px
if you want to post your code (or at least a snippet) i might be able to help more mike griffith...
hmmmm i'm not sure what you mean by the bar, but did you also try to set the padding and margin on the div cell to 0?? mike griffith
----------------------------
systems and control engineering
case western reserve university
mdg12@cwru.edu
<xsl:template name="strAfterLast">
<!-- declare that it takes two parameters - the string and the char -->
<xsl:param name="string" />
<xsl:param name="char" />
<xsl:choose>
<!-- if the string contains the character... -->
<xsl:when...
what you could do would be to wrap each of the images in a <span> or any other tag with style="display:inline;"... then align each of those to the left or right
<div width="100%">
<span style="text-align:left; width:49%;">
<img src="1.gif">
</span>...
when you use the class, i'd set just the class attribute of the table itself.. i.e.
<table class="tbl">
and in your css do something like the following
table.tbl td {
border-style: double;
border-color: #B6864D;
border-width: medium;
font-size: 95%;
}
to apply a border...
i've got a problem with a table... i have a main table set up with a header row (colspan 2), navigation and content cells in a row, and then a footer row (colspan 2).
i need to set the navigation to a specific width (165px) and have the content take up the rest. the only...
if you have created some sort of derived page (from System.Web.UI.Page) for templates or other reasons, and you wish to use this as the default page base class (rather than System.Web.UI.Page), then simply add this line into your web.config file
<!-- pages Attributes...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.