basic html, can somebody teach me about html.... |
basic html, can somebody teach me about html.... |
Mar 24 2006, 06:45 AM
Post
#1
|
|
![]() ][»hottiebheibi«][ ![]() ![]() ![]() Group: Member Posts: 44 Joined: Aug 2005 Member No: 220,763 |
first and foremost, im a med student not a computer student, so please bear with me
if the code is <div id="bheibi"> it will be #bheibi *right? and <div class="sweet" it will be .sweet right? but, what if the codes are: <img id="pic"> <img class="pic2"> <p id="yes"> <table id="pink"> <a class="blue"> <ul id="black"> and <div id="xanga"> <h2> XANGA BLOG </h2> <div class="buttons"> <ul> <li> <table id="red"> <tr> <td> <ul id="purple"> <li class="violet"> <img class="color"> how do i edit this things??? |
|
|
|
![]() |
Mar 26 2006, 09:56 AM
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
Just add ul or img to css like below.
CODE <style type="text/css">
ul{ color: #000000; background-color: #FFFFFF; font family: Arial; font-size: 12pt; } img{ color: #000000; background-color: #FFFFFF; font family: Tahoma; font-size: 8pt; } </style> |
|
|
|
hottiebheibi basic html Mar 24 2006, 06:45 AM
fishcake-y Same way. Doesn't matter if it's a table, ... Mar 24 2006, 09:51 AM
hottiebheibi but how am i going to edit the <ul> in the d... Mar 26 2006, 09:19 AM
fishcake-y Er... A list/img within a div? Let's say it lo... Mar 26 2006, 11:21 AM
hottiebheibi tnx... now i know better... :) Mar 27 2006, 04:17 AM![]() ![]() |