Forum Moderators: not2easy

Message Too Old, No Replies

New to CSS -- Help!

Stuck with v/h align?

         

Niskalyan

8:34 am on Jul 24, 2003 (gmt 0)



First let me apoligise for wasting your time. I am new to CSS and a new web designer. I have just done 2 sites . I am now working on a new project.Pls check if my code is correct. I am doing this work for another web designing company.

MY Work

<style type="text/css">
<!--
.body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}
-->
</style>

<style type="text/css">
<!--
body {
background-attachment: scroll;
background-image: url(bg.gif);
background-repeat: no-repeat;
background-position: left top;
}
.button {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}
td.buttonbg{background-image: url(button.gif);}

}
-->
</style>

=============================================

My Requirement

Template style

Section for logo defined by a table named "logo" 100 pixels high. H-aligned
to match design which should have a solid color section to the left or right
of 100 X 500 , and V-aligned middle.

Navigation

Navigation bar should be located in a table under the logo, called "nav"
This may be a row along the top, under the logo, OR down the left hand side
of the page, aligned top.
Cells will be 100x20 pixels spacers will be used, and button images will be
defined using the internal style sheet.

Navigation will be left aligned under the logo regardless of top or side
navigation.

There will be 5 links per page.

Buttons

Buttons may be used within the navigation bar, these should be sized 100
width x 20 pixels height and defined by the internal style sheet, as in the
sample.

Where text is used as navigation a transparent button should be used instead
Buttons will be called "button.gif"

Buttons will not use rollover actions or any other form of display. Buttons
will be left without text.

Text

A text area is to be defined using a table called ³text²

Copyright

1 copyright tables is to be placed under a text area called

Text within these tables should be centred

Text Display

Text display for links and body text should use the internal style sheet,
links will not be underlined however, text styles may vary in size and color
and font.

==========================================

Pls help

Nick_W

8:41 am on Jul 24, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



>>First let me apoligise for wasting your time.

No, sorry you're just going to be allowed to apologise for posting here ;) --- Wecome to WebmasterWorld!

However, you might want to break your posts down into bite size chunks on specific issues for discussion (the old teach a man to fish thing ;))

Nick