How and where to add simple text navigation menu?, tried, but blew up the blogger template code...please help |
How and where to add simple text navigation menu?, tried, but blew up the blogger template code...please help |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Aug 2006 Member No: 447,982 ![]() |
Hi Everyone,
I copied the blogger template code and inserted it in my Golive editor. I added a table with simple text links in order to create a navigation menu to add to all of my blogger blogs. When copying code back into Blogger template, it was placed correctly, but when previewed, my blog started showing blogger code instead of the normal text. Can anyone here offer advice on what I may be doing wrong or where to add the html for a simple text link navigation menu? Thanks for any help you can provide. Adam p.s. I can post the original and changed code if needed. |
|
|
![]() |
![]()
Post
#2
|
|
![]() Death is a promise given to us at birth ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,757 Joined: Mar 2004 Member No: 7,459 ![]() |
look through your codes again and make sure everything has a close tag.
|
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Aug 2006 Member No: 447,982 ![]() |
Here is where I started my table code in the Blogger template and everything seems to work great...
<!-- Blog Header --> <div id="header"><div> <h1 id="blog-title"> <ItemPage><a href="<$BlogURL$>"></ItemPage> <$BlogTitle$> <ItemPage></a></ItemPage> </h1> <p id="description"><$BlogDescription$></p> </div></div> <table width="500" border="0" cellspacing="2" cellpadding="0"> <tr> <td width="100"> <div align="center"> <a title="Example!" href="http://www.example.com"> Home</a></div> |
|
|
![]()
Post
#4
|
|
![]() Death is a promise given to us at birth ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,757 Joined: Mar 2004 Member No: 7,459 ![]() |
it looks fine. The codes show up.
|
|
|
![]() ![]() |