PDA

View Full Version : Template


Grantmitch1
07-22-2008, 11:53 PM
Okay, well until I can figure out my navigation problems on one site, I have moved on to my next one.

I have managed to make the structure I want, but I dont want to use tables. Tables = bad...

So I was wondering if anyone can create this image in css for me, I would prefer instructions on how to do it myself of course

http://www.exigence.meermajik.co.uk/images/template_.bmp

I will be grateful to any help :thumbsup:

rafiki
07-23-2008, 12:06 AM
www.tizag.com/cssT/
They will teach you.

Grantmitch1
07-23-2008, 12:06 AM
Excellent.

Thank you

Grantmitch1
07-23-2008, 12:29 AM
Okay, I just read through that tutorial.

It could just be me, being sleepy, but it didnt solve my problem... 0_o

rafiki
07-23-2008, 12:38 AM
<div class="header"></div><div class=""top_left"></div><div class="bottom_left"></div>
<div class="right"></div>
<div class="footer"></div>

^_^_^_^_^_^ == HTML;
CSS ==

.header {
height: HEIGHTHEREpx;
Width:WIDTHHEREpx;
background-image:url(URLHERE.jpg);
etc....
}




If you actually try reading it properly and learning it, it isn't that hard.

Grantmitch1
07-23-2008, 12:47 AM
You misunderstood me.

I dont want that as my background... I want that as the structure. Like if I were using tables

Like this: http://www.highwoodsgolfclub.co.uk/

without it being tables

rafiki
07-23-2008, 01:04 AM
Okay then you either remove the WHOLE background statement or set your background color for that div.

jerry62704
07-23-2008, 03:45 PM
Tables are not bad. The use of them for positioning is bad. Tables for tabular data are good.