pensnest: bright-eyed baby me (Wash my hands of this weirdness)
[personal profile] pensnest
I know exactly how I want my website to look. Plus, it's pretty damn simple.

So why can I not begin to fathom how to do the bloody thing?

*weeps*

Date: 2008-01-04 11:47 pm (UTC)
From: [identity profile] truekat.livejournal.com
Awwwwwww!! *hugs you* I have the utmost confidence that you will conquer this! I've seen your work, it will happen! :D

Date: 2008-01-05 10:19 am (UTC)
randomling: A wombat. (Default)
From: [personal profile] randomling
What are you trying to do? I know a little HTML, can I help at all?

Date: 2008-01-05 01:59 pm (UTC)
randomling: The Tenth Doctor (of Doctor Who) with one eyebrow raised, in black and white. The words "g33k pride" are displayed. (geek)
From: [personal profile] randomling
Hmmm. When I've written web sites in the past, it's always been in my text editor - at least that way I know exactly what I'm doing!

I get all my HTML knowledge from http://www.htmlgoodies.com/ which I've always found really useful when trying to code anything - their primers are very clear indeed.

If you like, with the aid of my trusty web site (!) I could have a look and see if I can make it do what you want?

Date: 2008-01-05 02:17 pm (UTC)
ext_312: Desolation Row!Gerard (nick in glasses)
From: [identity profile] turloughishere.livejournal.com
Wheeee!! Someone else who does their web site creation in the text editor! I thought I was the only dinousar left :-)

To Pen: I remember it took me some time to change into "thinking" in CSS but when I finally got it it turned out to be much more simple than I had feared so I'm certain you'll get it too. Don't despair!

Date: 2008-01-05 05:45 pm (UTC)
randomling: The Tenth Doctor (of Doctor Who) with one eyebrow raised, in black and white. The words "g33k pride" are displayed. (geek)
From: [personal profile] randomling
Okay. Hmmm. So what you want is to set up a style sheet that will make all your pages look the same - same layout, same fonts, same background, etc?

That shouldn't be too hard to do - in fact it looks like you're already doing it!

I just had a look at the source for your main Fanfic index, and there's already CSS in there. If you want to make that standard across the whole site, you just need to put that CSS into a separate file, and make sure there's a working link to that file on every page, instead of putting the CSS in every page.

(I have no idea if that makes sense to anyone but me.)

Date: 2008-01-05 06:23 pm (UTC)
ext_13511: (misc_Lone_rangers)
From: [identity profile] milosflaca.livejournal.com
sorry to butt in. but you can do that easily with dreamweaver by setting a default layout for all the pages.
Then you just have to copy paste the info and that's it! (that or save the file with different names)

Also you can add CSS style sheets to the HTML or to the layout you just created!

Dreamweaver is a very friendly program to all those who are not that good with codes, because it allows you to work with design (which is easier).

when I started programming web pages I knew zilch about codes, but I learned as I created mine, since you can see both design and codes while you work on the page.
you'll find out that HTML is a piece of cake and that you can do lots of things.
CSS I'm afraid is a bit complex, but it's not that hard to grasp how things work once you know HTML.

I don't think you'll need a CSS for a web site that mainly contains text (not necessarily), but if you want to do that, you can also set that with dream weaver.
You can create a style sheet from scratch (because after all you just need the basics of it, like "font size" "color" etc) or you can set the properties inside the dreamweaver. It's very easy.
the problem with all those programs is that they force the CSS in the web page but if the user wants to change anything, they can't, because they didn't know there was a CSS to begin with included in the code.

As randombling pointed out, your page has CSS.
Did you enable that or did the program set those properties as default?

Date: 2008-01-05 10:44 pm (UTC)
ext_13511: (friends_anyway)
From: [identity profile] milosflaca.livejournal.com
you can add CSS with the DW. it's very simple, so don't worry. I'll guide you through. Besides it should be simple since your page has fics, so I assume you'll like to set a default size and color on the text etc, right?

Date: 2008-01-05 06:41 pm (UTC)
randomling: A wombat. (dude)
From: [personal profile] randomling
Ohh, I see - so you're trying to change the CSS and not having much luck? I don't know how the master-and-slave stuff works in Dreamweaver or Freeway, I'm afraid. But what it looks like is this: Your CSS is at the top of every page, rather than being in a master file anywhere. So to make it work, you'd need to change it on every page.

To change the master and have the slaves change accordingly, you'll need to create an external CSS "style sheet" and have a link to it on each page. Then, when you change the style sheet, all your pages will change too.

Date: 2008-01-05 10:50 pm (UTC)
randomling: The Tenth Doctor (of Doctor Who) with one eyebrow raised, in black and white. The words "g33k pride" are displayed. (geek)
From: [personal profile] randomling
Yeah, that makes perfect sense from what I've seen.

