Forum: HTML and CSS 26 Days Ago |
| Replies: 5 Views: 537 Maybe an example will do
<fieldset>
<legend>Daniweb in a nutshell</legend>
<p>About Daniweb About Daniweb About Daniweb About Daniweb About Daniweb</p>
</fieldset>
Fieldsets are normally... |
Forum: HTML and CSS Jun 23rd, 2009 |
| Replies: 4 Views: 879 Thanks for this Almostbob |
Forum: HTML and CSS Jun 23rd, 2009 |
| Replies: 4 Views: 879 Thanks ShawnCplus for your reply but this code
will just give you the default sharp cornered box containing the text in the title attribute when you point this link. How do you change the... |
Forum: HTML and CSS Jun 22nd, 2009 |
| Replies: 4 Views: 879 Hi Everyone.
My question is how do you customise the title attribute commonly used in HTML tags just like here at Daniweb when you hover your mouse over a thread topic.
Any help will be highly... |
Forum: HTML and CSS Apr 24th, 2009 |
| Replies: 3 Views: 798 Register or login? but anyway once a user is logged in or registered as you put it, set a session variable and test against this to display the links.
Hope you are familiar to scripting. |
Forum: HTML and CSS Apr 24th, 2009 |
| Replies: 3 Views: 1,019 Heres the code
<input type="text" name="reg_no" <?php if(isset($_SESSION['err']['reg_no']))
{
echo "value=\"$_SESSION['err']['reg_no']\" style=\"border: 1px solid red;\"";
}
?>
/> |
Forum: HTML and CSS Apr 22nd, 2009 |
| Replies: 3 Views: 1,019 Hello everyone.
I am working on a php project and when reporting errors to the user on the page with the form, I explain to him the error and also change the css formatting of the text input field... |
Forum: HTML and CSS Sep 22nd, 2008 |
| Replies: 2 Views: 831 Hi. I normally code my html and css code on knoppix version 3.9 (linux OS). Konqueror, the web browser in knoppix responds well to all css tags I give it and the web page looks good.
When I open the... |