mike12255 Posted February 11, 2009 Share Posted February 11, 2009 On the following page i have a custom forum, : http://schoolworkanswers.com/message.php?id=1 The actual part were the name message and all that is displayed is done through css. I was wondering if it was possible to add a button, such as qoute insidie one of those posts using css or something else? Quote Link to comment https://forums.phpfreaks.com/topic/144848-not-sure-if-this-is-css/ Share on other sites More sharing options...
haku Posted February 12, 2009 Share Posted February 12, 2009 CSS just tells something how it should display. You need to add that something through HTML first before you can do anything with it using CSS. Quote Link to comment https://forums.phpfreaks.com/topic/144848-not-sure-if-this-is-css/#findComment-760170 Share on other sites More sharing options...
alphanumetrix Posted February 13, 2009 Share Posted February 13, 2009 Yeah, the guy above me is right, but since you're on a forum, it won't be as easy as putting a simple HTML link: <a href="#">whatever link</a> You'll have to use PHP, too. Try putting this in there: echo '<a href="LINK">Link Name</a>'; Quote Link to comment https://forums.phpfreaks.com/topic/144848-not-sure-if-this-is-css/#findComment-761277 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.