b3ta.com board
You are not logged in. Login or Signup
Home » Messageboard » Message 4836171 (Thread)

# if you keep it really simple
and use tables if you have to (shut up Syncubus.. some people still use tables! :p), CSS is OK

just stick to stuff like
<p class='bigtext'>here is big text</p>

then define this in your stylesheet file like
.bigtext {
font-size: 9000px;
}
it keeps it easy to maintain, without going crazy with complexity
(, Sat 2 Jul 2005, 10:21, archived)
# yeah, I started doing it with tables
then I figured, might as well be modern, and
started poking around with CSS, then I did it
in Flash, which I already know(sort of).
(, Sat 2 Jul 2005, 10:24, archived)
# aye just know your market (are the people likely to have flash 6, etc.)
and remember you`ll have to update this stuff later, so keep it simple :)

I don`t like their approach up there as you go to a new page every time you click a link, instead of it just loading in the bits it needs
(, Sat 2 Jul 2005, 10:26, archived)
# thats what I've got done so far
it loads and unloads clips on each sub-page,
but the menus are seperate pages, and that's
what I felt was rather sloppy.
(, Sat 2 Jul 2005, 10:33, archived)