Forum: PHP 16 Days Ago |
| Replies: 15 Views: 3,883 Hi Nicky,
Would probably be better if you add to this thread or start a new one, so that the solution is freely available. |
Forum: PHP 19 Days Ago |
| Replies: 5 Views: 152 Are you able to print the array? |
Forum: PHP 19 Days Ago |
| Replies: 3 Views: 257 Hi Deon,
Thanks for your help. Ending up going with the following, that works quite well
// Get event arrays
$today = time();
$events =... |
Forum: PHP 20 Days Ago |
| Replies: 3 Views: 257 Hi, so im pulling arrays from facebook. But i would like to sort them.
Here is how the arrays look
Array
(
[0] => Array |
Forum: HTML and CSS Jul 2nd, 2009 |
| Replies: 3 Views: 612 Ok... Let me try help you out, with css do the following:
Image 6 will be your body background.
Image 5 will be your header background.
Image 2 your main content background.
Image 1, 3, 4 will... |
Forum: HTML and CSS Jul 2nd, 2009 |
| Replies: 5 Views: 450 So true.
Here is a working link, from the original author might i add (a lot easier on the eyes if you ask me),
Click here... |
Forum: HTML and CSS Jul 2nd, 2009 |
| Replies: 14 Views: 832 You are actually being quite ridiculous bob. Wikipedia is probably the worst example you could think of. It's like you telling him (in lame-mans terms) to build a factory, it can do EVERYTHING FOR... |
Forum: HTML and CSS Jul 2nd, 2009 |
| Replies: 4 Views: 1,137 First things first. You dont have "#" before your colours. Secondly, the tracy_details class, min-width, does not have a unit. To be totally honest i can't see what is going on, i would help you, if... |
Forum: HTML and CSS Jul 1st, 2009 |
| Replies: 5 Views: 562 Designing fluid is actually really hard, because a lot of things come into play. A trick i like to use is, make sure it works in 1024 and chances are it will work on hi-res. Don't even try go as low... |
Forum: HTML and CSS Jul 1st, 2009 |
| Replies: 4 Views: 418 Both answers are completely correct. Rule of thumb though, IDs are unique, classes aren't, hence only using them once in a page. |
Forum: HTML and CSS Jul 1st, 2009 |
| Replies: 14 Views: 832 hi siji44,
Honestly, its only four pages, don't think you need to go php. simply repeat your header divs using the same classes and if you coded it right, once you change your classes, all your... |
Forum: HTML and CSS Feb 18th, 2009 |
| Replies: 2 Views: 929 I'd try:
body {
background:#FFFCF5 url(images/bg.gif) no-repeat fixed center bottom;}
Only issue I forsee is the the footer might be a problem, but sure you would work it out |
Forum: HTML and CSS Feb 18th, 2009 |
| Replies: 7 Views: 1,528 Hi Erek,
Why would you have line breaks to position an image? Just use something along these lines;
#body {
background: url(my image url) center center fixed;
/*Other possible values... |
Forum: HTML and CSS Feb 17th, 2009 |
| Replies: 5 Views: 499 Hi,
Could you post the HTML as well. Would like to see how you nested your divs.
And as for your Styles... Wow, sure there would be a WAY easier way to achieve what you trying to do.
Let em... |
Forum: HTML and CSS Feb 17th, 2009 |
| Replies: 10 Views: 1,398 Not a problem... We all got to start somewhere :) |
Forum: Graphics and Multimedia Feb 16th, 2009 |
| Replies: 10 Views: 1,493 Read the post probably... then re-think what you just said to me. |
Forum: Graphics and Multimedia Feb 16th, 2009 |
| Replies: 10 Views: 1,493 Photoshop allows you to save as specific web formats. Not sure what version you are using, but to save for web do the following:
FILE > Save for web and devices
or alternatively use the... |
Forum: Graphics and Multimedia Feb 16th, 2009 |
| Replies: 10 Views: 1,493 Hi Erek4,
First things first. Read up on the link below, it will explain how to create rounded corners (too lazy to type it out for you)
Click here... |
Forum: HTML and CSS Feb 16th, 2009 |
| Replies: 10 Views: 1,398 I believe this thread has been solved, please mark it accordingly |
Forum: HTML and CSS Feb 13th, 2009 |
| Replies: 4 Views: 587 I'll tell you one thing. Heading should be:
<h3>Laboratory</h3> |
Forum: HTML and CSS Feb 13th, 2009 |
| Replies: 2 Views: 982 Hi Veledrom,
Use "%0A" for a new line, use "%0A%0A" for a new line preceded by a blank line.
Eg:
<input type="button" value="Unsubscribe"... |
Forum: HTML and CSS Feb 13th, 2009 |
| Replies: 5 Views: 831 Hi Jessica,
I don't see why not. |
Forum: HTML and CSS Feb 12th, 2009 |
| Replies: 10 Views: 1,398 noticed i used the same class twice. Just swap the second .header for "content_title" or whatever. Then change your div classes to match it |
Forum: HTML and CSS Feb 12th, 2009 |
| Replies: 10 Views: 1,398 Ok dude, but you really should be tryin to do this yourself, how else you gonna learn? Anyway, here is the code seperated. Just add the css part to a .css file, and link to it from your html.
All... |
Forum: HTML and CSS Feb 12th, 2009 |
| Replies: 10 Views: 1,398 Easy... Nest your divs. Ill do one, then you should be able to take it from there.
<div id="container" style="width:100%">
<div class="header" style="width:100%; height:100px;... |
Forum: HTML and CSS Feb 12th, 2009 |
| Replies: 10 Views: 1,398 Hi,
Very simple, I'm using inline styling, feel free to create it in a seperate stylesheet.
<div id="container" style="width:100%">
<div class="header" style="width:100%; height:100px;... |
Forum: Graphics and Multimedia Jan 8th, 2009 |
| Replies: 10 Views: 1,882 Agree with Midi... Web Icons are relatively simple to create, get photoshop and illustrator and you open up for business.
If you not sure where to start, simply get some tutorials (tons out... |
Forum: Site Layout and Usability Jan 8th, 2009 |
| Replies: 7 Views: 1,279 I know its solved and all... but just incase any of you other people are interested and don't feel like going to read it up on another site, here is how its done.
To link to a specific title... |
Forum: HTML and CSS Oct 16th, 2008 |
| Replies: 10 Views: 2,364 To understand you properly, what you are saying is that you would like your menu background (colour) to be the same height as the content (page001)?
If so, I would simply let my #content include... |
Forum: HTML and CSS Oct 16th, 2008 |
| Replies: 2 Views: 629 Hi billie,
Ok, So I would go mySQL (instead of CSV) simply because we can pull it straight from the db without having to manually get involved (yes, in most CSV cases, exporting is a MUST).
... |
Forum: HTML and CSS Oct 9th, 2008 |
| Replies: 8 Views: 962 I see you coding in js.
Well my first thought would be is to add a simple gotoURL function. But since you want to validate the password first, i would recommend handling it all through PHP. |
Forum: HTML and CSS Oct 9th, 2008 |
| Replies: 3 Views: 534 Hi jb1ker,
Just to let you know, its not that IE can't handle the png format, it just doesnt support transparency. |
Forum: Graphics and Multimedia Sep 12th, 2008 |
| Replies: 0 Views: 606 Hi,
So I would like to create a flash banner, that has multiple text links which are called dynamically from an XML document.
Something like this:
Check it out... |
Forum: HTML and CSS Aug 20th, 2008 |
| Replies: 7 Views: 2,372 Hi Steve,
I second Buddy... Its probably something minor, need to see the code though. |
Forum: HTML and CSS Aug 18th, 2008 |
| Replies: 7 Views: 1,610 Not a problem at all... If you need any other help. Just ask.
Another piece of advice. Add your CSS into its own document. Then link it as follows:
<head>
<title> example </title>
<link... |
Forum: HTML and CSS Aug 18th, 2008 |
| Replies: 7 Views: 1,610 <style type="text/css">
<!--
.style2 {color: #FFFFFF}
.style4 {color: #808080}
.style6 {color: #990000}
.style13 {color: #006699; font-weight: bold; }
.style17 {color: #CCCCCC}
a:link {color:... |
Forum: HTML and CSS Aug 18th, 2008 |
| Replies: 7 Views: 1,610 Ok,
So to do this we will use CSS.
a:link {color: #990000; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #008000; text-decoration:... |
Forum: HTML and CSS Aug 18th, 2008 |
| Replies: 7 Views: 1,610 Are you talking about a border of some kind? (since it is a image)...
Simply make sure the border property is set to 0.
<td width="58" height="40" align="right" valign="middle"><a... |
Forum: HTML and CSS Aug 14th, 2008 |
| Replies: 12 Views: 6,053 Plus it isnt supported by most new browsers. Older versions of netscape supported it (not too sure now though).
Any way, just for interest sake. The tag is, |
Forum: HTML and CSS Aug 14th, 2008 |
| Replies: 4 Views: 803 Hi,
1. Add the footer outside the wrapper DIV.
2. The reason why its at the top is because of positioning you using (absolute) which I just dont use. Simply add a margin-top tag to the Footer... |