HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
help me with CSS
Post new topic   Reply to topic    HTML Help Forum Index -> CSS
View previous topic :: View next topic  
Author Message
Matrix



Joined: 26 Apr 2005
Posts: 2

PostPosted: Tue Apr 26, 2005 10:35 pm     help me with CSS Reply with quote

Can anyone personally help me with my website in CSS? i currently know little about csss but "Not" much...so i was thinking if any experts herewho can help me with that if possible...if so please contact me by PM Smile thanks alot!
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8431
Location: Castle Pines North, CO USA

PostPosted: Wed Apr 27, 2005 4:10 am     Reply with quote



What are you wanting to know? Most people on here prefer to work on the forum to help others as well with questions
degsy



Joined: 23 Feb 2005
Posts: 2440
Location: North East, UK

PostPosted: Wed Apr 27, 2005 5:33 am     Reply with quote

nice tutorial http://www.w3schools.com/css/default.asp
Matrix



Joined: 26 Apr 2005
Posts: 2

PostPosted: Wed Apr 27, 2005 9:39 pm     Reply with quote

Corey Bryant wrote:
What are you wanting to know? Most people on here prefer to work on the forum to help others as well with questions


i know little bit of css but not much Sad im in a basic "Level" of css Sad anyways i just want to translate my site into CSS i made it with "Front Page" so i was thinking if anyone would be able to help me with this ...check it out..

http://www.geocities.com/mazx2001/test/

umm mostly i would like to now how i can create those TABLE and have "solid border with color" exactly like that Smile it was easy to do with front page but it isnt easy for me Sad in css...if u can help..would be appreciated!
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8431
Location: Castle Pines North, CO USA

PostPosted: Thu Apr 28, 2005 3:56 am     Reply with quote

Well if you want all the tables to have a border, it could be something like
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
<style type="text/css">
table
{
border: medium double black;
}
</style>
</head>

<body>

<table width="100%">
   <tr>
      <td>&nbsp;</td>
   </tr>
</table>

</body>

</html>

You might take a look at all the border properties here
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> CSS All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial