Started 1 year ago (2008-11-23 00:00:00)
by bfsog
One of the best articles I have found on this subject is http://www.sitepoint.com/article/sta...mpliant-
wor ld/
Started 3 weeks, 1 day ago (2009-11-29 13:00:00)
by vento
I'm not sure if it's the best way, but if you're using PHP then you can take a look at define:
Code:
<?php
define( 'HOME', 'Home' );
define( 'PRODUCTS', 'Products' );
define( 'COPYRIGHTS', 'Copyrighted by God 1814-2010' );
?>
I think it's a nice way to define all language specific stuff, isn't it? If you want to translate you're website to
another language, all you have to do is to...
Started 3 weeks, 4 days ago (2009-11-26 09:44:00)
by vento
it didn't help. BTW, I have tried puting valign="middle" on <tr> tags, but it simply doesn't work. It did work with the menu bar when used valign="top" on my menu bar, but it doesn't work if I put another table outside the main one and put valign there.
Something wierd.
Ok, doesn't matter, I gonna be OK there is anotehr question as you suggested a CSS solution. Is it that bad if I use HTML ...
Started 3 weeks, 6 days ago (2009-11-24 09:45:00)
by Umang
I don't think there is any such plugin as yet.
[ubuntu] gedit autocomplete? -
Ubuntu Forums
Started 1 month ago (2009-11-20 09:53:00)
by Umang
As far as I remember, this happens some times. Pretty random, but I don't think you can get it consistently. (Try Ctrl+F5 on that page.)
Started 1 month ago (2009-11-18 16:10:00)
by Rtyler
Not bad, lacks depth, a little flat I think.
Started 1 month, 3 weeks ago (2009-10-31 04:38:00)
by Atolar
using inline styles such as:
Code:
<div style="text-align:center">text</div>
or external
style sheet:
Code:
<style type="text/css">
.center { text-align:center; }
</style>
<div class="center">text</div>
Started 3 months, 2 weeks ago (2009-09-03 15:49:00)
by darkecho
Some browsers have an option "open new windows in a new tab instead" such as Firefox. I don't think there is an html version that you are looking for.
Started 1 month, 3 weeks ago (2009-10-31 04:38:00)
by hyp3R
No idea what's going on in here... It's working as it should when I open it in html but the problem is cause I'm including it into
joomla, using the module which allow us to include any code into joomla page... Probably some conflict or something... Source code is messed totally...