It sounds like your master page isn't a proper master - instead, every time you add a new page, the CSS from the master gets added to it. That means you can't edit the CSS on your pages by editing the master. All that will do is add different code to any new pages you make.

Which sounds like a weird way of doing it to me, but hey.

I can email you a copy of your existing styles as a .css file if you want? Plus a copy of the code you need to use to get each page to use it?

Just an idea...

Date: 2008-01-05 06:30 pm (UTC)
ext_13511: (Howie_confusion)
From: [identity profile] milosflaca.livejournal.com
wouldn't it be easier to save the CSS as external sheet?
That way she'll only have to add that little tag in the head of the HTML. Because if the CSS was added by the default program, i don't think it will work with the rest of the HTMLs. It has to be an external sheet (or so I think...)

Maybe. uhm, it's just and idea. :)

Re: Just an idea...

Date: 2008-01-05 06:38 pm (UTC)
randomling: Claude Rains (Heroes) in black and white. "you can't see me i'm invisible" (invisible)
From: [personal profile] randomling
That's sort of what I meant? It's much easier to have a single style sheet, and then link to it in the head, rather than copy-paste all your CSS into the head of every page!

If there's CSS in the page, it'll work for that page, and can be moved anywhere else - but much better to keep it all in one place and use the link.

Which I think means we're talking about the same thing?

Re: Just an idea...

Date: 2008-01-05 07:01 pm (UTC)
ext_13511: (friends_jen_really)
From: [identity profile] milosflaca.livejournal.com
ahhh.
It's like one mind then ;)

Date: 2008-01-05 06:04 pm (UTC)
ext_13511: (misc_Lone_rangers)
From: [identity profile] milosflaca.livejournal.com
I know how to use dreamweaver and HTML and stuff (100%). I'm a bit shaky in CSS but I have used some in my websites, as well as JAVA.
I know how to create websites that look good, with a simple code (I mean, I can teach you and from there you can start experimenting with codes etc, it's quite easy).
If you have any doubts you can ask me. I know my way around the program :)
Also I know a little bit of flash and how to include flash movies inside an HTML.
It's very easy once you know where to click.

The first thing you need to do, is to create the layout in photoshop and think "oh, well, I want this to do that and this to change if a roll over the mouse here" and stuff.
Then we start programming. It's easier to find a way to create a webpage once the layout is done (that way you know how many images you'll need for the final design, etc).

As I said, if you need any help, just send me an email, or leave a comment in the journal *hugs*
I also have AIM and I'm on line most of the time (my user name is on my profile page)
Edited Date: 2008-01-05 06:08 pm (UTC)

Date: 2008-01-05 10:38 pm (UTC)
ext_13511: (misc_Lone_rangers)
From: [identity profile] milosflaca.livejournal.com
well, there are two ways to do that. Personally I don't like to use the "create template" setting (dream weaver) because the program forces the web page to behave accordingly to default setting. So it's best to create one html and save that one as your layout.

So first you need to create that.

If you want to create the Css to force every of your pages to use that settings, we need to do something else. But first you need to create the master layout (so to speak), so that you know in advance the size of the fonts, the colors etc, that all the other pages will have. (that way we can create the Css stylesheet and attach it to the layout through the dream weaver).

Also it'd be wise if you had the banner ready. All images you want to include should be ready before we start programming :)

ah yes, which version of Dreamweaver do you have? (that way I can build a tutorial for you so that you can know where to find the CSS tab, you'll find that adding Css through dream weaver is remarkably easy).

One tip: save your pages as

mywebpage.html

always write ".html" at the end. If you don't DW saves the pages as ".htm" and some browsers have a bit of trouble reading that extension.


a thing you should know about dream weaver (in case you are new to the program) is that sometimes the default settings get in the way, so you need to have the code window opened, so you know what the code looks like in case the DW does something weird to the design (plus that way you can know how things look like in simple code tags).
For example: I was changing the color and the size of my header fonts and for some reason even though I kept clicking the "bold" tool in the text editor, the font looked just the same, plain and boring.
after an hour or so, I looked into the code and for some weird reason my cursor was placed after the html tag. Obviously I could not change the properties of my text because I was not selecting "the" text. you will see that this problem happens quite often when you use tables and the layout setting. Even though DW has been programmed for people who are not acquainted with html tags, you will find yourself editing right from the code. But don't worry, it's very easy once you get the hang of it.

DW has weird bugs, believe me. but if you know how to dodge them, the program works just beautifully!

Once you've done the layout, try it out with your web browser so that you can check on how things really look on line. (there's no need to upload the web page, just open the html from your web browser).

June 2025

S M T W T F S
1234567
8910 11121314
15161718192021
22232425262728
2930     

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Jun. 24th, 2025 06:44 pm
Powered by Dreamwidth Studios
OSZAR »