Anyone want to do a video tutorial? Ahah confused as hell - but those boxes are definitely what I want to utilise!
-A.
-A.
Are you trying to do this?
Yeah pretty much but with rounded corners.
-A.
-A.
Adam > just having a play around..
How do I kill the space between as show in image below?
It's like there is padding set - but can't seem to find where.
Is there also a way to make it so the outline around the box appears as rounded once you export (with CSS)
How do I kill the space between as show in image below?
It's like there is padding set - but can't seem to find where.
Is there also a way to make it so the outline around the box appears as rounded once you export (with CSS)
Scrap that sorted it out with margin info.
Now if only I could figure out how to do rounded edges...
-A.

-A.
Eric Rohloff wrote:
Ok I see it only adds the custom header code after export.
There's no built in border radius for rlm at this time
So you can target a class or an ID and add this to the head
of your page through the "Layouts" then "Manage Project".
Adjust as needed.
Ok I see it only adds the custom header code after export.
There's no built in border radius for rlm at this time
So you can target a class or an ID and add this to the head
of your page through the "Layouts" then "Manage Project".
Adjust as needed.
<style>
.border-radius {
border-radius:10px;
}
</style>
.border-radius {
border-radius:10px;
}
</style>
I only added the code I posted.
http://ericrohloff.com/coffeecup/rlm/round_corners/
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Ok - so say if I wanted to add that to a class.
Say my class was:
.Column@23 {
<style>
.border-radius {
border-radius:10px;
}
</style>
Is that how it'd work - or have I buggered up again?
Say my class was:
.Column@23 {
<style>
.border-radius {
border-radius:10px;
}
</style>
Is that how it'd work - or have I buggered up again?
Ok Figured it out - however is there a way that you can only get the top radius to do curves and below not...?
-A.
-A.
Ok - I think I'm starting to like CSS.
Managed to do it with the wonderful help from you guys.
See below.
http://www.adlab.com.au/responsive/index.html
Doing up a snippet cheat sheet while I go for reference!
-A.
Managed to do it with the wonderful help from you guys.
See below.
http://www.adlab.com.au/responsive/index.html
Doing up a snippet cheat sheet while I go for reference!
-A.
Here's the rules for only the top.
.border-radius {
border-top-left-radius:10px;
border-top-right-radius:10px;
}
border-top-left-radius:10px;
border-top-right-radius:10px;
}
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.