Jump to content
UBot Underground

How do I design my own UI using basic css with pro version?


Recommended Posts

Hi

Just want to be sure about this. The pro version can't design a UI right? Only dev?

All I needed is to seperate my UI buttons to be seperate instead under each other. Each time I add a UI it just adds what ever under neath the previous UI. 

What basic css or html can do this? I've tried basic html table and ubot just removes it when viewing node view.

 

Link to post
Share on other sites

There is a hack for applying CSS in STD and PRO somewhere here on the forum, maybe that will help you. Else I suggest you upgrade to DEV version, since you are very limited with STD/PRO when talking about designing UI's.

Link to post
Share on other sites

I think this is what UBotDev was referring to: http://www.ubotstudio.com/forum/index.php?/topic/15477-sell-css3-stat-monitor-themes-stanprodev-update-knew-ubot5-theme-pack/

 

You can also use a <br> inside a stat monitor to help arrange elements with pro.

Link to post
Share on other sites

Hey Darryl561, 

 

I think this is what UBotDev was referring to: http://www.ubotstudio.com/forum/index.php?/topic/15477-sell-css3-stat-monitor-themes-stanprodev-update-knew-ubot5-theme-pack/

 

You can also use a <br> inside a stat monitor to help arrange elements with pro.

 

Sorry but can you provide me examples?

Link to post
Share on other sites

Sorry but can you provide me examples?

ui text box("username", #u)
ui save file("save", #s)
ui stat monitor("<br>", "")
ui text box("password", #p)
ui stat monitor("<br>", "")
ui stat monitor("<br>", "")
ui stat monitor("<br>", "")
ui stat monitor("<br>", "")
ui stat monitor("<br>", "")
ui stat monitor("<br>", "")
ui stat monitor("<br>", "")
ui button("start") {
}
ui button("pause") {
}

Cheers.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...