Can anyone help me? I'm starting to use Smarty and I'm having a few problems. My template file looks something like this (simplified version):
{config_load file="config_file.conf"}
{include...
Type: Posts; User: Borior
Can anyone help me? I'm starting to use Smarty and I'm having a few problems. My template file looks something like this (simplified version):
{config_load file="config_file.conf"}
{include...
Try putting the banner exchange code in a container div. On that div declare the following: clear: both; ... That may do it, but I don't exactly see why you are building this site using layers, its...
Should work fine in Mozilla, NS < 5 is the one you want to watch with the dodgy float/box model. Oh and by the way, you missed out the second 'f' in fifth in the logo. ;)
Borior
If you don't want a top-margin ... always specify margin-top: 0; or margin: 0 0 0 0; just to ensure that the site does what you want it to do in all browsers.
Borior
I think all of these ideas are good in their own right, but i would avoid using tables for layout. My personal preference would be to use the vertical centering technique documented at "Web Page...
Well i'm sorry this didn't work. It might be worth setting the background-color to transparent - background-color: transparent;. Some browsers may not render it properly otherwise.
I'm not sure, but i imagine that if used something like this it might work.
/* -- ( XHTML ) ------------ */
<div id="wrapper">
<div id="mydiv">
My content and stuff
</div>
No problem ... glad I could help.
Borior
1) Sure you can, have a look at Jeffrey Zeldman's Site and look at the little image at the bottom ... and then rollover it. He does that using javascript. I think it would probably be hard to do in...
It depends what you mean ... as i'm sure you know, CSS "cascades" ... i.e. if you declare a:link { color: red; } at the start of a css document and declare a:link { color: green; } at the end, i.e....
This is a very common problem ... and it's got to do with CSS specificity ... the order in which you declare the a:link/a:hover properties is important ... and standards-compliant browsers will...
Hi borderline, and welcome to WDF!
I would imagine that your problem lies here:
/* CSS Document */
}
A:link, A:visited, A:active {
text-decoration: none;
ok .. so most people have, say, WDF Casual Member etc etc. but ppl like Brak and nsr81 etc etc etc have title's like "Javascript enthusiast" ... I imagine I can't set mine without posting lots or am...
bump? .. sorry, not trying to be antisocial and annoying ... i just need some help with this. surely there is some way i can replace $myline with $note instead of appending $note to the end of the...
c'mon ... need some help please! bump-bump :)
<!-- Start Edit: -->
I've got somewhere here:
for the include thing i can load the file into in array, like this:
$content = implode ('',...
ok ... thats all very well but im gonna need to be more specific. Im using html classes and it looks like this: :)
$page->SetParameter ("PAGE_CONTENT", "Hello World!");
This (funnily...
sorry ... you need an <input type="submit" value="submit" /> just before the </form> tag .... however the fact that the page is blank is very odd ... are you sure that you have php installed on your...
ok .. so your html is gonna look something like this:
<html>
<head>
<title>My Form</title>
</head>
<body>
<form method="get" action="processform.php">
ok this is a seriously st00pid thing to ask but how the hell do you use the output of functions as variables etc.
i.e.
<?php
function myfunc($title, $href) {
echo '<a href="'.$href.'"...
ok ... xml file looks like this:
<postits>
<h1>Notes:</h1>
<!-- NEW NOTE _SHOULD_ GO HERE -->
<note>
<date>19.08.03</date>
<ip>1.2.3.4</ip>
<by>Nick</by>
bump :) ...
Another fun way of doing this is to set the table bg image to a translucent .png ... this won't work in IE ... but who cares !
I may be using this the wrong way ... but the only way i can see that that helps is if i do:
$file = "notes.xml";
$myline = "<h1>Notes:</h1>";
$note = $myline;
$note .= '
<note>...
Hi, im trying to put info from a form ($date, $ip, $name etc etc) into an xml document that renders the xml as sticky notes (or post-its, as we brits call them :) ) .... all this does however, is add...
funnily enough i had just found that when i got the email saying i had a new reply on the thread :)
i do however have one serious problem ... my great friend (_NOT_) ... MSIE refuses to understand...