Trying to open a new page when a user clicks your link but having no luck? There are a few ways this may be done. If you want to do this with script code you can do it one of two ways. Note that these ways will not work if the person visiting your site does not have scripting Read more…
Web Sites made Easy
HTML Codes and Tutorials the Easy Way
Opening a New Window with Hyperlinks
Creating a box with a Div
Do you want a highlight box, but don’t want to have to go through the trouble of tables? Using divs to create a highlight box is much faster and easier then using tables. Once you have created your box you can use the float style to position your box where ever you want it. An example of creating a box with divs Read more…
Inline Tags
Below is a table with inline styles that can be used throughout your website. Each style has the example to the right of the tag. Read more…
Paragraphs
Do you want your paragraphs to stick right under each other? Want your paragraphs to have more spaces between them? Do you want to break a paragraph at a certain point in your webpage but do not know how? Well you’re in luck! To play with the spacing of paragraphs you just need to change the margin and paddings in your css or inline style. However, to make a paragraph Read more…
Div Tags
Div tags can be nice tools to help move any content on a webpage. Can’t seem to get that image right where you want it? Use a div! Tired of using a table styled web page? Construct it with divs. Div tags encompass only what is inside the tag. You can’t ID a div with a number first. Read more…

