|
|
|
|
![]() ![]() |
Aug 31 2006, 04:21 AM
Post
#1
|
|
|
Super Member Group: [HOSTED] Posts: 740 Joined: 8-April 06 From: Lima - Peru Member No.: 12,579 |
In this site you can find some excellent CSS layouts and code snipets, its very simple but more important its very EFFECTIVE.
So dont waiste time and visit : Code-Sucks Best regards, |
|
|
|
Aug 31 2006, 04:58 AM
Post
#2
|
|
|
Advanced Member Group: Members Posts: 179 Joined: 14-August 06 From: Vault 0 / Brazil Member No.: 15,193 |
Nice, though there isn't much content, the CSS/PHP sections will probably help me on setting up my new website here in Astahost. I know so little PHP that even this pretty basic stuff might prove useful. But could have some more advanced content (and more in number as well).
|
|
|
|
Aug 31 2006, 06:39 AM
Post
#3
|
|
|
Member [ Level 2 ] Group: Members Posts: 70 Joined: 29-August 06 Member No.: 15,594 |
Well, the site mentioned by TavoxPeru is too basic. Effective yes. But not very well organized.
Things are scattered around. But yes, for somebody who doesn't want to learn much fundu stuff and just want to see the job through, the site is useful. Basically if you have less time and more job to do (Very basic level), this is a good site for you. |
|
|
|
Aug 31 2006, 08:44 AM
Post
#4
|
|
|
Member [ Level 1 ] Group: Members Posts: 39 Joined: 21-July 06 Member No.: 14,645 |
Looks cool, but i can type CSS pretty fast along with HTML. This would be great for beginners. I also like writing to my exact specs. Beginners should check this out for sure though.
|
|
|
|
Aug 31 2006, 02:38 PM
Post
#5
|
|
|
Way Out Of Control - You need a life :) Group: [MODERATOR] Posts: 1,969 Joined: 16-August 05 Member No.: 7,896 |
In this site you can find some excellent CSS layouts and code snipets, its very simple but more important its very EFFECTIVE. So dont waiste time and visit : Code-Sucks Best regards, Very simple layouts, if you want to do quick and dirty things. I would like to know if it's easy to slightly change them, for instance adding a picture in the header. Because, unfortunately, I'm not like these guys "who can type CSS pretty fast along with HTML". This post has been edited by yordan: Aug 31 2006, 02:40 PM |
|
|
|
Sep 1 2006, 01:10 AM
Post
#6
|
|
|
Super Member Group: [HOSTED] Posts: 740 Joined: 8-April 06 From: Lima - Peru Member No.: 12,579 |
Very simple layouts, if you want to do quick and dirty things. I would like to know if it's easy to slightly change them, for instance adding a picture in the header. Because, unfortunately, I'm not like these guys "who can type CSS pretty fast along with HTML". CODE <div id="header"><img src="logo.jpg"></div> Best regards, |
|
|
|
Sep 1 2006, 09:10 AM
Post
#7
|
|
|
Way Out Of Control - You need a life :) Group: [MODERATOR] Posts: 1,969 Joined: 16-August 05 Member No.: 7,896 |
QUOTE <div id="header"><img src="logo.jpg"></div> You are right, it's very simple. Thanks a lot, TavoxPeru ! |
|
|
|
Sep 1 2006, 11:45 PM
Post
#8
|
|
|
Super Member Group: [HOSTED] Posts: 740 Joined: 8-April 06 From: Lima - Peru Member No.: 12,579 |
|
|
|
|
Sep 4 2006, 11:04 AM
Post
#9
|
|
|
Way Out Of Control - You need a life :) Group: [MODERATOR] Posts: 1,969 Joined: 16-August 05 Member No.: 7,896 |
QUOTE <div id="header"><img src="logo.jpg"></div> OK, this works fine in the html page. Is it possible to put it in the css file ? is there a syntax for inserting an image in a css file ? |
|
|
|
Sep 4 2006, 03:19 PM
Post
#10
|
|
|
Advanced Member Group: Members Posts: 182 Joined: 15-November 05 From: Inland from the Left Coast of Canada Member No.: 9,627 |
is there a syntax for inserting an image in a css file ? No. The HTML is the information that you want to present to the user. The Image belongs in the HTML portion of the page. The CSS is a method which alters the presentation of the information, not the information itself. Therefore, to add an image to the page, it must be in the HTML and not the CSS. |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 22nd August 2008 - 12:19 AM |