Recent content by Ansari

  1. A

    1. How does Subway’s decision to enter foreign markets through franchising help it to

    1. How does Subway’s decision to enter foreign markets through franchising help it to develop its business? Wh? 1. How does Subway’s decision to enter foreign markets through franchising help it to develop its business? What are some of the potential problems with this choice? (6) 2. How do the...
  2. A

    Add A Button To A Website Using HTML or CSS?

    try this: 1. locate the button's image file from images folder of your website 2. open the file in any graphics software tool i.e. Photoshop. 3. resize the button to desire size. 4. save the new sized button to a new file name i.e. new_button.gif 5. place this line of code into html document: <a...
  3. A

    Add A Button To A Website Using HTML or CSS?

    try this: 1. locate the button's image file from images folder of your website 2. open the file in any graphics software tool i.e. Photoshop. 3. resize the button to desire size. 4. save the new sized button to a new file name i.e. new_button.gif 5. place this line of code into html document: <a...
  4. A

    How to exit from a loop in asp?

    try to use goto command: if condition then do loop else goto nextLocation <---------------this command jumps the control anywhere end if :nextLocation <-----------this is label, now control will here if condition do...... else do..... end if hoping this would helpful to you.
  5. A

    How to exit from a loop in asp?

    try to use goto command: if condition then do loop else goto nextLocation <---------------this command jumps the control anywhere end if :nextLocation <-----------this is label, now control will here if condition do...... else do..... end if hoping this would helpful to you.
  6. A

    Help with HTML programming language?

    HTML- Hyper Text Markup Language. this is not a programming language. This is only a markup language. You can define text style, font, colors and other formatting related to text and then any web-page browser read and render these formatting onto screen. hoping this would help u.
  7. A

    I want to go to Australia, but how. Are they hireing well educated and...

    ...profesional carpenter ? I am a well educated and profesional carpenter and also i have Diploma in computer
  8. A

    How come I can't incorporate CSS into my html website?

    You can use CSS file with you html in 2 ways. 1. Embedding style tag withing html: Look where is closing </head> tag. Then just before this tag insert style tag for example: HTML: </head> <style type="text/css"> .styleOne { font-family: arial; font-size: 14px; ...... ..... } #header{...
  9. A

    PHP script containing HTML and PHP code?

    Just create a CSS file and define three styles for your comments. .styleOne{ background:cyan; color:black; font-family:arial; font-size: 10px; } .styleTwo{ background:yellow; color:black; font-family:<--------2nd font family----------------; font-size: 10px; font-width:bold; } .styleThree{...
  10. A

    i need help with this history question?

    if it's not neil armstong then it should be Eugene 'Buzz' Aldrin, Jr.
Back
Top