Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 07-22-2004, 04:35 PM   #21 (permalink)
 
Newb Techie

Join Date: Jul 2004

Posts: 13

WalnutMon

Send a message via AIM to WalnutMon
Default

A great web site for beginer's to learn everything they need to know to hit that world of HTML, and for advanced users to pick up some new tricks is www.webmonkey.com
Looking at the source of pages is a great idea, and should not be missed, however, until you get some experience under your belt, most of the pages you view and think are cool will probably go over your head. Not because of the HTML code, but because many of them use cookies, javascript, perl, and other programming languages that add a considerable amount of girth to the site. After you start to get good you will be able to look at a huge HTML document and wade through it to get the information you want.
Another thing you may want to try, after you have the basics down, is to get a program like dream weaver, this programs have short commings, but you can learn alot from them to. if you dont konw how to make a table that looks right, and trust me, table setup can be frustrating at first, do it in dream weaver and see what the code looks like.
the most important thing is to enjoy doing it!
WalnutMon is offline  
Old 07-22-2004, 04:50 PM   #22 (permalink)
 
Newb Techie

Join Date: Jul 2004

Posts: 13

WalnutMon

Send a message via AIM to WalnutMon
Default

By the way, I just looked at your site and one thing that you will most definately want to do is get rid of those annoying borders that come after you have visited one of your linked images. Doing so is simple, but I remember wasting a long time trying to figure out how to do it! So I hope that this helps, a linked image will look something like this...

<img "your_image.gif" height=2 width=125> <<====== Dont forget the </a> it will screw things up at some point

to this inside of the <img> part add border="0"

so that it looks like:
<img "your_image.gif" height=2 width=125 border="0">

This will keep your images looking clean, and add a lil flavor of professionalism to the site :o)

Hope this helps, and i appoligize for the *cough*double post*cough*
WalnutMon is offline  
Old 07-22-2004, 06:09 PM   #23 (permalink)
milen's Avatar
 
Super Techie

Join Date: Feb 2004

Posts: 304

milen is on a distinguished road

Default

Should be <img SRC="your_image.gif" ........
milen is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On