[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Qamoose face lift



> What is CSS?

Stands for Cascading Style Sheets.  It is a way of organizing your website's
style (font, colors, etc.), so that you work only with one file, usually a
.css file.

If you look at the source of the Arabeyes webpage, you will find:

<link rel="stylesheet" href="CSS/main.css" charset="utf-8"
type="text/css"></link>

Which means the style sheet is located at:
http://www.arabeyes.org/CSS/main.css

But that's just one compatability element.  The other thing you have to look
at is the various top-level <table> and <td> headers (in the same source I
mentioned) and try to replicate it in your page, so that the page's column
organization looks similiar.  For instance, you'll notice that the Arabeyes
page has a border around it, done probably by way of <table>-ing the whole
page.

I hope that helps.

Regards,
Mansoor