Hi - I am so new to C++ that I am not sure of what to ask. I found some code (See below) that creates values boxes/buttons that work. But I am having problems populating the items. I think I can use sendmessage, but when I do it does not work. Any help would be appreciated. Thank You...
Hi - I am adding some code to an existing file and would appreciate some help. I want to add two bars that go the full length of the left side of a page. The length will change from time to time. I tried adding "height: 100% and height: auto" but it does not work. It will work when I add...
I have been using the same macro for several years and it stopped working. It seems that after I installed and uninstalled a new program, the Reference file "Visual Basic For Application's" is now pointing to the wrong folder and a the wrong DLL. I have other Macros that work fine and all...
Hi Tonhu - I agree with you and my first choice was to find an existing CD menu program. Unfortunitly I could not find one that meets my needs and the one's that did wanted to much money for registration. Thanks for your reply. Ronnie
I have created a Java based menu system for a CD that I want to distribute to friends and family. My compiler (Jabaco) has added an EXE wrapper to the menu file. Since I don't know if the end user has Java, I think I should add some java run-time files to the CD, but I am not sure which files...
Thanks for your help and sorry for the nesting confusion I simply transposed tags when I wrote the question(it appeared correctly in the code). I tweaked the suggestions and solved the the problems with the following code:
<span style="font-weight: bold; text-decoration...
Thanks for looking at my question. I want the results similar to the first listing, but with correct (i.e., validated) CSS. Here are the desired results ((i.e., no line space or indentation, with the text wrapped around the first word).:
Title
. one
. two
. three
Thanks again...
I have created an eBay template and am having a problem formatting my list items. When I use simple code that does not CSS validate works, for example:
CODE:
<b><u>Title:</b></u> < br />
<li>one
<li>two
<li>three
RESULTS:
Title
one
two
three
But when I used CSS code that can be validated...
I am having problems validating part of my page which sends items to a shopping cart and any help and suggestions would be appreciated.
The code:
<a class="cssbutton"...
I convert an old html file to us CSS, so I need to remove various strings and replace them with <span class = "title"> and other tag. I can open and process my file, even change replace the starting tags but not tags that begin at position x and end at position y. Below is an example of the...
Phil, Chris - Thanks for your help and suggestions. It's interesting that you both appeared to question the idea of having a fixed element centered. My intent is to have a "fixed" navigation bar/menu at the top of the page that will remain in place as a user scrolls down the page. I am...
Hi - I have been testing a navigation bar that I found online (please see code below), that will not center (i.e., margin: auto;)in the fixed position and was wondering if there is away around this problem. Thank you... Ronnie
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
If you knew the hours I put into solving that problem, you should get three stars. One thing that I found interest is that it seems that IE and Chrome don't care when the function is called, whereas, Firefox requires that it first be defined. I think in the future it would be best to first...
Hi Phil - Thanks, you hit the nail one the head and I don't know how I did not see that I was using functions before defining them... Thanks Again... Ronnie
Thanks Greg, but that does not seem to be the problem, and I don't know how the quote was drop because in the original code it's O.K.
function addCommas(nStr){
nStr += ';
x = nStr.split('.');
x1 = x[0];
x2 = x.length > 1 ? '.' + x[1] : ';
var rgx = /(\d+)(\d{3})/;
while (rgx.test(x1)) {...
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.