Ask a Question related to Dreamweaver AppDev, Design and Development.
-
skydiver99 #1
Help with Font size and cfincludes
Can anyone help... I am collaborating on a site that uses includes. (i am not
the include person, rather the designer). is the code below the reason why the
font size is HUGE on some browsers and not others? ie: in Safari it looks like
an 18pt size! Should be 10pt. <CFQUERY datasource='#application.datasource#'
name='getEvent'> select Calendar.* from Calendar where ((###tempDate### =
calendar.startdate) or (###tempDate### = calendar.enddate) or
((###tempdate### > calendar.startDate) and (###tempdate### <
calendar.enddate))) </CFQUERY> <p align='left'
class='style2' > <span style='{font-size: 0.1in;}'><CFOUTPUT>#temp#
#tempWeekday#</CFOUTPUT></span><BR> <span style='{font-size:
0.09in;}'> <CFOUTPUT query='getEvent'> <A
HREF='../cal/entrydetail.cfm?calendarID=#getEvent.calendarID#'> <font
color='#getEvent.groupcolor#'>#getEvent.title#</font></A><BR>
</CFOUTPUT> </span> </p> <CFSET tempday = tempday+1> </CFLOOP> </TD>
skydiver99 Guest
-
How to change the font, the font size, and color text
How to change the font, the font size, and the color for a selected text in C++. David -
Font and Font Size Disabled
In the Administration area where you edit settings for a user, I have the value checked for "Allow users to apply fonts and sizes". The Style... -
font, font size, background color preferences
I tell you, this 7.06 drives me nuts. What was so simple in 5.0 now seems so screwball. I am trying to add text to a form I downloaded, but... -
Font and Font Size menus not available on Contribute3.11 on OSX
I have several iMacs and eMacs that have Contribute 3.11 installed on them. I have granted the users full rights to edit pages using the font menu... -
Retrieving Font and Font Size Through VB
How can I retrieve the font and font size for a piece of text in a pdf file? I have tried many thing, however, I am only able to select and highlight... -
Paul Whitham TMM #2
Re: Help with Font size and cfincludes
Yes, it is lines like this that are causing the problem
span style='{font-size: 0.1in;}
BTW you not really express font sizes in pt as these are different in size
between mac & pc.
--
Regards
Paul Whitham
Macromedia Certified Professional for Dreamweaver MX2004
Valleybiz Internet Design
[url]www.valleybiz.net[/url]
Team Macromedia Volunteer for Ultradev/Dreamweaver MX
[url]www.macromedia.com/support/forums/team_macromedia[/url]
"skydiver99" <webforumsuser@macromedia.com> wrote in message
news:d04uoi$bh4$1@forums.macromedia.com...not> Can anyone help... I am collaborating on a site that uses includes. (i amthe> the include person, rather the designer). is the code below the reason whylike> font size is HUGE on some browsers and not others? ie: in Safari it looksdatasource='#application.datasource#'> an 18pt size! Should be 10pt. <CFQUERY((###tempDate### => name='getEvent'> select Calendar.* from Calendar wherestyle='{font-size:> calendar.startdate) or (###tempDate### = calendar.enddate) or
> ((###tempdate### > calendar.startDate) and (###tempdate### <
> calendar.enddate))) </CFQUERY> <p align='left'
> class='style2' > <span style='{font-size: 0.1in;}'><CFOUTPUT>#temp#
> #tempWeekday#</CFOUTPUT></span><BR> <span</TD>> 0.09in;}'> <CFOUTPUT query='getEvent'> <A
> HREF='../cal/entrydetail.cfm?calendarID=#getEvent.calendarID#'> <font
> color='#getEvent.groupcolor#'>#getEvent.title#</font></A><BR>
> </CFOUTPUT> </span> </p> <CFSET tempday = tempday+1> </CFLOOP>>
Paul Whitham TMM Guest
-
skydiver99 #3
Re: Help with Font size and cfincludes
Paul,
Thanks for your reply.
What unit (for font size) should i use then?
I know they will not always be exact, but I want a consistent look cross-browser and platform.
thanks,
mg
skydiver99 Guest
-
Paul Whitham TMM #4
Re: Help with Font size and cfincludes
The most consistent look is achieved with pixels, but generally ems are
recommended in cases where accessibiliy issues could arise.
--
Regards
Paul Whitham
Macromedia Certified Professional for Dreamweaver MX2004
Valleybiz Internet Design
[url]www.valleybiz.net[/url]
Team Macromedia Volunteer for Ultradev/Dreamweaver MX
[url]www.macromedia.com/support/forums/team_macromedia[/url]
"skydiver99" <webforumsuser@macromedia.com> wrote in message
news:d0b57m$cf$1@forums.macromedia.com...cross-browser and platform.> Paul,
> Thanks for your reply.
> What unit (for font size) should i use then?
> I know they will not always be exact, but I want a consistent look> thanks,
> mg
Paul Whitham TMM Guest



Reply With Quote

