Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 110
Search took 0.28 seconds.
Search: Posts Made By: ahayzen
Forum: HTML & CSS 09-03-2010, 04:58 PM
Replies: 6
Views: 1,026
Posted By ahayzen
Hi Sclark and Welcome to the coding forums ...

Hi Sclark and Welcome to the coding forums

You could add in the position and width tags to your css so it would become:


html, body {
height: auto;
}
body {
margin-left: 0px;
Forum: General web building 09-01-2010, 10:25 AM
Replies: 1
Views: 762
Posted By ahayzen
Hi Derek Silverman and Welcome to the coding...

Hi Derek Silverman and Welcome to the coding forums

You can use Google Page Speed plugin for FireFox which is very good at telling you the speed of your site.

Available here...
Forum: HTML & CSS 08-29-2010, 08:45 PM
Replies: 7
Views: 707
Posted By ahayzen
Hi Doctor_Varney Here is a easy explanation...

Hi Doctor_Varney

Here is a easy explanation of the doctypes
http://www.w3schools.com/tags/tag_DOCTYPE.asp

However I now use the HTML5 doctype

<!DOCTYPE html>
Forum: PHP 08-24-2010, 11:00 AM
Replies: 6
Views: 1,771
Posted By ahayzen
Hi mlseim Using isset worked perfectly. ...

Hi mlseim

Using isset worked perfectly.
Odd how it only affect IE?!

Andy
Forum: PHP 08-23-2010, 10:01 PM
Replies: 6
Views: 1,771
Posted By ahayzen
Thanks for your reply i will have a look and post...

Thanks for your reply i will have a look and post tomorrow.

Andy
Forum: PHP 08-23-2010, 09:09 PM
Replies: 6
Views: 1,771
Posted By ahayzen
IE is magically changing session variables

Hi

I am writing a login script but I am having some issues with IE and session variables.

I set two session variables which are used to salt the password.
...
Forum: HTML & CSS 08-22-2010, 12:33 PM
Replies: 7
Views: 1,523
Posted By ahayzen
Hi Well the first change was box2 to float....

Hi

Well the first change was box2 to float. If you want some divs or whatever to float you have to tell them all to float. So for you box 1 and 2 need to float.

The second one stops the parent...
Forum: General web building 08-22-2010, 12:29 PM
Replies: 2
Views: 874
Posted By ahayzen
Hi Element It appears to be fine for me in...

Hi Element

It appears to be fine for me in FireFox, Opera and Google Chrome? As you can see in the image.

Andy

P.S Sorry for the horrible compression but there is a limit of 50kb.
Forum: HTML & CSS 08-22-2010, 12:19 PM
Replies: 7
Views: 1,523
Posted By ahayzen
Also after the two floating divs try putting ...

Also after the two floating divs try putting


<br style="clear:both"/>


This should stop the second image from happening.

Andy
Forum: HTML & CSS 08-22-2010, 12:17 PM
Replies: 7
Views: 1,523
Posted By ahayzen
Hi IMPtheIMP and welcome to the coding forums. ...

Hi IMPtheIMP and welcome to the coding forums.

You said that they were not floating in the first example then you said that this was the code for the second box in your first example?

#box2 {...
Forum: HTML & CSS 08-19-2010, 07:16 PM
Replies: 4
Views: 981
Posted By ahayzen
Ok Well try this: Just pretend that...

Ok

Well try this:

Just pretend that upload.cgi is now file2.

If you look at http://php.net/manual/en/function.header.php, you can see that you can tell the browser what content-type you are...
Forum: HTML & CSS 08-18-2010, 08:36 PM
Replies: 4
Views: 981
Posted By ahayzen
Hi If you can use php then a simple way to...

Hi

If you can use php then a simple way to do this would be to create a random session variable and then verify that it is the same so:

File 1 (User enters on this page)

<?php...
Forum: HTML & CSS 08-18-2010, 06:01 PM
Replies: 6
Views: 1,050
Posted By ahayzen
Add right:0px; to the #workimages so this ...

Add right:0px; to the #workimages

so this


#workimages {
padding-top: 210px;
position: absolute;
float: left;
left: 350px;
Forum: HTML & CSS 08-17-2010, 08:35 PM
Replies: 6
Views: 1,050
Posted By ahayzen
Or you could change #workimages { ...

Or you could change


#workimages {
padding-top: 210px;
position: absolute;
float: left;
left: 350px;
top: 0px;
bottom: 0px;
Forum: HTML & CSS 08-17-2010, 08:30 PM
Replies: 6
Views: 1,050
Posted By ahayzen
Hi and welcome to the forums. you could try...

Hi and welcome to the forums.

you could try putting a

<br style="clear:both">

after the last image as a quick fix.

So you would put it here.
Forum: HTML & CSS 07-31-2010, 04:05 PM
Replies: 6
Views: 1,201
Posted By ahayzen
Hi Could you not use the code view to add in...

Hi

Could you not use the code view to add in the title attribute to the img tag?

If you can't find the image in the code you can use live view and live code together at the same time to locate...
Forum: Building for mobile devices 07-24-2010, 09:17 PM
Replies: 3
Views: 2,027
Posted By ahayzen
Hi and Welcome to the Coding Forums To add...

Hi and Welcome to the Coding Forums

To add the images to a li use the code below.


<html>
<head>
<style type="text/css">
.x {
list-style-image:url('imageforx.gif');
Forum: HTML & CSS 07-23-2010, 05:19 PM
Replies: 4
Views: 603
Posted By ahayzen
Hi If you have recently changed your title...

Hi

If you have recently changed your title then it can take some time for it to refresh your new title and other meta data. Also using a sitemap.xml map may help the process.

Andy
Forum: HTML & CSS 07-22-2010, 04:54 PM
Replies: 2
Views: 661
Posted By ahayzen
Hi <div id="tab4"> <a...

Hi


<div id="tab4">
<a href="contact.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('contact tab','','images/rollovers/contact_o.gif',1)">
<img...
Forum: HTML & CSS 07-22-2010, 01:20 PM
Replies: 3
Views: 9,860
Posted By ahayzen
Hi Here is some useful reading: HTML ...

Hi

Here is some useful reading:

HTML
-Forms http://w3schools.com/html/html_forms.asp
-HTML Form Example http://www.w3schools.com/HTML/tryit.asp?filename=tryhtml_form_mail

PHP
-PHP Mail...
Forum: HTML & CSS 07-08-2010, 01:50 PM
Replies: 9
Views: 1,590
Posted By ahayzen
Try changing the text-align:center; to...

Try changing the text-align:center; to text-align:left;


#lhnavbar {
position:relative;
float:left;
width:14.5%;
background:yellow;
font-size:100%;
padding:0px;
Forum: HTML & CSS 07-08-2010, 12:29 PM
Replies: 2
Views: 3,215
Posted By ahayzen
Hi stfc_boy That doesn't look like HTML or...

Hi stfc_boy

That doesn't look like HTML or CSS. Did you post this in the wrong section?
if so please move to the relevant section.

Andy
Forum: HTML & CSS 07-05-2010, 02:17 PM
Replies: 7
Views: 870
Posted By ahayzen
In you HTML add height attributes. <a...

In you HTML add height attributes.


<a href="#"><img src="images/businessCards1.jpg" alt="Business Card Offer" style="height:264px;" /></a>
<a href="#"><img src="images/letterheads.jpg"...
Forum: HTML & CSS 07-05-2010, 02:14 PM
Replies: 10
Views: 1,537
Posted By ahayzen
Try putting the background in the other CSS tags....

Try putting the background in the other CSS tags.


#mainmenu ul li a:link,
#mainmenu ul li a:visited {
margin-left: 1.6em;
color: #595a5c;
text-decoration: none;
float: left;
...
Forum: HTML & CSS 06-25-2010, 02:33 PM
Replies: 7
Views: 2,143
Posted By ahayzen
Yeah it works in 'modern' browsers. But because...

Yeah it works in 'modern' browsers. But because you have to use prefixes to select the mozilla and webkit engines it doesn't currently pass W3C validation and isn't recommended by W3C as half of the...
Showing results 1 to 25 of 110

 
Forum Jump

All times are GMT +1. The time now is 12:15 AM.