dream weaver training - font dream weaver
Microsoft Office Training verified by visa - mastercard securecode about microsoft training company london ukadd this page to your favourites/bookmarksAdd to favourites
view a printable version of this pagePrintable version
email this page to somebodyEmail this page
Customer: Sign in
Delegate: Sign in
Trainer: Log in

Forum home » Delegate support and help forum » Dreamweaver Training and help » dream weaver training - Font in Dream Weaver

dream weaver training - Font in Dream Weaver

The UK's most regular instructor-led training courses.
Training information: dream weaver training · Dreamweaver training · Adobe dreamweaver training

resolvedResolved · Low Priority · Version Standard

Font in Dream Weaver

Camille has attended:
Dreamweaver 8 Introduction course

by - delegate Camille [5 posts] (2007 May 22 Tue, 14:22) replyReply

Hello,

I am trying to add some new text to one of the pages on a website and I am unable to see the font. I have checked the colour but this does not seem to make a difference. Please could you help?

Dreamweaver 8 Intermediate 1 day course
Version Date Location Places
available
Book Next place rate:
Card Invoice
8 2009 Jan 20 Tue Bloomsbury 8 book now £175 £225
8 2009 Apr 24 Fri Bloomsbury 8 book now £175 £225
8 2009 Jul 15 Wed Bloomsbury 8 book now £175 £225
8 2009 Aug 28 Fri Bloomsbury 8 book now £175 £225
8 2009 Oct 6 Tue Bloomsbury 8 book now £175 £225

RE: Font in Dream Weaver - can't see the text

by - trainer Rich platinum contributer[744 posts] (2007 May 23 Wed, 11:38) replyReply

HI Camille,

This is unusal.

First, some basics. I assume you are entering text into the design view, not code view. (See view menu).

Otherwise, as it sounds like you've checked the foreground (text) colour isn't the same as the background (eg. white on white), it could be a CSS style that has this. If a style is applied to the area you are typing in, select the text first and change or override it to a different style and see if that helps. Use the properties inspector to do this.

Failing that, i'll have a look at your code: please let me know the URL, if it's been uploaded somewhere. Or e-mail the HTML and any linked CSS files to forum AT microsofttraining.net

If you have solved the problem already, please mark this question as resolved, and it would be great to hear what happened so that other users of this forum can resolve this issue if they have it.

Regards, Rich

RE: Font in Dream Weaver - can't see the text

by - delegate Camille [5 posts] (2007 May 30 Wed, 09:44) replyReply

Hello Rich,

I'm afraid I am still at a loss about why I can't see the text I am typing. The lady who was in charge of the web left everal months ago and I am wondering if it is possibly something to do with user rights, as I am unable to make any changes live onto the website. Are you able to put some kind of security/permissions lock onto a website so that other people cannot make changes?

I have attached the code for the page I have tried to change. One thing I have noticed is that there are parts of the code which do not show up on the website (highlighted in attached doc). I will be very grateful for any help you may be able to offer and will look forward to your response.

Kind Regards

Camille

Can't see the text - library items

by - trainer Rich platinum contributer[744 posts] (2007 May 30 Wed, 10:07) replyReply

Hi Camille,

Normally you can't lock out a web site. If you have permission to the FTP account (uploading and downloading files) then you can make changes.

The code you sent me uses library items, which are covered on our Dreamweaver Intermediate course.

A library item is a snippet of code, kept in an .lbi file. Whenever the contents of the .lbi file are changed, Dreamweaver goes through all the files in the site and searches for code like this: <!-- #BeginLibraryItem "/newlib/language_bar.lbi" --> and updates the library item on each page. It's a quick way to make a simple or large change across a lot of pages within your site.

Library code should be highlighted a light yellow colour in Dreamweaver code view. Dreamweaver does lock out code that is linked to library items. This maintains consistency over all the pages that use the library items.

To edit a library item, click the text. The whole library item should be highlighted. Now look at the properties panel. You should see information about the library item, including a button to edit it. It will open as a separate file in Dreamweaver. Once you make changes and save, Dreamweaver should update all files that use the library item. You'll then need to upload all files that were updated back to the web server.

So on your local machine, you should have these folders within the root folder:
/newlib
/library/2left-col/en/

