A few things to check.
Is the css file called style.css, and not style.css.txt
You can confirm this by forcing windows to show extensions
Link to do that here
next use this link tag instead,
<link rel="stylesheet " href="style.css " type="text/css">
Let me know if you are still having problems
User Profile
Collapse
-
-
your div id "light" has negative top position. Thats making it appear higher than the browsers view port.
If i remove that, or give it a positive top position, i am able to see it. Does that seem right to you?
Try it and let me know if there is something else i am missing.Leave a comment:
-
Sounds like the SMTP is timing out. perhaps up the smtp->timeout to something like 100 or higher perhaps.
If it still fails it could be possible that the connection to the smtp you are using is incorrect. You could try using telnet or some other similar tool to see if the smtp server you are trying to connect to is accepting connections from your machine.Leave a comment:
-
Hi,
have you seen this article
Printing a MySQL table to a dynamic HTML table with PHP
It maybe enough to get you started. If you have any questions let me know.Leave a comment:
-
Hi, I'm not fully clear on what you mean by scroll down menu and what you are trying to achieve, please submit your html, and it may shed some light on your scenario.Leave a comment:
-
If you're asking how to include a file on the serverside using php, the below link will explain how to do it in detail.
I've also included a simple example of how to do it.
If you're asking for server side includes, this is the wrong forum, but i have also included how to do that below
function.includ e
<?php include 'header.html'; ?>
<!--#include virtual="/header.html"...Leave a comment:
-
Only just got back myself after a long absense as you probably noticed. So VERY BELATED welcome back :D -
OMG you're alive! I haven't seen you in ages. -
A few solutions....
Firstly..... put an empty li tag at the bottom with the footer image in it.. and give it its own class name....
Use a div instead of a ul, and in side that div... have a head div, middle div and a footer div.... and in the middle div put the ul.
If you show me your html i'll tell you what i would do.... or provide me with a linkLeave a comment:
-
Hi,
Its working fine in my IE... have you tried removing the "width=100% " from the table tag... or am a missing the point?
Regards
Harsh MaulLeave a comment:
-
After a year on sabbatical, i am back. And in full effect.
Not to drown you with all my problems... But HarshMaul back in effect!
And i can't wait to get dug in. -
i seem to remember the doc telling me how to do this in a previous thread which i can't find right now.... but heres a link my good friend google found
http://blogs.msdn.com/ie/archive/200...e-machine.aspx...Leave a comment:
-
-
fieldsets display nicely in xp with the theme set to the xp theme. but that doen't help youLeave a comment:
-
This one is cot advisable... you should use the css aproach....
Code:table tr td{ border: 1px solid #000000; }
Leave a comment:
-
The only html solutiom will be...
[HTML]<a href="mailto:me @you.com?subjec t=Contact">Cont act us</a>[/HTML]
Any others you will need to post in the appropriate forumsLeave a comment:
-
Depending on the server side language you use you can pass details like that. however that question is more suited to the serverside forums. so which ever serverside language you use you should ask there!
but to get you started
php
Code:$_GET["qsName"]
Code:request.QueryString["qsName"]
Leave a comment:
-
-
Hmmm... i could build it on the page... only problem there is i will need to use it accross the whole site... but cheers for the input....
I do think i have cracked it however using this....
Code:Request.ServerVariables["HTTP_X_REWRITE_URL"]
Leave a comment:
-
Re-writes
Hi all,
Quick question i hope...
so i have IIS with ISAPI re-writes...
for arguements sake lets say i want to
Code:Response.Write
How would i do that?
A bit more detail in case my description is vaigue....
I have re written the page...
Code:/index.aspx?type=forums&title=london-2007
Code:/forums/london-2007/
No activity results to display
Show More
Leave a comment: