navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Help! FP refusing to make "inline" change to font...

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Cascading Style Sheets >> Help! FP refusing to make "inline" change to font...
Page: [1]
 
mziemann

 

Posts: 22
Joined: 2/9/2004
From: The White Mountains of Arizona
Status: offline

 
Help! FP refusing to make "inline" change to ... - 6/7/2004 15:29:48   
Hi All,
I'm following the sage advice of most everyone here, and converting to css with an external style sheet - it seems to work well, what a revelation! I'm having a problem now, in that I want to make some changes to certain text on my pages - that would be an "inline style" right? Problem is, when I highlight the text I want to change, and attempt to change font size for example, FP just ignors the command! How do I do this??? I'm also finding myself having to go through my page and strip out all the now - unneeded codefor font control - is there an easy way to do this, or is it all done in html view by hand?

Thanks!
Mark
Giomanach

 

Posts: 6128
Joined: 11/19/2003
From: England
Status: offline

 
RE: Help! FP refusing to make "inline" change... - 6/7/2004 15:34:37   
There's always Notepad:)

You're using FP2000 right? FP2000 isn't all the CSS friendly, so the only way to do it with that is by hand.

The other option, is to give it to one of us lot, who write webs for a living (not saying me, but you know:))

The worst option is the find and replace???? It's not particularly good for what you want though.

Dan

_____________________________




(in reply to mziemann)
mziemann

 

Posts: 22
Joined: 2/9/2004
From: The White Mountains of Arizona
Status: offline

 
RE: Help! FP refusing to make "inline" change... - 6/7/2004 15:45:24   
I'm using FP2002... I don't mind stripping out the old formatting info, that is the easy part - you're right, notepad is my best friend... I just can't figure out why FP is refusing to apply an inline style - I must be missing something... and I really do need to learn this stuff...

Thanks!
Mark

(in reply to mziemann)
why me!

 

Posts: 43
Joined: 4/30/2004
Status: offline

 
RE: Help! FP refusing to make "inline" change... - 6/7/2004 17:04:55   
2 things.......

You may already have styling in your body? right click - page properties then background are you getting info from another page? are you using templates?
Also to save time in rebuilding, could you not copy text from say preview into note pad and then back into a clean page?

(in reply to mziemann)
mziemann

 

Posts: 22
Joined: 2/9/2004
From: The White Mountains of Arizona
Status: offline

 
RE: Help! FP refusing to make "inline" change... - 6/7/2004 19:07:26   
Thanks WhyMe,

I looked at "page Properties" as you described - it's clean. I'm not using a template, I built this one from scratch, to be as clean as possible... guess I didn't quite accomplish that!

I've figured out how to change the font by going into the html and doing it by hand there - I guess if no one can point me to how to make FP do it the easy way then that's how I'll have to do it. Fortunately it will only be a very few pages like that... there will be others where I'll just disconnect them from the .css...

(in reply to why me!)
d a v e

 

Posts: 4167
Joined: 7/24/2002
From: England (but live in Finland now)
Status: offline

 
RE: Help! FP refusing to make "inline" change... - 6/8/2004 1:34:54   
i assume your talking about changing just some words?
you can use an inline style e.g.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. <span style="color:red"> Suspendisse id lacus <span> sit amet lacus congue sollicitudin. In ipsum. Proin fringilla. Phasellus porttitor placerat dolor. Praesent metus


or after making a style (custom class) in your external styelsheet (e.g. .redText {color:red;}

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. <span class="redText"> Suspendisse id lacus <span> sit amet lacus congue sollicitudin. In ipsum. Proin fringilla. Phasellus porttitor placerat dolor. Praesent metus



obivously if you want to change one (or more) whole paragraph to look different then just apply the class to the p tag

<p style="color:red">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.  Suspendisse id lacus  sit amet lacus congue sollicitudin. In ipsum. Proin fringilla. Phasellus porttitor placerat dolor. Praesent metus
</p>


FP pre 2003 won't apply spans to text successfully so unless you want a whole paragraph then you're stuck with hand coding it.

btw this is a good free little text editor with syntax highlighting.
Araneae http://www.ornj.net/software/araneae/

_____________________________

David Prescott
Gekko web design

(in reply to mziemann)
mziemann

 

Posts: 22
Joined: 2/9/2004
From: The White Mountains of Arizona
Status: offline

 
RE: Help! FP refusing to make "inline" change... - 6/8/2004 10:55:07   
YES!!!!:)
Thank you Dave, for your succinct and useful reply!
Hand coding will do... there won't be that much of it.
It was the <span style></span> that I needed - a push in the right direction.
Thanks again!!!
Mark

(in reply to d a v e)
Page:   [1]

All Forums >> Web Development >> Cascading Style Sheets >> Help! FP refusing to make "inline" change to font...
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts