How to make a Navigation Bar HTML
Uploader Comments (TheTigerTutorials)
All Comments (33)
-
3 people use notepad
-
@ParalizedTime Unfortunately, using straight HTML does not allow you to dynamically change the page based on differing events. If you want the sidebar to change, you will need to do so for every page. However this can be easily tackled with the use of PHP.
(you need to install PHP and make sure it is offered with your hosting services, if it applies to your situation.)
-
I tried to get get the bar to turn horizontal but it hasn't worked I changed the css alignment but it stays the same :/
-
@pspbrian Well I didn't pay for it. I just did something illegal to get it, I justify not spending $400 on the program for teaching people how to use it and the educational purposes of it. If you want more info on the subject please private message me.
can I make nav bars on photoshop then to dreamweaver?
TheLegend1245 1 month ago
@TheLegend1245 Yes, you would need to embed the image on the page and wrap link tags around the image.
TheTigerTutorials 1 month ago
Hey people got to do this for my assignment at uni, but the only problem i got is that i was told not to use dreamweaver just html.
Does this make sense?
GreekGunna26 3 months ago
@GreekGunna26 Dreamweaver makes the code as you design. I use Dreamweaver because its a very nice IDE(Integrated development environment), with fabulous highlighting. Dreamweaver also displays a view of what the HTML looks like before it is pushed to the real website. My tutorial uses code entirely, don't worry.
TheTigerTutorials 3 months ago
How do I put this to my website? Thank you in advance. =)
NarutoFanMissingNin 3 months ago
@NarutoFanMissingNin Depending on how your website server is configured, you would most likely need an FTP program, possibly FileZilla or straight ftp commands in cmd. Once your site is open, adding the HTML sidebar is just a matter of copy and pasting code. Upload the file to the server and refresh your web browser(F5).
TheTigerTutorials 3 months ago