David,
a full backup won't do anything with your Tlog.
You need to backup the transaction log in order to mark parts of the tlog as inactive so that they can be overwritten again. This won't shrink your logfile, but it shouldn't grow so much if you take regular log backups.
If you really need to truncate the Tlog use BACKUP LOG WITH TRUNCATE_ONLY.
Markus
[font="Verdana"]Markus Bohse[/font]