Germ wrote:
The reason i have the "target" is so it can open up in a new page.
but it culd dispaear if its easier....
Plenty of dispute around the (un)usefulness / (un)friendliness of
opening new windows/tabs.
My advice is: don't use 'target' and don't open new windows/tabs.
That way you can also keep your markup at a Strict level, which will
probably make all future work less problematic.
3.- attribute align doesn´t exists on DTD strict. You can use
text-align:right in your css
i might play around with tat idea, makes sense....
You have a few options.
Since it is images you want to align, you should apply 'float: right;'
directly to the image instead. You've got 'float:left' and ':right', but
no ':center' of course.
To center an image: apply 'text-align: center;' to the element/container
the image is inside. Note that this will also center text, so paragraphs
inside the same element/container will need 'text-align: left;' defined
on them.
regards
Georg
--
http://www.gunlaug.no
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************