Wrox Programmer Forums
|
HTML Code Clinic Do you have some HTML code you'd like to share and get suggestions from others for tweaking or improving it? This discussion is the place.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the HTML Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 18th, 2005, 10:43 AM
Friend of Wrox
 
Join Date: Sep 2004
Posts: 103
Thanks: 0
Thanked 0 Times in 0 Posts
Default text sizing problem

Hi all,
I have created some web pages for a project.Some of them are
resizable via holding the Ctr. button and scrolling and some of them
are not...
I tried to find the difference between these pages and figure out what the problem is but I'm stuck :(
what's the problem? please help me out...

 
Old February 18th, 2005, 10:52 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 425
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Yet another mystery problem without an URL to a sample page? Wee!

OK, this is most likely an easy one. You are using IE Windows and have set the font-size in pixels or point?





(o<
//\ =^..^=
 
Old February 25th, 2005, 05:03 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 479
Thanks: 0
Thanked 3 Times in 3 Posts
Send a message via MSN to surendran Send a message via Yahoo to surendran
Default

hi,
can u please css style. if you use it will work fine.
[i'll give you the sample style

please save this style.css

.newstyle
{
    FONT-SIZE: 11px;
    COLOR: white;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}
.newstyle A:active
{
    FONT-SIZE: 11px;
    COLOR: blue;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}
.newstyle A:link
{
    FONT-SIZE: 11px;
    COLOR: blue;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}
.newstyle A:visited
{
    FONT-SIZE: 11px;
    COLOR: blue;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}
.newstyle A:hover
{
    FONT-SIZE: 11px;
    COLOR: blue;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}

in your pages
call like this
<link rel="stylesheet" type="text/css" href="style.css">

and use like this
hi friend

if you use this style no problem for this

surendran
(Anything is Possible)





Similar Threads
Thread Thread Starter Forum Replies Last Post
IMAGE SIZING glisando Dreamweaver (all versions) 0 January 2nd, 2006 12:11 AM
Image Sizing and Format Changes igor Access VBA 2 December 20th, 2004 04:16 AM
page sizing Adam H-W HTML Code Clinic 2 November 2nd, 2004 01:36 PM
sizing a form gisvb Dreamweaver (all versions) 2 December 29th, 2003 02:54 PM
Image Sizing Question kilika VBScript 0 July 10th, 2003 01:45 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.