holdingonalways wrote in webdev 😟cold my room.

Links-CSS-Dreamweaver!

http://www.freewebs.com/alwaysholdingon/

This is the current state of my site. And thanks for all of your help but so far I have no idea how to make the links on the sidebar to work, the links below the banner are a piece of cake but those in the sidebar I have no idea where to direct them too, and I thought about copying the page and change only the main part to -affiliates, links, videos and stuff but it didn't work i opened the html file and also the css file but when I tried to upload it was not working.

Initially I wanted to make the part where WElcome and UPdates be like the mainframe and direct all the links there but I have no idea how to do that and where does the code for that goes. I got a dreamweaver tutorial but I couldn't find anything related to the links.

And I got one of the stylesheets, that come in the program. I deleted some tables. The part where the links are is PageNav and the center is Col2.

I'm really sorry to bother you. And if anyone can help me that'd be really great. Thanks in advance.


ETA: So this is the current state of the site.

www.freewebs.com/alwaysholdingon

- The easiest way to have your different pages read one style sheet is to use the link element. For the link to work, the style sheet must be a separate file. You add the following line in the head of each of your HTML documents.



This is more like what I wanted to achieve and once I read that it wasn't difficult or anything to do I added the html files with the stylesheet from the index and only changed the name of the page and the content without changing the links I wanted to keep.

source: http://www.powerverbs.com/powerverbs/css/csslinks.html