Switch to full style
Since people seem to think that the off-topic section is for political discussion, something that is frowned upon, I have temporarily closed the section. ANY political discussions in any other forum will be deleted and the user suspended. I have had it with the politically motivated comments.
Post a reply

webdesign questions?

Tue Sep 19, 2006 7:30 am

Hello everyone,

I have a few questions about my webdesign. I currently am working on my home page. But how do I create other pages to my site?

Another question. My homepage is only screen big. How do I get it to scroll down more? The problem was my HTML loaded up wouldn't go down any further and started to come across the bottom of the screen. Thanks for your time.

Cheers,
Nathan

Tue Sep 19, 2006 7:33 am

This should probably be in the off topic section.

If you would like, email me at mrhenniger@AerialVisuals.ca. I will then send you a copy of my home page code. From that you will see how I link to the other pages.

I don't use any web design tools. I code directly in html using Notepad, so you should be able to read and understand my code because I need to to maintain it.

Mike

Tue Sep 19, 2006 7:43 am

Sure Mike, and sorry for being off-topic. I will shoot you a e-mail right now.

Cheerio,
Nate

Tue Sep 19, 2006 11:26 am

add a bunch of
Code:
<br>
tags in a single column down the left of your code. Those are called breaks.

Tue Sep 19, 2006 11:27 am

Another big hint on using or learning how code is done....

Go to a website where you see something they did and you like.....right click and VIEW SOURCE. This will show you the code behind the site.

Copy and paste it into your site and BANG your done man.

Tue Sep 19, 2006 3:54 pm

Hi Paul,



Go to a website where you see something they did and you like.....right click and VIEW SOURCE.


For some reason, some sites I can't get the source to open. Any reason why I can't get the source to come up?

Thanks,
Nate

Tue Sep 19, 2006 4:19 pm

Nathan wrote:Hi Paul,



Go to a website where you see something they did and you like.....right click and VIEW SOURCE.


For some reason, some sites I can't get the source to open. Any reason why I can't get the source to come up?

Thanks,
Nate


Try saving the page to your desktop, then open it with a text edittor.

Mike

Tue Sep 19, 2006 8:39 pm

Yes, go FILE SAVE AS then.

There are HTML "hiders" written in Javascript that hinder the ability to view the source, and or it looks scrambeled.
Post a reply