I've created a XML + Schema and am trying to validate it but I keep on receiving errors that I do not understand. I believe I have done what w3schools has done, but for some reason it is not valid.
XML
<collection xmlns="http://www.w3schools.com"...
I am wondering how I would change the background colour of a document. The following is my approach, but it does not seem to work:
function changeBgColour() {
document.write("<body bgcolor=#00FF00>");
}
I found out that the proper way is:
function changeBgColour() {
document.bgColor =...
I am looking for a way to change the margin, font size, and the border width of the table once I have created the table.
At the moment, I have code tha goes through each cell and changes these properties. However, once I start having over 50+ cells per table, it starts to take PowerPoint a...
I have created a table in VBA and I was wondering how I am able to reposition it once I have created it? I am unable to properly position the table when I create it because of the requirements of my project.
I have a table where the user needs to fill in a group of fields via drop-down menus. If the user selects 'Yes' in certain menus, they will need to fill in additional information in the adjacent cell. To prevent confusion as to when they need to fill in the adjacent cells, I wanted to...
I have a date in a specific format, and I would like to change it to another format. For example, I have the date "15/3/2010" and I would like to convert it to "March 15, 2010".
I have tried using "myDate = Format(Date, "mmmm d, yyyy")", but it seems to only return the current date in specified...
I have a file where it extracts data from an Excel file, and formats it to create a PowerPoint Presentation. I have coding in my Excel file that deals with extracting the necessary data, and coding in the PowerPoint file that deals with formatting the data. The problem is that now I am suppose...
I have a table in PowerPoint with several rows and columns of data. I would like to resize selected columns so the width of the column does not exceed the width of the longest data - in otherwords make the column width the perfect fit. I am wondering how I would go abouts in doing this?
Below...
I have a table in PowerPoint with several rows and columns of data. I would like to resize selected columns so the width of the column does not exceed the width of the longest data - in otherwords make the column width the perfect fit. I am wondering how I would go abouts in doing this?
Below...
I am wondering how I am able to give my table a name after/while I am creating a table?
I have an existing powerpoint slide with several objects (mainly textboxes and simple shapes) in it. I would like to create a table with VBA, add an undetermined number of rows, and populate the table with...
I am wondering how I would have a series of images pan across the browser from right to left? For example, I have several different images of clouds and I would like them to do a simple linear pan from right to left. Every ten seconds, a new cloud would begin panning. How would I do this in...
Hello
I am wondering how do I import a video into Flash so that I can see all the keyframes instead of just one keyframe. I remember that in Flash 5, when I import the movie, a timeline would appear showing all the keyframes. Now, when I am using Flash 8, it would only show one keyframe...
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.