![]() |
IOBit Software
|
|
|
||||||
| Programming Place to discuss programming including HTML, Java, C++, MySQL and others. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Hey Guys,
I'm working on my final project for my HTML class. What I have to do is make a personal web site. I have it all down except this table: Quote:
Thanks, Spock96
__________________
"Life can knock you down keep you there, then kick you in the teeth. But remember this my friends you can ALWAYS stand again." |
| Sponsored links |
|
|
|
#2
|
||||
|
||||
|
Just use a style sheet.
Code:
<style type="text/css">
table tr td:first-child { width:20%; }
</style>
GermanOne |
|
#3
|
|||
|
|||
|
You can also add a line break in that long description.
Code:
<tr> <td><b>first guitar-- First Act MG374 Acoustic Steel String Guitar <br>(36-Inch, Blue with Star Graphics)</b></td> <td><img src="First Act Acoustic.jpg" alt="First Guitar"></td> </tr>
__________________
Experience is what you get right after you needed it. |
|
#4
|
||||
|
||||
|
Where would I put this in my code?
__________________
"Life can knock you down keep you there, then kick you in the teeth. But remember this my friends you can ALWAYS stand again." |
|
#5
|
||||
|
||||
|
Usually in the head.
Small example with your table (slightly changed to show how css work): PHP Code:
GermanOne |
| Sponsored links |
|
|
|
#6
|
||||
|
||||
|
This is my problem,
Quote:
Like this: Quote:
__________________
"Life can knock you down keep you there, then kick you in the teeth. But remember this my friends you can ALWAYS stand again." |
|
#8
|
||||
|
||||
|
Quote:
__________________
"Life can knock you down keep you there, then kick you in the teeth. But remember this my friends you can ALWAYS stand again." |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help with Routing Tables | savoxis | Networking | 1 | 01-10-08 11:16 |
| MS Word tables | rbilleaud | Software | 0 | 07-11-06 13:38 |
| tables in MS Word... | technaut | Software | 7 | 05-10-06 23:27 |
| Tables HTML PHP | mastermosley | Programming | 0 | 01-30-06 22:07 |
| Tables (HTML) | DinoRoberts | Programming | 6 | 11-16-03 19:18 |