Website HTML help please

Zen2

LOMCN Veteran
Veteran
Jul 26, 2007
1,818
18
125
Hey just wondered if anyone here has much expereince with html and websites, currently making a site for the disability community, however im in need of making the background color selectable, also i need a font selector displayed on the site, having researched it and found very little i thought id see what lomcn has to say.

If you can help, Perfect x
 

Far

tinmymouthpl0x
Staff member
Administrator
May 19, 2003
20,683
34
3,288
520
you could easily use javascript to change font sizes, background colours. not sure how you go about doing it using just html/css though
 

Hany

Golden Oldie
Golden Oldie
Feb 28, 2005
918
120
180
What do you mean? it should be pretty easy to use CSS with dreamweaver, go get dreamweaver if u dont have it already.

You'll probably do the whole site with 0 coding knowledge on dreamweaver.
 

Far

tinmymouthpl0x
Staff member
Administrator
May 19, 2003
20,683
34
3,288
520
making a site is easy (personally id just use a text file, i find dreamweaver horrible) but hes asking how you make interchangable background colour and font sizes through html code (not just setting it). the only way i know of is by javascript.
 

Hany

Golden Oldie
Golden Oldie
Feb 28, 2005
918
120
180
Oh i missunderstood the topic question my bad, but Farphit dreamweaver is not horrible come on its so easy lol -_-
 

Koriban

Addict
Legendary
Loyal Member
Aug 18, 2006
5,842
215
260
Brighton
Oh i missunderstood the topic question my bad, but Farphit dreamweaver is not horrible come on its so easy lol -_-

^

So True.

Easiest software to use. Simply split the code and the preview windows and it's as if you're typing it in a notepad, whilst viewing exactly what you're doing.
 

Far

tinmymouthpl0x
Staff member
Administrator
May 19, 2003
20,683
34
3,288
520
i've not used it in years, but when i last used it it would never render the page 100% accurate, there was always something messed up. so i just use notepad and flick back and forth to the browser :)
 

Zen2

LOMCN Veteran
Veteran
Jul 26, 2007
1,818
18
125
Thanks for the replys, i have now infact installed dream weaver which im trying to learn the layout of the progam, seems a little confusing at start, still not managed to find anything in dreamweaver relating to a on site button where you can select your own desired font and background color. any advice on this would be helpfull currently looking for java scripts to try impliment.
 
Last edited:

Far

tinmymouthpl0x
Staff member
Administrator
May 19, 2003
20,683
34
3,288
520
dreamweaver won't make things for you, its simply an interface for writing code (like a text file)

celsius provided the link you need to implement javascript in to your website.
 

Zen2

LOMCN Veteran
Veteran
Jul 26, 2007
1,818
18
125
I did check his link however i need font selection not font size.