Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 49
Search took 0.09 seconds.
Search: Posts Made By: Jordann
Forum: HTML & CSS 03-08-2013, 09:13 AM
Replies: 0
Views: 162
Posted By Jordann
Free website

Just kidding just thought ill'd get your attention (; Now I have it I seem to be having a problem my a website im doing for a client turns out the menu and footer text dont want to stay centered when...
Forum: HTML & CSS 03-01-2013, 10:22 AM
Replies: 1
Views: 237
Posted By Jordann
Can you post your code?

Can you post your code?
Forum: HTML & CSS 02-22-2013, 10:34 AM
Replies: 0
Views: 199
Posted By Jordann
Content not working....

The website I'm currently working on has been all good was working all fine the content box and side bar were working fine, Then I added the menu in and now something not working out to well for...
Forum: HTML & CSS 02-08-2013, 11:05 AM
Replies: 5
Views: 668
Posted By Jordann
Try sticking a container around your nav menu...

Try sticking a container around your nav menu usiong this code


menu-container {
width: px;
margin: 0 auto;
}
Forum: PHP 02-07-2013, 09:43 AM
Replies: 2
Resolved PHP Error
Views: 230
Posted By Jordann
Thanks very much for that that certainly got rid...

Thanks very much for that that certainly got rid of the error!
Forum: PHP 02-07-2013, 05:17 AM
Replies: 2
Resolved PHP Error
Views: 230
Posted By Jordann
PHP Error

Im trying to code a events manager off but im coming across this error and unsure how to fix it... Im also new to this whole mysqli thing so if you spot anything out of place feel free to tell me x]...
Forum: HTML & CSS 02-05-2013, 01:59 PM
Replies: 5
Views: 356
Posted By Jordann
try sticking a container around your banner of...

try sticking a container around your banner of 980px or to your choice also stick the container around the inputs once done in your banner code add the float: left; element to it also do this for...
Forum: HTML & CSS 02-05-2013, 01:48 PM
Replies: 2
Views: 188
Posted By Jordann
You could make a seprate subdomain like...

You could make a seprate subdomain like m.mydomain.com or set up a seprate folder for mobiles to be directed to which has a mobile version of your site or you could have a look at responsive web...
Forum: HTML & CSS 02-05-2013, 05:52 AM
Replies: 2
Views: 187
Posted By Jordann
Are you able to post the code for the menu?

Are you able to post the code for the menu?
Forum: PHP 02-04-2013, 11:58 PM
Replies: 1
Views: 254
Posted By Jordann
Error: Access denied for user 'cookie'@'localhost' (using password: NO)

Title says it all, Below is my connection code.

<?php

define('DB_NAME', 'user_name');
define('DB_USER', 'db_name');
define('DB_PASSWORD', 'password');
...
Forum: HTML & CSS 12-15-2012, 12:49 PM
Replies: 3
Views: 291
Posted By Jordann
Have you tried sticking a wrapper around it so it...

Have you tried sticking a wrapper around it so it doesn't go out of the specified width?
Forum: PHP 10-16-2012, 12:28 PM
Replies: 3
Views: 288
Posted By Jordann
If I was you I would start off by learning some...

If I was you I would start off by learning some basic PHP just to get the hang of it by using w3schools (http://www.w3schools.com/php/default.asp)

Good Luck!
Forum: HTML & CSS 10-16-2012, 12:23 PM
Replies: 7
Views: 448
Posted By Jordann
Have you coded your site yet? do you have a link...

Have you coded your site yet? do you have a link to your site so far?
Forum: HTML & CSS 10-09-2012, 01:21 PM
Replies: 3
Views: 462
Posted By Jordann
Im confused on what you are actually asking?

Im confused on what you are actually asking?
Forum: HTML & CSS 09-29-2012, 02:48 PM
Replies: 2
Views: 271
Posted By Jordann
<!DOCTYPE html> <html> <head> <title>Basic...

<!DOCTYPE html>
<html>
<head>
<title>Basic Layout Code</title>
</head>
<body>
Content
</body>
</html>
Forum: HTML & CSS 08-24-2012, 11:51 AM
Replies: 5
Views: 477
Posted By Jordann
If you have access to cpanel find your theme...

If you have access to cpanel find your theme inside the themes folder under wp-content and add it in there as like time.php or something, then login to your wp acc and go to the theme editor where...
Forum: HTML & CSS 08-19-2012, 04:09 PM
Replies: 10
Views: 688
Posted By Jordann
Its your code I just edited it off abit to see if...

Its your code I just edited it off abit to see if i could find a fix


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">...
Forum: HTML & CSS 08-19-2012, 03:49 PM
Replies: 10
Views: 688
Posted By Jordann
i just tried this on my own site and it worked in...

i just tried this on my own site and it worked in ie ? this is weird :\
Forum: HTML & CSS 08-19-2012, 03:13 PM
Replies: 10
Views: 688
Posted By Jordann
Sorry about that try this ...

Sorry about that try this

#social{position:fixed;width:40px;height:163px;margin-top:2.5%;background-color:#fff; margin-left:2px; position: relative;display: inline;float: left;}
Forum: HTML & CSS 08-19-2012, 02:44 PM
Replies: 10
Views: 688
Posted By Jordann
try adding <!--[if !IE]> --> #social{ ...

try adding


<!--[if !IE]> -->
#social{
position:fixed;
position: absolute;
width:40px;
height:163px;
margin-top:2.5%;
Forum: PHP 08-19-2012, 02:21 PM
Replies: 6
Views: 497
Posted By Jordann
you havent got an action set for the form? have...

you havent got an action set for the form? have you got any php to it?
Forum: HTML & CSS 08-19-2012, 02:20 PM
Replies: 10
Views: 688
Posted By Jordann
Its seems to be working fine for me? Unless iv...

Its seems to be working fine for me? Unless iv misunderstood what your trying to say?
Forum: PHP 08-15-2012, 12:10 PM
Replies: 6
Views: 407
Posted By Jordann
Can you post line 27 for me please just line 27....

Can you post line 27 for me please just line 27. Also when posting code stick the [CODE][ /CODE] Tags with out the space
Forum: General web building 08-15-2012, 11:33 AM
Replies: 10
Views: 3,065
Posted By Jordann
Your more then welcome (:

Your more then welcome (:
Forum: PHP 08-15-2012, 11:32 AM
Replies: 6
Views: 407
Posted By Jordann
line 27? <li class="icon-home"><a...

line 27?

<li class="icon-home"><a href="<?php echo (isset($this->_rootref['U_INDEX'])) ? $this->_rootref['U_INDEX'] : ''; ?>" accesskey="h"><?php echo ((isset($this->_rootref['L_INDEX'])) ?...
Showing results 1 to 25 of 49

 
Forum Jump

All times are GMT +1. The time now is 07:51 PM.