Become a part of the TranceAddict community!Frequently Asked Questions - Please read this if you haven'tSearch the forums
TranceAddict Forums > Main Forums > Chill Out Room > confused
Pages (6): « 1 2 [3] 4 5 6 »   Last Thread   Next Thread
Share
Author
Thread    Post A Reply
electric_soul
tranceaddict



Registered: Sep 2003
Location: Buenos Aires, Argentina

quote:
Originally posted by arleetec
Set the text to wahtever size you want it to be, I don't think the viewers of your webpage can change that.


Even IExplorer which is the less customizable browser ever can change font size...


___________________
20031115 Creamfields @ Buenos Aires !!

/me is crazy enough to study japanese (and proud of it)
Blog (spanish): here

Old Post Oct-24-2003 16:05  Argentina
Click Here to See the Profile for electric_soul Click here to Send electric_soul a Private Message Add electric_soul to your buddy list Report this Post Reply w/Quote Edit/Delete Message
DigiNut
You kids get off my lawn!



Registered: Dec 2002
Location: Toronto, Self-proclaimed Centre of the Universe

quote:
Originally posted by electric_soul
Even IExplorer which is the less customizable browser ever can change font size...

The browser-variable font size only refers to that using the HTML SIZE tag. If the size is specified as 12px or 12pt in CSS, for example, changing the browser's font size will actually not change the way it displays (this is why we in the industry love CSS, it's a way of standardizing the display for people who have annoying browser settings. )


___________________
My party schedule:
2009-02-21 - DJ Attention @ I'm So Popular
2009-06-18 - DJ Annoying @ People Need To Know Where I'll Be
2012-11-32 - DJ Insufferable ɸ Or At Least the Stalkers I Complain About
2048-06-66 - Spastic & Whocares Although I'm Actually Flattered
9999-45-81 - Tweaker Gimp I Probably Won't Even Go To This But I Have To Make Sure I Fill Up All The Available Space Here

Old Post Oct-24-2003 16:15  Canada
Click Here to See the Profile for DigiNut Click here to Send DigiNut a Private Message Add DigiNut to your buddy list Report this Post Reply w/Quote Edit/Delete Message
electric_soul
tranceaddict



Registered: Sep 2003
Location: Buenos Aires, Argentina

hmm yes, I wasn't referring to that but to user stylesheets.

from MSDN:
quote:
User-Defined Style Sheets

Through the Options dialog box of the browser, users can specify a style sheet that they want to have applied to all pages that they view. This style sheet will be applied to the document first, meaning the author has the final say of how a CSS attribute is defined. Style sheets defined in the document override the user-defined style sheet. The user-defined style sheet is simply a "preference" that will affect the page if the author has not defined a rule for that CSS attribute. User-defined style sheets specified by the user in the Options box dialog of the browser are not listed in the styleSheets collection.


Document style sheets override user stylesheets, which is not the case in other browsers, you can do whatever you want.

Haven't used IE in a while. bad absumption


___________________
20031115 Creamfields @ Buenos Aires !!

/me is crazy enough to study japanese (and proud of it)
Blog (spanish): here

Old Post Oct-24-2003 16:41  Argentina
Click Here to See the Profile for electric_soul Click here to Send electric_soul a Private Message Add electric_soul to your buddy list Report this Post Reply w/Quote Edit/Delete Message
VIO
Senior tranceaddict



Registered: Oct 2003
Location: Takamine Entertainment

hey, while we're on the subject of web design will you guys take a look at my site and let me know what you think. i just redesigned it fromt he ground up and i'm still working on the littel details of it. i would greatly appreciate and suggestion you guys have about any aspect of it. cheers.

www.v-i-o.com


___________________
www.takamine-entertainment.com

Old Post Oct-24-2003 16:48  United States
Click Here to See the Profile for VIO Click here to Send VIO a Private Message Visit VIO's homepage! Add VIO to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Turbonium
Supreme tranceaddict



Registered: Jan 2003
Location: Toronto

about the .css, my css file apparently isn't working or something. In the Dreamweaver MX WYSIWYG window pane thing, my page shows up the way its supposed to in regards to font color and style, but not size (still affected by .css file changes, just not the same size as in the preview... F12). F12 (preview in browser) yields Times New Roman font instead of the Verdana, and the font size is smaller than in MX's preview pane.

Sample of my .css file:

.h {
background-color: black;
font: Verdana;
color: white;
font-size: 75%;
}

What am I doing wrong?

Old Post Oct-24-2003 22:08  Canada
Click Here to See the Profile for Turbonium Click here to Send Turbonium a Private Message Add Turbonium to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Turbonium
Supreme tranceaddict



Registered: Jan 2003
Location: Toronto

quote:
Originally posted by VIO
hey, while we're on the subject of web design will you guys take a look at my site and let me know what you think. i just redesigned it fromt he ground up and i'm still working on the littel details of it. i would greatly appreciate and suggestion you guys have about any aspect of it. cheers.

www.v-i-o.com


It's well done so far I guess, but not my style. As long as it suits you and what you're promoting though...

Old Post Oct-24-2003 22:11  Canada
Click Here to See the Profile for Turbonium Click here to Send Turbonium a Private Message Add Turbonium to your buddy list Report this Post Reply w/Quote Edit/Delete Message
nrjizer
vive le deep



Registered: Jan 2001
Location: Bumfuck, GA
creates and ends a new vertical row.

creates and ends a new horazontal row.

Start playing around with them. I suggest downloading CuteHTML (google it). Its a simple HTML editor with lists of all the commands, which can help you both write faster and learn of the options availabe. I strongly reccomend you write it by hand instead of using a lame visual editor, as you can fine tune it to a much greater degree, plus you'll be learning a lot.


