[eluser]niwtxehpa[/eluser]
[quote author="Adam Griffiths" date="1224713405"]I make a folder called static in the same one as index.php, i.e.
Quote:index.php
application/
static/
Inside static I have folders for css, images etc, and then reference the CSS like this.
Code:
<link rel="stylesheet" href="<?php echo base_url()."static/_css/admin.css" ?>" type="text/css" media="screen" />
I just put ../_img/imagename.png in the CSS in relation to images.[/quote]
Thank you for your input, but I need to be able to have the wysiwyg-ness of dreamweaver; the php code would not execute in dreamweaver, therefore no css sheet would be attached (as far as design view is concerned).