How to Edit a Dynamic HTML ActiveX
ActiveX controls are added to HTML files using the "<object>" tag. This tag contains the location of the ActiveX control file and any parameters for dynamic content. You can edit the dynamic...
View ArticleHow to Create a Mailing List in Dreamweaver
Dreamweaver is an advanced web-authoring program featuring a number of built-in functions that enable programmers to easily create special applications for use on their websites. For example, you can...
View ArticleHow to Change the Size of an HTML Photo
When building a website, you may find that you want to change the size of a photograph in your HTML code. Photos are added, in HTML, using the IMG tag. The HyperText Markup Language (HTML) is the...
View ArticleHow to Embed MIDI Songs
During the Internet's infancy, MIDI music filled cyberspace with low-quality, synthetic sounds. A MIDI file, consisting of text, contains instructions. Computers translate these instructions into...
View ArticleHow to Make Photos Black & White With an HTML Code
HTML is the programming language used to create web pages on the Internet. HTML is simplified XML code that tells the browser whether content is grouped together in a box or table or if the content is...
View ArticleHow to Embed Into a Web Page
Using a single line of code, you can create an impressive web page that contains other web pages. Web developers have used a simple technique for years to create composite web pages. For example, if...
View ArticleHow to Convert Web Pages to Plain Text
Web pages are written in a markup language such as HTML. When all you need is the text content of a page, convert it into a text file. You do not need to use an HTML-to-text converter, although such...
View ArticleHow to Remove an Error on a Page
When cruising the Internet, Windows Internet Explorer may give an error at the bottom left of the screen that states: "Done but with errors on the page." This is an indication that the HTML on the...
View ArticleHow to Build Website Flames
Creating a website requires dealing with many details great and small, from choosing a name and a host provider to assembling the parts in a Web editing application. One of the most important aspects...
View ArticleHow to Add a Scroll Area
To have an area in which users can scroll on your HTML page, make sure the back end of your Web page includes a source code that can accommodate a scroll area. Creating a scroll area in a HTML document...
View ArticleHow to Cross Out Text in HTML Code
" tag is one way of crossing out text.">As with many effects you can achieve with HTML, there are several ways of approaching the effect of crossed out text. Use this effect sparingly, as it can be...
View ArticleHow to Make an IFrame
An iframe is an HTML frame that you embed on an already existing Web page. The main reason why you would want to make an iframe is if you want to embed content from another Web page on your current...
View ArticleHow to Embed Driving Directions in a Web Page
Google has free tools you can use to enhance your website. One of them, the Google Driving Directions widget, gives your site visitors the ability to view driving directions between two locations....
View ArticleHow to Display an XLS File in a Webpage
Your web browser prompts you to save an Excel file when you click a link in a web browser. This is a folder option you can change on your Windows computer. Instead of prompting you to save the file,...
View ArticleHow to Add an Address to Web Pages for Best SEO Value
Search engine optimization (SEO) is a type of web page setup that allows search engines understand your web programming. Proper SEO helps search engines place your website in higher rankings in the...
View ArticleHow to Center Video in KompoZer
If you use the KompoZer HTML editing program to develop Web pages and want to make a video or other element appear centered on the screen, you might search in vain for a button equivalent to "Center...
View ArticleCSS Code for Text Size
CSS styles enable you to modify the display of your HTML data -- for example, the color, position and size. Perhaps you have a specific line of text or a heading for which you want to change the size....
View ArticleHow to Hide an Image With a Negative Margin
CSS (Cascading Style Sheets) offer a variety of tricks to manipulate and style text and images on your website, but you may not know that you can hide images without using the "display" or "visibility"...
View ArticleHow to Move a Div Without Changing It
You can move elements within an HTML page by altering the markup within the page file. Web pages use HTML markup to define elements, with elements holding content for display within the user's browser....
View ArticleWhat Are the Attributes in the Body in HTML?
Elements in HTML, the programming language in which the Web is primarily written, are defined by "tags," which tell interpreting browsers what exactly the material between them is and what it's used...
View Article