Destramic Posted January 23, 2007 Share Posted January 23, 2007 is there anyway of not having a page break automatically with a <div> tag?thanks ricky Link to comment https://forums.phpfreaks.com/topic/35433-page-break-after-div/ Share on other sites More sharing options...
jcombs_31 Posted January 23, 2007 Share Posted January 23, 2007 page break? The web isn't a word document. I don't follow. Link to comment https://forums.phpfreaks.com/topic/35433-page-break-after-div/#findComment-167639 Share on other sites More sharing options...
Destramic Posted January 23, 2007 Author Share Posted January 23, 2007 sorry...lol i mean, everytime a <div> tag is used i seems to use a <br> straight afterwards....any way of stoping this? Link to comment https://forums.phpfreaks.com/topic/35433-page-break-after-div/#findComment-167644 Share on other sites More sharing options...
Daniel0 Posted January 23, 2007 Share Posted January 23, 2007 Do you mean a line break? Link to comment https://forums.phpfreaks.com/topic/35433-page-break-after-div/#findComment-167683 Share on other sites More sharing options...
nogray Posted January 24, 2007 Share Posted January 24, 2007 you can use span tag instead, or try this[code]div {display:inline;}[/code]not sure if it'll work though. Link to comment https://forums.phpfreaks.com/topic/35433-page-break-after-div/#findComment-167726 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.