A Question about Inline CSS
-
Please consider the following code:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>test</title>
</head>
<body>
For more information about</body>
</html>In this case, I am using the div tag with inline CSS to indent the link to Wikipedia. However, it is not working. I am hoping that somebody here can tell me what I am missing. Thanks Bob
-
Please consider the following code:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>test</title>
</head>
<body>
For more information about</body>
</html>In this case, I am using the div tag with inline CSS to indent the link to Wikipedia. However, it is not working. I am hoping that somebody here can tell me what I am missing. Thanks Bob
I can't find any reference to
margin-removed
in CSS docco. Try usingmargin-left
instead. In any case, w3schools[^] has a good CSS quick reference[^] where you should be able to find what you want. Cheers, PeterSoftware rusts. Simon Stephenson, ca 1994.
-
Please consider the following code:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>test</title>
</head>
<body>
For more information about</body>
</html>In this case, I am using the div tag with inline CSS to indent the link to Wikipedia. However, it is not working. I am hoping that somebody here can tell me what I am missing. Thanks Bob
Hi, Change the div like this
Thanks,
-
Hi, Change the div like this
Thanks,