Topic: New site version test (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Out on the Sea of Madness... |
posted 08-30-2004 07:03
I've been working on a new version of my site using just css and trying to get rid of all the tables I have floating around. I think I've got something simple and workable that I like. Please take a look and C&C please. Right now it's pretty basic, but I'm stil learning the basics. I'm rather proud of the fact that I did the editting and updating in wordpad, and not through Dreamweaver at all. |
Paranoid (IV) Inmate From: Brisbane, Australia |
posted 08-30-2004 07:35
Wordpad? code: <div id="columnl">
code: <ul id="nav">
code: #nav {
|
Bipolar (III) Inmate From: Out on the Sea of Madness... |
posted 08-30-2004 16:12
Thanks for the tips, Cameron. |
Paranoid (IV) Inmate From: Behind the Wheel |
posted 08-30-2004 18:50 |
Bipolar (III) Inmate From: Out on the Sea of Madness... |
posted 08-30-2004 19:35
Hadn't thought about using DW for handwriting my code, even though I do tend to do that as well sometimes in the past. I think I had stepped away from using DW as a way of separating myself from the self-coding aspect of the program. I've been letting DW do it all for me for a while now, and when I was redoing the blogit page, I saw just how messed up the program-generated code was. I hadn't paid any attention because it worked for me, so why worry? I'm learning better now. Learning slowly, but at least I'm trying. |
Bipolar (III) Inmate From: Out on the Sea of Madness... |
posted 09-01-2004 05:34
Ok, I went back and redid what I had, and I think I've fixed the problems I was having, and hopefully managed to clean up my html and css a bit more. |
Bipolar (III) Inmate From: The Belly of a Fire Breathing Dragon |
posted 09-06-2004 03:20
Try nPad (search on www.snapfiles.com) lots of cool features, very very lite on size, supports everything web/java/text/vb/c-c++ and pascal I always use. |
Bipolar (III) Inmate From: Out on the Sea of Madness... |
posted 09-06-2004 23:33
What do you mean "there's no flow"? That doesn't make any sense to me. |
Bipolar (III) Inmate From: The Belly of a Fire Breathing Dragon |
posted 09-07-2004 14:45
Mabye I didn't make myself clear there. By 'flow' I mean fluidity. You expand the browser or contract it and the size stays the same. That just seems like the site is just sitting and doesn't care about the browser. If there's was some 'flow' it would look much more neat and clean, you see you've got all this space on the side empty and that's nice but if the window became smaller that space would vanish thus making the site look a bit ugly. If you want to fix it thats very easy just replace where you've written: code: #header {
|