QueryCAT Logo
Search 5,000,000+ questions and answers.

Frequently Asked Questions

How do I change the background and text colors and add a background image?

PageSpinner FAQ
Delete the old <BODY ....> start tag. Use the HTML Assistant's Body Topic to create a new body start tag. How do I make my web site have multiple page as opposed to one long scrolling page? For instance a home page and then other pages that are linked to it. Create the new page, add the text you want and save it in the same folder as the home page. The home page should often be called index.html or welcome.html (you will have to check this with the Webmaster at your site).

How do I change the background/text color of an EDIT control?

EFNet #Winprog
This can easily be accomplished by handling (NOT sending) the messages WM_CTLCOLOREDIT and WM_CTLCOLORSTATIC. Why the STATIC one? Well if the edit control is disabled then it sends WM_CTLCOLORSTATIC instead, so you need to be aware of which you are going to use or both. To change the background colour you return the handle to a brush, which windows will use to paint the background of the control.

How do I change the background color, text colors, etc. on the product generated pages?

eXtropia | WebStore Setup FAQ Donated by CC Edwards Co
First of all we instructed you to use a word processor. Some non-cgi compliant editors strip a couple lines of code from the outlet_frontpage_db.html file. You need to replace it. If you need to use an HTML editor use one that is CGI/Perl compliant, such as coffeecup. lt;INPUT TYPE = "hidden" NAME = "page" VALUE = "outlet_frontpage_db.

How do I change the background color/image on my Start page screen or within my message posts?

Delphi Forums FAQ: Message Board Management
You can't add a graphical background to the Forum Start Page, because that requires access to the <BODY> tag of the document (which you don't have). You can, however, place your entire start page content inside a table, and specify the table background image or color inside of the <TABLE> tag. If you subscribe to a membership plan that includes HTML posting, You can also do the same for any message you post. If you host a Premium Forum, you have several Color Themes to choose from.

I don't like the background and text colors in GMud. How can I change them?

Anxiety Neighborhood - Anxiety and Panic Disorders Support C...
Click on OPTIONS and then COLORS and/or FONTS to set the colors as you like. A very attractive setting is a black background with a light grey font. With this setting the colors in the ASCII art really stand out. Your best bet, after reading the help file that comes with GMud, is to either ask another resident in AN or post your question on the News system.

Can I put text over an image or add text to an image?

Frequently Asked Questions
Yes, you can use text with a light color in the dark areas of the image, or dark text in the light colors of the image.

How do I change the background color of my document?

Frequently Asked Technical Questions - Forms Design and Prin...
You can change the background color of the document on the Workbench to simulate the paper color it will print on by clicking on the View menu and selecting Paper Color. Select the color you want the background to be and click OK. Note that this only changes the background color on the screen, not when you actually print.

Where can I change the color of the background in AMDTreat?

Untitled Document
Background colors can be changed under the Tools menu by selecting the background color option. (Tools->Background Color). Just select the new color you would like to use for your background. In version 4 the user can also change the colors of elements on the module screens and place a picture in the background of the main screen.

How to change the background color with one click?

ICM User's Guide: FAQ Graphics and Display
To change the background color with one mouse click, go to the Display toolbar and right click on the color you like. Warning: the left click on the same palette will color all the object, but will preserve the background color. The ICM command for changing the background is color background red # or any other color

How do I change the color of my background on the Shoutbox?

Quagthistle's Guide to Subeta: FAQs
The easiest way is to buy a Gold Account for $5 US or look on the Advertising Forum for someone selling "GAs" or "Gold Accounts" for sP. Having a Gold Account changes your chat background to gold, among many other benefits. The other way to change your background color is to become a Subeta staff member, but this will require a lot of time, devotion, and talent. Artists have a blue background, User Admins (or UAs) have pink, Assistant Admins have red, and Admins have grey.

How do I change the background color?

WorkMan - FAQ
The -background option, you've probably noticed, doesn't work as expected on XView programs. What you need to do is set the OpenWindows.windowColor X resource to the color you want. You can do that without touching other XView applications by doing it on WorkMan's command line using the -xrm option, e.g. workman -xrm "OpenWindows.windowColor: skyblue"

Can I change the line's background color?

Exontrol Software - ExEdit FAQ page
Yes. The BackColorLine property specifies the line's background color. The following sample shows how to assign an icon and a background color to the caret line: Private Sub Command1_Click() Dim l As Long l = Edit1.CaretLine Edit1.BookmarkImageLine(l) = 1 Edit1.BackColorLine(l) = vbYellow End Sub The following sample removes the assigned icon and the line's background: Private Sub Command2_Click() Dim l As Long l = Edit1.CaretLine Edit1.BookmarkImageLine(l) = 0 Edit1.

Can we change the background color of the page?

Website Design San Francisco, The Award Winning - Liquid Com...
In most cases yes. That is if you requested it before the construction of the beta site. Changing the background color of the page is done by putting in a 6 digit code for the color you want. Just go to the dynamic web tool, and type in the color you want in the box called "pageBG". For example, the color black would require you to type in "#000000".

Where can I find the command to change the background color?

FAQ: First steps with SuperMemo
To change the color of the element background use Color on the element menu. To change the color of the SuperMemo background use Window : Layout : Background color on the main menu (for this to work, Window : Background must be checked)

Can I change the TreeMenu background image?

Openworld Presenter Frequently Asked Questions
Yes, you can. Please look at OCB.INI file (described above). You'll find the next section: [Skins] MenuSkin= SlidesSkin= You can assign any file in JPEG format to work as skin. Please note that this image will be multiplicated across the window area. Therefore it is a good idea to use images with "soft" edges.

How do I change the desk background image?

Bardon Data Systems: WinU FAQ
WinU is set up so that you don't need a degree in graphic design to set up a useful, effective, and visually pleasing screen. The default settings and basic options will provide very respectable results, even for non-artists. To set the background image, choose Desk Setup from the Setup menu and enter your Setup password.

How do I change the background image on my site?

Frequently Asked Questions - Developed by Expinion.net
Keep in mind, the "Background image", is the background BEHIND your site. The "Page Background Image" is the background image used inside the border of your site behind the text of your site. These images are meant to be textures or something kind of neutral that would have been uploaded to "Images other than artwork.

How do I add my logo, set the background color, and change fonts?

HTML Indexer FAQ
HTML Indexer gives you control over many matters of index style: whether to create nested or run-in entries, how to handle letter groups that have no entries, whether to use text or graphics for navigation aids, whether to divide the HTML index into multiple columns, how to handle long lines, and more. You can also:

How to change the text color of a linkbutton control?

Megasolutions.net :: Asp.Net Frequently Asked Questions - FA...
lt;asp:LinkButton forecolor ="green" id="LinkButton1" runat="server">LinkButton</asp:LinkButton>
More Questions >>

© Copyright 2007-2012 QueryCAT
About • Webmasters • Contact