Text Editor + Photoshop

fiveub's Slave
Associate
Joined
1 Sep 2007
Posts
1,461
Location
OcUK HQ
Okay, so i want to create a website using html + photoshop. I was told to make tables with html and add the banner/buttons into each cell. Ive been told not to do this from people here?

So how do i arrange my pictures?

Thanks, Ben.
 

your talking to the guy like he should obviously know what a div is and that he should use it, why is that?

lolage: the latest way of laying out websites is to use a stylesheet which defines the layout of a web page, this is called css.

why are you making this website? if its jsut simply need a website for something once and will never go back to making websites?if so i'd reccomened the software dreamweaver as thats what it is designed for, though it is not exactly great at making the website, it requires very little time to learn and provides okish results.

if however this is a real interest into making websites your best bet is to head over the www.w3schools.com and read a load of tutorials there about css. longer approach but far more worth it.
 
Last edited:
your talking to the guy like he should obviously know what a div is and that he should use it, why is that?

You're talking to me like I know what a div is now, why is that? :o

And, it's not like I'm the only one around here that has ever made an assumption, similar to that.
 
I just want a very simple website, its for my ict coursework. I could probably just use tables but as i progress i will start CSS?

Are tables that bad?
 
they're a lot of unnecessary work, and they're not semantically correct, as a table is for displaying tabular data (oddly enough :p), not layouts.

CSS will be easier to set up and modify, although it takes a little learning, it's more than worth it
 
Back
Top Bottom