【发布时间】:2017-01-05 02:26:13
【问题描述】:
情况是这样的。我想在我的论坛中编辑 HTML,但没有 CSS 支持。我已经包括了我所拥有的,除非我没有搞砸。我想要做的是将开头文本之后的三个元素并排放置。接下来我想对最后一个元素做同样的事情,即命中计数器。我的工作知识是有限的,我已经在我最后的耐心中修修补补了。我是一个业余爱好者,自学成才,菜鸟,随便你怎么称呼它,请原谅我缺乏知识。
<p>Click on the Iowa state icon to view members in your area of the state. To be placed on the map with what you are interested in finding click on the "Pop Smoke" icon and post your state, county and interest on the "local Patriots" group page. In order to view the Iowa Constitution click the Constitution icon.</p>
<p><a href="http://modernmilitiamovement.net/IOWA.html" target="_self" rel="nofollow"><img class="align-center" src="http://i68.tinypic.com/331lr0i.jpg" alt="" width="150"/></a></p>
<p><strong><strong><a href="http://modernmilitiamovement.com/group/local-patriots" target="_self" rel="nofollow"><img class="align-center" src="http://i63.tinypic.com/e5qw7l.png" alt="" width="125"/></a></strong></strong></p>
<p><a href="http://www.limitedgovernment.org/publications/IAConstitution.pdf" target="_blank" rel="nofollow"><img class="align-center" src="http://i68.tinypic.com/znrh28.jpg" alt="" width="200" border="0"/></a></p>
<p><a href="http://api.ning.com:80/files/nkvdZEQNy6zCn2jimzPD4qqESNX8HVjut48i5dAhMIf3v26qIZPzpAG6BqDSJKGk2ZV*G7wvlRG2*j3zCkGfOUKCqKyc83y1/alumbar.gif" target="_self"><img alt="" src="http://api.ning.com:80/files/nkvdZEQNy6zCn2jimzPD4qqESNX8HVjut48i5dAhMIf3v26qIZPzpAG6BqDSJKGk2ZV*G7wvlRG2*j3zCkGfOUKCqKyc83y1/alumbar.gif" width="540"/></a></p>
<p><a rel="nofollow" href="http://www.reliablecounter.com" target="_blank"><img src="http://www.reliablecounter.com/count.php?page=modernmilitiamovement.com/group/iowa-state-group&digit=style/plain/6/&reloads=1" alt="" title="" border="0"/></a><br/><a rel="nofollow" href="http://www.reliablecounter.com" target="_blank" style="font-family: Geneva, Arial; font-size: 9px; color: #330010; text-decoration: none;">Unique visits</a></p>
<img src="http://www.reliablecounter.com/count.php?page=modernmilitiamovement.com/group/iowa-state-group3&digit=style/plain/6/&reloads=0" alt="" title="" border="0"/></a><br/> <a rel="nofollow" href="http://www.curinglight.com" target="_blank" style="font-family: Geneva, Arial; font-size: 9px; color: #330010; text-decoration: none;">All visits</a></p>
【问题讨论】:
-
psst... "style="font-family: 日内瓦,Arial;字体大小:9px;颜色:#330010; text-decoration: none;" 是 CSS.
-
明白。我的意思是 is CSS 支持。如果内联样式有效……那么您可以使用 CSS 做任何您需要做的事情。谁告诉你“没有 CSS 支持”是错误的。
-
有人告诉我,当我尝试添加依赖于 CSS 组件的背景动画时。除非我错误地引用了他的话,那是另外一回事。
-
背景动画只是一个可怕的想法......但它是可能的。你有内联样式。 CSS 绝对被支持。你可能被告知,因为背景动画是一个非常非常糟糕的主意。
-
为什么背景动画是个坏主意?