dynamiccomp Posted January 13, 2007 Posted January 13, 2007 Hi I need some help with changing the heardere navigation. I wanted to put my own links up there instead of having "top" and so forth. I wanted to put for an example a nav link to another website, and a link to another page inside my store. How do I do this. I was also wondering if anyone knew if there is a way to allow more text input onto a page, because there seems to e a limit. When I was trying to add my privacy policy i added the whole thing which was sort of long, and when i tried to view it it gave me an error, so I went back and checked that i coded everything properly and I did. I then deleted half of the policy and then it showed. Is there a way around this or am i doing something wrong? The text that i have that works now is about 35 words in each line and about 20 lines all with a <br> except for the last line. I'm still learning a lot about php so please let me know if you know how to fix this so that I can learn from my mistakes. Thank you Dynamiccomp
awarner20 Posted January 13, 2007 Posted January 13, 2007 Hi I need some help with changing the heardere navigation. I wanted to put my own links up there instead of having "top" and so forth. I wanted to put for an example a nav link to another website, and a link to another page inside my store. How do I do this. I was also wondering if anyone knew if there is a way to allow more text input onto a page, because there seems to e a limit. When I was trying to add my privacy policy i added the whole thing which was sort of long, and when i tried to view it it gave me an error, so I went back and checked that i coded everything properly and I did. I then deleted half of the policy and then it showed. Is there a way around this or am i doing something wrong? The text that i have that works now is about 35 words in each line and about 20 lines all with a <br> except for the last line. I'm still learning a lot about php so please let me know if you know how to fix this so that I can learn from my mistakes. Thank you Dynamiccomp To add a navigation menu, you would insert the html or css into the "header.php" file. I played with this while making my store and tried inserting an html table with images as links and that worked pretty good, but I am just learning css and was able to insert that. The nice thing about css is that you can add it to your stylesheet.css file and tweak colors and things from there to apply to your nav menu. I had to play with both of these while inserting into header.php to get it exactly where I wanted it, but It's do-able;) We see our customers as invited guests to a party, and we are the hosts. It's our job every day to make every important aspect of the customer experience a little bit better. - Jeff Bezos
dynamiccomp Posted January 14, 2007 Author Posted January 14, 2007 To add a navigation menu, you would insert the html or css into the "header.php" file. I played with this while making my store and tried inserting an html table with images as links and that worked pretty good, but I am just learning css and was able to insert that. The nice thing about css is that you can add it to your stylesheet.css file and tweak colors and things from there to apply to your nav menu. I had to play with both of these while inserting into header.php to get it exactly where I wanted it, but It's do-able;) Hi there. Would it be possible for me to look at your site to see how your header nav is setup, so i can get a better idea? thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.