___________________
NEW MIX [Feb/March 2008]

I taught myself html from looking the source of basic webpages. For me, everything I build is based around tables, layers upon layers of them.

creates a new table. It is possible to create tables within tables. You'll need to do this for your content area.

Old Post Oct-24-2003 23:43  United States
Click Here to See the Profile for nrjizer Click here to Send nrjizer a Private Message Add nrjizer to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Turbonium
Supreme tranceaddict



Registered: Jan 2003
Location: Toronto

quote:
Originally posted by Turbonium
about the .css, my css file apparently isn't working or something. In the Dreamweaver MX WYSIWYG window pane thing, my page shows up the way its supposed to in regards to font color and style, but not size (still affected by .css file changes, just not the same size as in the preview... F12). F12 (preview in browser) yields Times New Roman font instead of the Verdana, and the font size is smaller than in MX's preview pane.

Sample of my .css file:

.h {
background-color: black;
font: Verdana;
color: white;
font-size: 75%;
}

What am I doing wrong?


somoeone help, I read stuff up, no direct answers

EDIT: basically all I need to know is why the F12 thing isn't working, and why I can cahnge the text size in IE, even though the size is defined in the .css file (according to previous posts, if it's defined in a .css file, text size should not change in IE regardless of what text size you set it to).

nm font problem solved, now just the size...

EDIT 2: found out the damn size prob (sort of). It's "px" not "px.". What a stupid thing, held me back for a while. Still doesn't solve the incorrect WYSIWYG preview in mx, meh.

Last edited by Turbonium on Oct-25-2003 at 21:22

Old Post Oct-25-2003 20:28  Canada
Click Here to See the Profile for Turbonium Click here to Send Turbonium a Private Message Add Turbonium to your buddy list Report this Post Reply w/Quote Edit/Delete Message
electric_soul
tranceaddict



Registered: Sep 2003
Location: Buenos Aires, Argentina

"The problem with WYSIWUG is that what you see is all you can get" - Brian Kernighan

use notepad or a better replacement, or bear with MX crap


___________________
20031115 Creamfields @ Buenos Aires !!

/me is crazy enough to study japanese (and proud of it)
Blog (spanish): here

Old Post Oct-25-2003 22:39  Argentina
Click Here to See the Profile for electric_soul Click here to Send electric_soul a Private Message Add electric_soul to your buddy list Report this Post Reply w/Quote Edit/Delete Message
DigiNut
You kids get off my lawn!



Registered: Dec 2002
Location: Toronto, Self-proclaimed Centre of the Universe

quote:
Originally posted by Turbonium
about the .css, my css file apparently isn't working or something. In the Dreamweaver MX WYSIWYG window pane thing, my page shows up the way its supposed to in regards to font color and style, but not size (still affected by .css file changes, just not the same size as in the preview... F12). F12 (preview in browser) yields Times New Roman font instead of the Verdana, and the font size is smaller than in MX's preview pane.

Sample of my .css file:

.h {
background-color: black;
font: Verdana;
color: white;
font-size: 75%;
}

What am I doing wrong?

You haven't given us any info in regards to how you're actually using this tag. You've declared a style "h" - how and where is it being used?

Perhaps instead of ".h", you meant to use "body" ?


___________________
My party schedule:
2009-02-21 - DJ Attention @ I'm So Popular
2009-06-18 - DJ Annoying @ People Need To Know Where I'll Be
2012-11-32 - DJ Insufferable ɸ Or At Least the Stalkers I Complain About
2048-06-66 - Spastic & Whocares Although I'm Actually Flattered
9999-45-81 - Tweaker Gimp I Probably Won't Even Go To This But I Have To Make Sure I Fill Up All The Available Space Here

Old Post Oct-25-2003 22:54  Canada
Click Here to See the Profile for DigiNut Click here to Send DigiNut a Private Message Add DigiNut to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Turbonium
Supreme tranceaddict



Registered: Jan 2003
Location: Toronto

It's solved guys, don't worry about it. Thanks though.

If I encounter anymore turbulence, I'll let you know.

Old Post Oct-25-2003 23:50  Canada
Click Here to See the Profile for Turbonium Click here to Send Turbonium a Private Message Add Turbonium to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Turbonium
Supreme tranceaddict



Registered: Jan 2003
Location: Toronto

In the following script:







What the hell is "div"? btw this is for a Javascript realtime clock thing (the code works, but the HTML output is screwed). It displays it in a stupid cell thing, I want it to be as text. I tried screwing around with the HTML above, but to no avail. Changing the font style and color, etc., has no effect at all.

Old Post Oct-26-2003 17:21  Canada
Click Here to See the Profile for Turbonium Click here to Send Turbonium a Private Message Add Turbonium to your buddy list Report this Post Reply w/Quote Edit/Delete Message

TranceAddict Forums > Main Forums > Chill Out Room > confused
Post New Thread    Post A Reply

Pages (6): « 1 2 [3] 4 5 6 »  
Last Thread   Next Thread
Click here to listen to the sample!Pause playbackNeed some id'ing for this track...a little old... [2002] [1]

Click here to listen to the sample!Pause playbackDJ Shog - Tribute [2008]

Show Printable Version | Subscribe to this Thread
Forum Jump:

All times are GMT. The time now is 02:28.

Forum Rules:
You may not post new threads
You may not post replies
You may not edit your posts
HTML code is ON
vB code is ON
[IMG] code is ON
 
Search this Thread:

 
Contact Us - return to tranceaddict

Powered by: Trance Music & vBulletin Forums
Copyright ©2000-2026, Jelsoft Enterprises Ltd.
Privacy Statement / DMCA
Support TA!