|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 | |||||
|
Resident AMD enthusiast
Join Date: Jul 2001
Location: Kansas
Posts: 1,445
|
Starting HTML
Today I read through a nice tutorial on HTMl and I think I understand most of what is said, including the tables.
![]() Now I want to make my own webpage with a format like so: Title here Link | some random Link | information here Link | I think I can do this with a table? I don't really want to use a frame as I think that will add a scroll bar next to my links? not exactly what I want. I understand a bit about the tables like this little bit of code:
But I'm not quite certain what I shold do. Should I make a table with only two side by side columns? Also, can there be tables within tables? Any suggestions? TIA, L J
__________________
Main: Gigabyte GA-770T USB3 - Phenom II 840 - 4GB DDR3 - Radeon 5750 1GB HTPC: MSI K9N6PGM2-V2 - Athlon II 250 - 4GB DDR2 - Radeon 5670 512MB HTPC: Zotac GeForce 6100E-E - Athlon X2 5800+ - 4GB DDR2 "Play a Windows CD backwards and you'll hear satanic voices, thats nothing, play it forwards and it installs Windows." Last edited by Colonel Sanders; 02-08-2004 at 08:22 PM. |
|||||
|
|
|
|||||
|
|
#2 | ||||||||||||||||||
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
|
Is this something like what you are looking for:
Code:
Code:
__________________
There are two secrets to staying young, being happy, and achieving success. You have to laugh and find humor every day, and you have to have a dream.
|
||||||||||||||||||
|
|
|
|
|
#3 |
|
Resident AMD enthusiast
Join Date: Jul 2001
Location: Kansas
Posts: 1,445
|
I think I can steel the code from your post if you don't mind.
Thanks! L J |
|
|
|
|
|
#4 |
|
Resident AMD enthusiast
Join Date: Jul 2001
Location: Kansas
Posts: 1,445
|
Another question:
I want to use images for the buttons, I made some .jpgs with a border and text that I want to use as my buttons. I read how to make a picture into a link, but it didn't show how to avoid haveing a border around the image- and I certainly don't want a border around my image-links. What can I do to get rid of this border? Also if I use the format above, and I put the images in the cells- will the cell size default to the size of the image or will I have to specify a size for the cell? How can I specifiy the size of the cell in say pixels? And my final question about tables- how can I change the color of the border? L J |
|
|
|
|
|
#5 |
|
Member (7 bit)
Join Date: Sep 2002
Location: Middlesbrough, UK
Posts: 108
|
tables
< table bordercolor="#FF0000"> will make the borders red for example, the bordecolor tag is the one you want.
to stop the border appearing, try < a href="targetpage.htm">< img src="images/imagename.jpg" border="0"> < /a> Last edited by chris1977uk; 02-09-2004 at 05:13 AM. |
|
|
|
|
|
#6 |
|
Banned
Join Date: Jul 2000
Location: Bakersfield,CA
Posts: 7,761
|
|
|
|
|
|
|
#7 |
|
Moderator
Staff
Premium Member
Join Date: Aug 2003
Location: Richmond, VA
Posts: 7,835
|
Or http://www.htmlgoodies.com - the best HTML tutorial I've went through in years!!
. The guy who made the site retired, but the site and tutorials are still up.kram
__________________
"For today, goodbye. For tomorrow, good luck. And forever, Go Blue!"
University of Michigan President Mary Sue Coleman |
|
|
|
|
|
#8 |
|
Member (4 bit)
|
Yeah. If you want, you can change the color of the boxes in the table.
Like TD BGCOLOR="996633" I just started with html a few days ago, so forgive me if I'm a little *too* anxious to share what little knowledge I have. Last edited by Shiva; 02-24-2004 at 06:26 AM. |
|
|
|
|
|
#9 | |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
Quote:
__________________
Want to Make $$$$ with your Computer? No Risk! Simply press shift-4 four times in a row |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|