Tag Archives | Design

Favicon

Great tool for making fav icons here. Here's the code you need for the header.php file: PLAIN TEXT CODE: <link rel="icon" href="/favicon.ico" /> <link rel="shortcut icon" href="/favicon.ico" />

Read full story Comments { 1 }

Layouts :: Fluid or Fixed?

I get this question quite a bit, "How come there are two-inch empty borders on the sides of my website? Can't we make it go the full width of the browser window?" This is the discussion of Fluid (Liquid) or Fixed (Fixed Width) Layouts. Briefly, fluid layouts shrink and grow to fit the browser window. [...]

Read full story Comments are closed

Color by Numbers

Website colors use a six number/letter combination to designate colors. Go to one of these sites: Color Schemer Lynda and then click on Hue and a page will come up full of colors. I need the six number/letter name of the color you want e.g. FF0033.

Read full story Comments { 3 }

Font Choices

For text on a website, the fonts are limited to what the "rest of the world" has on their computers. For the most part, they are broken down into these font families, I'll put each name into its own font family: Arial, Helvetica, sans-serif Times New Roman, Times, serif Courier New, Courier, mono Georgia, 'Times [...]

Read full story Comments are closed