Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: NIA2
  • Content: Threads
  • Order by date
  1. NIA2

    Setting up a CMS

    Hi everyone, I'm in the process of creating an online ordering system for a clothing business where their clients can place orders via their website. It will be for certain corporate customers where they can order their uniforms online, so it's not really a shopping cart. The clothing company...
  2. NIA2

    Importing site from earlier version of Dreamweaver

    Hi everyone, I've just installed Dreamweaver CS3 and want to import a site created in CS2, ie. all the settings etc. Can someone tell me an easy way to do this? Thanks for any help.
  3. NIA2

    Form Validation

    Hi everyone, I'm using Dreavweaver CS2 and I wondered if the form validation behaviour allows you to validate drop down menus in the form? If not, does CS3 allow this or can someone suggest a good extension that does the job? Thanks for any help.
  4. NIA2

    Data merge

    Hi All, I have a table in Word with 4 rows and 4 columns. In Excel I have a 4 column spreadsheet and I want to merge the data form the spreadsheet into the Word document. I've set up a data merge in Word and have inserted the field codes that relate to the 4 columns in the Excel spreadsheet...
  5. NIA2

    html email signature not rendering correctly in Outlook 2007

    Hi everyone, I've put together an html email signature to use with Outlook 2007 as the outgoing email client. The problem is that for some reason Outlook is pushing the first line of the left hand table cell down one line so there's a blank line. This is the <td> that it's affecting: <td...
  6. NIA2

    html email signature

    Hi everyone, I've created an html email signature using basic tables and inline css. In order to get it to work, I open up the html file in Word, then copy everything to the clipboard, then paste it into the signature box in Outlook 2007. When I create a new message, the signature automatically...
  7. NIA2

    float not working in internet explorer 7

    Hi everyone, I'm trying to float a paragraph of text to the right side of an image. I've wrapped a div around the para and image and floated the div (as apparently you're supposed to do, ie. float the container) and then I've floated the image and paragraph separately. It all works fine in most...
  8. NIA2

    labeling columnheads in listbox

    Hi everyone, I have a listbox on a userform in Word and have the columnheads property set to true. Apparently you can't programatically add labels to these column heads using vba, so I'm trying to add labels manually in the design environment in the VBE. The listbox is sitting on one of the...
  9. NIA2

    Suppressing Word dialogue box warning when cancel button pressed

    Hi All, I have the following field code inserted into a textbox in a Word file: {MACROBUTTON GetImage "Double-click to insert image"} ...that when double clicked runs the code below which opens a dialogue box so the user can navigate to a directory and insert an image: Sub GetImage()...
  10. NIA2

    VBA colour numbers to hexidecimal/RGB Values

    Hi All, I've inserted an image into a userform in Word but it's appearing very jagged. I tried two different file formats - .wmf and .gif, both with same problem. I wanted to try and add a matt colour to the edges of the graphic (via photoshop), the same colour as the background colour of the...
  11. NIA2

    Transferring listbox values in userform to document

    Hi everyone, I have a text box in a userform in Word where the person types in some information and then clicks an "add" button to insert the entry into a listbox. They keep doing this for as many entries they need. Each one of these listbox entries will end up being a bullet point in the Word...
  12. NIA2

    Fields codes in Microsoft Word

    Hi everyone, I've used a field code to dynamically update a date in a document, but I've broken it up so that the day is one field and the month and year is another field, like this ("22" is one field, "April 2008" is the other): 22nd day of April, 2008 The problem is that the "nd" after 22...
  13. NIA2

    Template problem - Can't adjust file path in conditional comments

    Hi everyone, I've used the template feature in dreamweaver to create a site. The site contains conditional comments to feed a separate stylesheet to internet explorer browsers. The css files are stored in a css directory that sits in the main site directory. Some of the web pages are located in...
  14. NIA2

    Dynamically updating date

    Hi everyone, I need to put a field in my Word document that updates the date dynamically. The only problem is that I need it to take the following format: dated [XX] day of [MM], [YYYY]. So the field would have to be broken up somehow to allow me to put in the extra words, ie. 'dated' and...
  15. NIA2

    Coding cancel button and formatting textbox controls

    Hi everyone, I have the following code on a cancel button in a userform that causes a message box to appear warning the user that they'll lose all changes if they press cancel: Private Sub cmdCancel_Click() Dim result As Integer result = MsgBox("Are you sure you want to Cancel...
  16. NIA2

    Field codes to automate document - may need VBA

    Hi everyone, I'm trying to automate a proposal document by using field codes. I'm basically using the Fillin field, eg. {FILLIN "ENTER THE NAME OF THE PROPOSAL" \* MERGEFORMAT} to prompt the user for information. If this information is used elsewhere in the document, I've inserted {REF...
  17. NIA2

    Centering ul within a div

    Hi, I wondered if I could ask a further question: I have a navigation list marked up as follows: <div id="navtop"> <ul> <li><a href="#">Home</a></li> <li><a href="#">About us</a></li> <li><a href="#">Partners</a></li> <li><a href="#">Contact</a></li> <li><a...
  18. NIA2

    float layout causing problems in internet explorer 5, 5.5 and 6

    Hi everyone, I have a 3-column floated fixed width layout. The right column contains a form in the lower section. The columns are all okay in most browsers but when I test in internet explorer 5, 5.5 and 6, the right column drops below the layout. When I tried to troubleshoot, I found that if I...
  19. NIA2

    Removing page break inserted into a table

    Hi everyone, I wondered if I could ask another question: I have a table in a text frame that spans about 4 pages. I placed my cursor in the first cell of the last row on page 1 and pressed "shift-fn-return" on my MacBook Pro so that row would be pushed onto the next page. The problem is that I...
  20. NIA2

    Storing custom xml tags in deamweaver

    Hi everyone, I'm creating an xml file in Dreamweaver and wondered if it was possible to store the different tags you create within dreamweaver so that when you type some text, all you have to do is select it and have Dreamweaver wrap these custom tags around everything. Is this possible...

Part and Inventory Search

Back
Top