Welcome! Log In Create A New Profile

Advanced

Why does my font not go Bold?thumbs down

Posted by carica 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
Why does my font not go Bold?thumbs down
March 08, 2010 11:30AM
Hi Everybody
The Problem that I have with Note pad is that it just makes everthing Bold, or everything Regular, I can't choose certain areas.
In Wordpad, on the other hand, it doesn't want to save my file, with the areas that I've selected in Bold. With the result that I'm unable to view my images.

Here is my Html page source(How do you paste the html on osprey?)

<html>
<head>
<title>Northport - Things To Do</title>
</head>
<body bgcolor="#cccc99" background="graphics/txtured_bg.gif">
<img src="graphics/titlebar.gif" width="634" height="89" alt="Northport Welcomes You">
<h2>Things&nbsp;To&nbsp;Do&nbsp;In&nbsp;Northport</h2>
<p>Northport has some of the finest antique
shops in the state. Travelers come from all over the world to find
our forgotten treasures!</p>
<img src="graphics/reelsmall.jpg" width="170" height="129" alt="Antique Fishing Reel">
<img src="graphics/viewsmall.jpg" width="170" height="129" alt="Antique View Finder">

<img src="graphics/candlesmall.jpg" width="170" height="129" alt="Antique Candle Holders">

<p>Don't miss the three following stops!</p>
<ul type="disc">
<li>The Victorian: 23 State Street, Northport. 555-9929</li>
<li>Elizabethan Treasures: 44 Main Street, Northport. 555-0921</li>
<li>Dusty But Good: 93 Heather Trail, Northport. 555-1292</li>
<li>The Wayfarer: 101 State Street, Northport. 555-2020</li>
<li>Books & Beyond: 294 Main Street, Northport. 555-4444</li>
<hr>

<!-- Page Footer -->
<!-- Navigation Bar -->
Home Things to do Event Calender Contact Us<br>
<br>
<!-- Copyright Info -->
Copyright Nothport Tourism Association<br>
13 Center St. Northport<br>
</body>
</html>


Carica
Re: Why does my font not go Bold?thumbs down
March 08, 2010 11:37AM
<body bgcolor="#cccc99" background="graphics/txtured_bg.gif">

Why can't I view my pic?
Carica
avatar
Mac
Re: Why does my font not go Bold?thumbs down
March 08, 2010 02:46PM
Read this thread http://osprey.unisa.ac.za/phorum/read.php?406,99302 for your picture problems.
With notepad you have to type in the <strong> tags where you want it - it is not an advanced editor..... the same with Wordpad. Although you can use the editor's button to make words bold, it is NOT an HTML editor, and will not save your code as html.

Therefore you have to type <strong>bold</strong>
Sorry, only registered users may post in this forum.

Click here to login