Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 25
Search took 0.39 seconds.
Search: Posts Made By: alank2
Forum: HTML & CSS 02-26-2013, 03:57 PM
Replies: 2
Views: 226
Posted By alank2
Hi, I installed the notepad++ and plugins. ...

Hi,

I installed the notepad++ and plugins. Do you mean use jsmin to minimize both html/css and use tidy2 to expand it back to something readable?

tidy2 replaces   with a black inverted...
Forum: HTML & CSS 02-25-2013, 05:04 PM
Replies: 2
Views: 226
Posted By alank2
CSS/HTML editor and whitespace compression...

Hi,

So far I've just been using notepad, but I'm used to indenting so that I can see which tags match each other. This puts a huge amount of whitespace in my files that bloat them. Is there a...
Forum: Apache configuration 02-14-2013, 07:19 PM
Replies: 6
Views: 963
Posted By alank2
Hi Fou-Lu, Thank you - that fixed it!! :) ...

Hi Fou-Lu,

Thank you - that fixed it!! :)

Alan
Forum: HTML & CSS 02-14-2013, 06:34 PM
Replies: 2
Views: 380
Posted By alank2
CSS menu help...

Hi everyone,

I am using a free css menu, but I can't get some small icons to show up at the right of the menu. For some reason the icons want to show up vertically.

The wp.png is in the menu...
Forum: HTML & CSS 02-14-2013, 03:59 PM
Replies: 5
Views: 246
Posted By alank2
Hi, Thanks - indeed! :) Alan

Hi,



Thanks - indeed! :)

Alan
Forum: HTML & CSS 02-14-2013, 03:49 PM
Replies: 5
Views: 246
Posted By alank2
Hi coothead, Thank you - that fixed it all...

Hi coothead,

Thank you - that fixed it all right!!

Alan
Forum: Apache configuration 02-14-2013, 03:48 PM
Replies: 6
Views: 963
Posted By alank2
Hi, I set the Apache service to use a local...

Hi,

I set the Apache service to use a local administrator that I know has access and restarted it. Same error. D:\5 is a local drive.

Any other ideas?

Thanks for the help!

Alan
Forum: Apache configuration 02-14-2013, 02:53 PM
Replies: 6
Views: 963
Posted By alank2
Hi, I didn't know where to put it - I did a...

Hi,

I didn't know where to put it - I did a search and found others asking questions about xampp in this forum...

I am running xampp on windows - it does say : "Running with Administrator...
Forum: Apache configuration 02-14-2013, 02:37 PM
Replies: 6
Views: 963
Posted By alank2
Trying to get an alias to work in xampp...

Hi,

I added this to the configuration file:


Alias /sources "D:/5"

<Directory "D:/5">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Forum: HTML & CSS 02-14-2013, 02:08 PM
Replies: 5
Views: 246
Posted By alank2
CSS Menu issue with doctype change...

Hi,

I admit to not knowing much about various doctypes, but I've been using:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


I then used a cssmenu I downloaded and the...
Forum: General web building 02-13-2013, 07:08 PM
Replies: 20
Views: 2,774
Posted By alank2
Hi, I got it working with xampp - what other...

Hi,

I got it working with xampp - what other differences are there between file extensions? Should I use .shtml for every page or just ones with includes in them?

Thanks,

Alan
Forum: General web building 02-08-2013, 02:46 PM
Replies: 20
Views: 2,774
Posted By alank2
Hi, Thanks for all the help everyone, I'll...

Hi,

Thanks for all the help everyone, I'll check out xampp.

Alan
Forum: General web building 02-06-2013, 07:35 PM
Replies: 20
Views: 2,774
Posted By alank2
Hi, I'm trying it with the webserver built...

Hi,

I'm trying it with the webserver built into win7, iis7.

Is there no easy way to import another html that doesn't have so many requirements?

Thanks,

Alan
Forum: General web building 02-06-2013, 05:47 PM
Replies: 20
Views: 2,774
Posted By alank2
Hi, I'm trying to use: <!--#include...

Hi,

I'm trying to use:


<!--#include virtual="hello.htm" -->


With hello.html containing:
Forum: General web building 02-06-2013, 03:56 PM
Replies: 20
Views: 2,774
Posted By alank2
Hi, Will a server side include when viewing...

Hi,

Will a server side include when viewing a file locally in a web browser?

Thanks,

Alan
Forum: General web building 02-06-2013, 03:36 PM
Replies: 20
Views: 2,774
Posted By alank2
What is the best way to include another html file?

Hi,

What is the best way to include another html file such as a footer that is the same on all pages. I read about using a server side include, but is there a better way to do it?

Thanks,
...
Forum: HTML & CSS 10-19-2012, 01:36 PM
Replies: 3
Views: 421
Posted By alank2
Hi, Thank you for the examples!! :) Alan

Hi,

Thank you for the examples!! :)

Alan
Forum: HTML & CSS 10-18-2012, 02:40 PM
Replies: 3
Views: 421
Posted By alank2
How to make a hover that changes a picture..

Hi,

What I'd like to do is have a horizontal or vertical menu that not only changes the color of the button you hover over, but also changes a single larger picture underneath or to the right of...
Forum: HTML & CSS 07-24-2012, 02:52 PM
Replies: 5
Views: 1,155
Posted By alank2
Hi John, Would you advise doing it in CSS3...

Hi John,

Would you advise doing it in CSS3 instead of using Javascript. I found a javascript example at:

http://www.delphifaq.com/faq/javascript/f1030.shtml

Will the CSS3 method work in...
Forum: HTML & CSS 07-23-2012, 08:11 PM
Replies: 5
Views: 1,155
Posted By alank2
Can you use HTML/CSS to make sections that expand/collapse?

Hi,

For example, if you have a summary of something that takes up 100 pixels normally in height, but if the user clips expand, then it expands to 600 pixels. Not over top of the rest of the page,...
Forum: HTML & CSS 06-16-2012, 11:22 PM
Replies: 1
Views: 346
Posted By alank2
Is there a tool that does this?

Hi,

I've been working with html and css files and if there was a single tool that would:

1. Validate a bunch of files such as *.html and *.css all at once a produce a report.

2. Reformat a...
Forum: HTML & CSS 06-12-2012, 02:34 PM
Replies: 4
Views: 210
Posted By alank2
Hi, Thanks guys - I will try that. One...

Hi,

Thanks guys - I will try that.

One other question - if I remove the height: 500px; from the .main (it was there for testing), I noticed that the leftpane and rightpane lose their white...
Forum: HTML & CSS 06-12-2012, 02:04 PM
Replies: 4
Views: 210
Posted By alank2
How can I make this border extend?

Hi,

Does it have to do with clearing? I would like the border between the left and right panes to autosize to the pane that is taller...


.main
{
height: 500px;
background:...
Forum: HTML & CSS 06-11-2012, 01:07 PM
Replies: 4
Views: 390
Posted By alank2
Hi, Thanks for the tips everyone - that...

Hi,

Thanks for the tips everyone - that worked great.

I'm new at CSS, but trying to learn.

Thanks,

Alan
Forum: HTML & CSS 06-11-2012, 03:19 AM
Replies: 4
Views: 390
Posted By alank2
Div is made taller than the only thing it contains in IE...

Hi,

In Firefox the DIV expands to contain the image perfect with no border on it, but in IE there is a small strip of RED border at the bottom. I made it red to stand out. Any idea why IE makes...
Showing results 1 to 25 of 25

 
Forum Jump

All times are GMT +1. The time now is 08:00 AM.