Although Klae is right and that will solve your problem you may find that the text doesnt format as you wish. Be carefull when assigning styles to p and h tags as these have a line break in as default after the closing tag hence in your example above there would be a line break after the text...
If your are looking for a HTML editor to create pages in a WYSIWYG fashion then microsoft have Frontpage with a words like interface.
Else i suggesat hand coding in notepad or a dedicated html developer such as Homesite (check out http://www.allaire.com).
If you want to overlap images using...
If you nest the table inside another table with two cells, a left and a right, you can place text in the left cell and the table in the right. This way you will have text and the table next to each other. Its just an extension of the table to have it above or below as well.
This is'nt ideal as...
Hi Bram,
you can override the style commands from the external style sheet by using an inline style command on the anchor tags you wish to be different e.g.
<a href="#" style="font-weight:normal; font-size:15px; color:#232323;">
This will change any attributes you specify...
I agree Ronald but then.....
why spend all that time creating all those framesets the content of which needs to be downloaded each new click when a simple javascript function can solve it for you?
starfishh ;-)
I'm not sure this will work but try it anyway.
document.all[tablex].style.visibility=visible
i think that may help but only in IE
hope this helps
starfishh :-)
Hoorah.
It seems to be fixed. I reset the motherboard last night and apart from my modem(which are always buggars) everything seems to be working fine....
My guess is the BIOS was at afult and the reset has corrected the problems. I doint know enough apart this sort of thing to be sure...
Cheers Again Ed.
Im going to have a go 2nite and see if I can get it going. I fear a hard disk problem (old & dying) if not...
I'll post a message 2moro to let u know how i get on (if your interested)...
Thanx
Starfishh :-)
Cheers Ed.
I was suspicious of virus contamination and have fully checked it out with McAffee. Virus Free...
A friend has suggested it may be a BIOS issue and is suggesting I reset the motherboard. What do you think?
IRQ conflicts?????
Thanx again
Hi all,
Im not much good with hardware issues and need some help.
The primary IDE controller appears on my PC is not being recognised. I think the actual wording is 'not present or not being recognised'.
This has led my system to switch to
'MS-DOS compatabilty mode'
when dealing with the...
Hi all,
Im wondering if anyone knows what controls whether a site address is held in a browsers visited site history.
For example in IE5 what defines which addresses appear in the drop down menu on the address bar. It would appear that some site addressess are remembered and others arent. Why...
Hi All,
I think this is probably a pretty simple one but I am new to Javascript.
All I want to do is have a Form button cause an image swop. This is easy. How do I make the button then change the image back next time it is pressed?
The idea is the user clicks the button and the image and the...
Thanks aperfectcircle
thats just what im looking for.
its so frustrating when you can see there must be a way to do something but just dont know how.
Cheers! :-)
Hi All,
A quick query.
How can I reference a page relatively, that is in a folder higher in the hierarchy ?
e.g In page1, I want to make a link to page2 using an <a> tag. However page2 is in a folder above page1.
foldera contains: page2 & folderb
folderb contains: page1
This is just an...
Hi all,
My question is a simple one. How can i leave myself notes on .css stylesheet.
When I am using HTML I can annotate the code by enclosing comments within <!-- & -->. And when I am using Javascript I can do the same using /* & */ or //.
How can I do this on a .css file.
For example I...
This is definetley a cool way of submitting a form and also another method of using an image instead of the normal submit button I guess.
However I still can't get the browser to update the page on submitting the form. The user is just returned to the form page.
I'm using the action attribute...
Im trying to place a link at the end of a form so when the user submits the form using a standard submit button the page being viewed is updated to a new page which displays a thankyou message and return link to homepage. The form is being submitted using the mailto action.
When the submit...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.