« Web, HTML, Tech Forum

BORDERS!! I really want some around my interest tables how do I do it

Posted by Sunny

posted

Forum: Web, HTML, Tech

Hiyaa!! ^_^ could somebody show me how 2 get a border around my interest tables?? Thank you!! :3 I'll credit u ^_^


Report Topic

4 Replies

Sort Replies:

Reply by sofii

posted
updated

HEYY, its

table, th, td {

    

  border: 0px solid;


     }

(0px means no border, add numbers to it to make it smaller or bigger!)


Permalink Report Reply

Reply by Pauu!

posted

where do i put the code?? 


Permalink Report Reply

Reply by TrophyxTissues

posted

Unrelated but II FAN SPOTTED??? 


Permalink Report Reply

Reply by William Corlin

posted

Hey @Sunny!! ^_^

Yeah you can totally do that with a bit of CSS, it’s actually pretty simple once you know where to put it!

If you’re editing your SpaceHey profile, just add something like this into your “About Me” CSS section:

table {
border: 2px solid #ff66cc; /* change color if you want */
border-radius: 10px; /* makes it rounded */
padding: 5px;
}

td {
border: 1px solid #ff99dd; /* inner cell borders (optional) */
padding: 5px;
}

That should give your interest tables a nice visible border.

If you only want to target the interest section (and not all tables), it gets a bit more specific depending on SpaceHey’s structure, but I can help tweak it if you want!







What kind of style are you going for? like soft pastel, gothic, neon, etc? :3

free online games


Permalink Report Reply