GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Dreamweaver CS5 problem (https://gfy.com/showthread.php?t=969434)

sandman! 05-20-2010 03:14 PM

Dreamweaver CS5 problem
 
does anyone know how to enable font size in properties ?

its there for css but not for html

i have spent the last 20 min's going thru all options to find it and i cant find it :(

anyone going to suggest i just do it is css can eat a dick :2 cents::2 cents:

area51 - BANNED FOR LIFE 05-20-2010 03:15 PM

do it in css

BestXXXPorn 05-20-2010 03:22 PM

First you must realize Dreamweaver IS the problem ;)

Oh and the font tag is deprecated... don't use it. Font is ONLY adjusted via CSS now :P

Amputate Your Head 05-20-2010 03:24 PM

Just do it in CSS. Cleaner, easier, better.

smutnut 05-20-2010 03:25 PM

I actually had this same problem in CS4 so started sticking with Macromedia versions. When you figure it out, please let me know and I'll hit you up WHEN I figure it out first.

This is the first time I've decided I need to know the Adobe conversions of Macromedia's for sure.

BestXXXPorn 05-20-2010 03:28 PM

Quote:

Originally Posted by smutnut (Post 17159576)
I actually had this same problem in CS4 so started sticking with Macromedia versions. When you figure it out, please let me know and I'll hit you up WHEN I figure it out first.

This is the first time I've decided I need to know the Adobe conversions of Macromedia's for sure.

It's not a problem... the PROBLEM is that you are aren't web developers or designers... so you're trying to insert tags into a document that are deprecated... Dreamweaver is telling you to stop being a goon :P

PornMD 05-20-2010 03:39 PM

Quote:

Originally Posted by BestXXXPorn (Post 17159581)
It's not a problem... the PROBLEM is that you are aren't web developers or designers... so you're trying to insert tags into a document that are deprecated... Dreamweaver is telling you to stop being a goon :P

Sadly this is the case. It's a pain in the ass cuz it doesn't make it very easy to change manually (if I'm doing a style change for just 1 line of text, I'd rather it be with that fucking line of text for easy changing) but welcome to CSS and the new world.

BestXXXPorn 05-20-2010 03:46 PM

Quote:

Originally Posted by PornMD (Post 17159624)
Sadly this is the case. It's a pain in the ass cuz it doesn't make it very easy to change manually (if I'm doing a style change for just 1 line of text, I'd rather it be with that fucking line of text for easy changing) but welcome to CSS and the new world.

Then wrap the text in a span and set the style of the font on the span :P


.something { font-size: .8em; }

<span class="something">Here is my line of text</span>

smutnut 05-20-2010 03:47 PM

Quote:

Originally Posted by BestXXXPorn (Post 17159581)
It's not a problem... the PROBLEM is that you are aren't web developers or designers... so you're trying to insert tags into a document that are deprecated... Dreamweaver is telling you to stop being a goon :P

Actually I didn't put that much thought into it, and since you can't figure it out. Who is the goon?

BestXXXPorn 05-20-2010 03:52 PM

Quote:

Originally Posted by smutnut (Post 17159645)
Actually I didn't put that much thought into it, and since you can't figure it out. Who is the goon?

Ummmm... you are for not even understanding what I wrote... you CAN'T add font tags because THEY ARE DEPRECATED... how many different ways do I need to spell it out? There's nothing to "figure out".

sandman! 05-20-2010 03:54 PM

font tags work fine in all browsers last time i checked in IE and firefox so go eat a css covered dick.

If i need to go back to CS3 where i know it works then CS3 it will be.


Quote:

Originally Posted by BestXXXPorn (Post 17159665)
Ummmm... you are for not even understanding what I wrote... you CAN'T add font tags because THEY ARE DEPRECATED... how many different ways do I need to spell it out? There's nothing to "figure out".


BestXXXPorn 05-20-2010 04:00 PM

Quote:

Originally Posted by sandman! (Post 17159674)
font tags work fine in all browsers last time i checked in IE and firefox so go eat a css covered dick.

If i need to go back to CS3 where i know it works then CS3 it will be.

Wow... just wow...

http://www.w3schools.com/tags/tag_font.asp

The font element is deprecated.
color colorname Deprecated. Use styles instead.
face font_family Deprecated. Use styles instead.
size number Deprecated. Use styles instead.


It's obvious there is a massive gap in knowledge here... talk to me when you learn the fundamentals.

woj 05-20-2010 04:11 PM

just use css like others have said, newb :-P

smutnut 05-20-2010 04:14 PM

Quote:

Originally Posted by BestXXXPorn (Post 17159695)
Wow... just wow...

http://www.w3schools.com/tags/tag_font.asp

The font element is deprecated.
color colorname Deprecated. Use styles instead.
face font_family Deprecated. Use styles instead.
size number Deprecated. Use styles instead.


It's obvious there is a massive gap in knowledge here... talk to me when you learn the fundamentals.

Yeah, WOW! Two think the same (yet not you), and still yet WOW!?:1orglaugh

sandman! 05-20-2010 06:41 PM

how about you take your noob ass and go eat some css dick these elements will probably be supported for the next 10 years if not longer.

thanks for bumping my thread tho :thumbsup

Quote:

Originally Posted by BestXXXPorn (Post 17159695)
Wow... just wow...

http://www.w3schools.com/tags/tag_font.asp

The font element is deprecated.
color colorname Deprecated. Use styles instead.
face font_family Deprecated. Use styles instead.
size number Deprecated. Use styles instead.


It's obvious there is a massive gap in knowledge here... talk to me when you learn the fundamentals.


Amputate Your Head 05-20-2010 07:02 PM

This might be a dumb question, but if you're using old depreciated code like that, why the hell did you shell out for CS5?

(or did you?)

Ethersync 05-20-2010 07:27 PM

There is no problem with CS5. The problem is with your HTML skills... :2 cents:

Aric 05-20-2010 07:29 PM

Quote:

Originally Posted by Amputate Your Head (Post 17160136)
This might be a dumb question, but if you're using old depreciated code like that, why the hell did you shell out for CS5?

(or did you?)

Exactly what I was thinking :Oh crap

sandman! 05-20-2010 08:38 PM

running the trial i dont buy shit just for the hell of it :2 cents::2 cents:

Quote:

Originally Posted by Amputate Your Head (Post 17160136)
This might be a dumb question, but if you're using old depreciated code like that, why the hell did you shell out for CS5?

(or did you?)


sandman! 05-20-2010 08:39 PM

its a problem of adobe takeing out something i have been using for the last 7 years.

my apologies for not being a designer and not wanting to spend the time learning css :1orglaugh

Quote:

Originally Posted by Ethersync (Post 17160174)
There is no problem with CS5. The problem is with your HTML skills... :2 cents:


NaughtyRob 05-20-2010 08:39 PM

Starting in CS4 and even more in CS5 its all about CSS. After using both CS4 and CS5 I prefer CS3 the best. Been using it since it was called UltraDev.

TheSenator 05-20-2010 08:43 PM

I had to eat a big cock before learning CSS but it was worth it.


So, go eat a dick, maybe two and get with the fucking program!

LoveSandra 05-20-2010 10:44 PM

bump 4 more:)

Amputate Your Head 05-20-2010 11:04 PM

Quote:

Originally Posted by TheSenator (Post 17160307)
I had to eat a big cock before learning CSS but it was worth it.

no kiddin'? you had to eat a big cock?

ideaworx 05-27-2010 09:03 AM

cs5 is kicking ass for me ;-)


All times are GMT -7. The time now is 05:12 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123