If you don't have them, try to download them from the server. However, the library items may have only existed on your ex-colleague's local machine (you don't actually have to upload the library items to the server). If you can't find the library items, you can re-create them by copying and pasting the code from any page that uses them into a new library item, and save the library item as the same name.

eg.
<!-- #BeginLibraryItem "/newlib/language_bar.lbi" -->
The library item is called language_bar.lbi and is in a folder called newlib.

I hope this helps. Let me know if you get stuck.

Regards, Rich

RE: can't see the text - html comments

by - trainer Rich platinum contributer[744 posts] (2007 May 30 Wed, 10:13) replyReply

Camille,

Actually, it may not be the library items you want to edit.

I just noticed this block:

<!-- <p align="left"><a href="../downloads/enewsletter
...
to South Kent College</a></p> -->


In Dreamweaver code view, it will be a grey colour.

The first bit: <!-- indicates the start of an HTML comment. Meaning the browser will ignore it.

The last bit: --> ends the comment.

If you want the text to show, remove those two start and end comment indicators and the text should show in your browser.

Regards, Rich

RE: can't see the text - html comments

by - trainer Rich platinum contributer[744 posts] (2007 Jun 1 Fri, 10:47) replyReply

Camille,

How did you get on? Can you edit the library items okay?

Rich

RE: can't see the text - html comments

by - delegate Camille [5 posts] (2007 Jun 1 Fri, 11:09) replyReply

Hi Rich,

Sorry for the delayed response. I'm afraid that I still can't see the text I am typing. I removed the comment indicators as you said and the text which was previously 'hidden' could be seen when I pressed f12. However, it still will not let me see the text.

As my knowledge of Dream Weaver is fairly basic it is probably something glaringly obvious, but without the knowledge I am not seeing it.

Camille

RE: can't see the text - html comments

by - trainer Rich platinum contributer[744 posts] (2007 Jun 19 Tue, 09:35) replyReply

Hmm,

Would you mind sending me the file to forum AT microsofttraining.net and I'll have a look.

Regards, Rich

RE: can't see the text - html comments

by - delegate Camille [5 posts] (2007 Jun 19 Tue, 16:45) replyReply

Hello Rich,

I have taken this up with the senior management team and they are looking into resolving the problem.

Thank you very much for all your help.

Kind Regards

Camille

RE: can't see the text - html comments

by - trainer Rich platinum contributer[744 posts] (2007 Jun 20 Wed, 08:26) replyReply

Hi Camille,

Thanks for letting me know.

I've marked this question as 'resolved' for now, but if you do find the solution, I'm sure other users of this web site who search for the same problem would love to know the answer!

Regards, Rich


Related articles

· Six Reasons to Outsource Dream Weaver Training
· Macromedia Dreamweaver Vs Microsoft FrontPage
· Special Image Techniques with Dreamweaver CS3
· Which Is Best: Training Dreamweaver Personnel Or Contracting for Web Design?
· Powerhouse Tips from Dreamweaver Training

Dreamweaver tip:

Xhtml vs html

When using dreamwear template or just creating a blank webpage, you are able to select the markup language you want to use. The main choices are either xhtml or html. It is now best to select xhtml as this will translate all the html into xml, so it is transmitted across the web in xml format. One of the main advantages of this is that it makes the site that you build much more compatible with the range of different web browsers that exist.

View all Dreamweaver hints and tips

Rate this page:
4.0/5 (3 votes cast)
Institute of IT Training - Accredited Training Provider Microsoft Certified Partner
microsoft office
Microsoft Office Specialist Authorised Testing Centre (MOS and MCAS)

Prodigy Platinum Learning Partner

Institute of IT Training - Accredited Training Provider Association of Computer Trainers Valid HTML 4.01 Transitional
Valid CSS Markup

secure online payments - visa - mastercard

Mini sitemap. These are the main areas of our web site. Full sitemap.

Training by application Main information pages See also

Access courses
DreamWeaver courses
Excel courses
MS Project courses
Outlook courses
PowerPoint courses
VBA courses
Word courses
(more...)

Public scheduled courses
On-site training
Closed company courses

Microsoft Office training
Pricing and availability
Training schedule
Training venues

Access training
Dreamweaver training
Excel training
MS Project training
PowerPoint training

London Computer Training
Computer Training London

Microsoft Access training
Microsoft Excel training
Microsoft Project training
Microsoft Outlook training
Microsoft Powerpoint training
Microsoft Word training

Time Management Course London

Interested in Access training? Please see the following pages:
microsoft access courses · microsoft training access course
microsoft+access+training · access courses in london

Training Information

Training Articles

AddThis Social Bookmark Button What's this?
Add to Del.icio.us Add to Facebook Add to Digg Add to Reddit Add to Google Add to Yahoo Add to Diigo Add to Mr. Wong Add to Linkarena Add to Power Oldie Add to Folkd Add to Jumptags Add to Upchuckr Add to Simpy Add to StumbleUpon Add to Slashdot Add to Netscape Add to Furl Add to Spurl Add to Blinklist Add to Blogmarks Add to Technorati Add to Newsvine Add to Blinkbits Add to Ma.Gnolia Add to Smarking Add to Netvouz