Help > Layout & Coding Help > Post Reply     

Any ideas?

Player Avatar
Dakiti ✵
January 21st, 2022 1:38:51pm
295 Posts

Hello all, 


I am trying to come up with a cute simple layout skeleton to start making/selling my own layouts.


I'm like 80% there, but I'm having issues. When I'm coding, everything looks right on the page... but if I click to go to auctions or view that page from a different account, the layout changes (BG color is gone - Menu moves - Links are GREEN). 


 


Can anyone help me figure out how to solve these issues?


Maybe I have repeat something and haven't noticed? I'm so lost. lol XD


 


View Here:


https://horsephenomena.com/home.php?id=48775




 


View Comments 1


Player Avatar
𝔖𝔱𝔬𝔯𝔪 ℭ𝔯𝔬𝔴 💀 The Artist Formerly Known as xxCHAOTIC
January 21st, 2022 11:07:57pm
1,853 Posts

Something in a td, th, or table somewhere? The coding is GORGEOUS otherwise!




q0w22ub.gif
Link Tree

 

Player Avatar
Dakiti ✵
January 21st, 2022 11:57:55pm
295 Posts

@Chaotic - I will take a deeper look into those. o.O 


Thank you. :) 




 

Player Avatar
utakata - 🌟 -{main; dwbs}- -stars are better off without us
January 22nd, 2022 2:02:07am
1,486 Posts

Welp, I know absolutely nothing about coding, but can I be considered in line for a slot when you get it sorted?! xD




forumsig.jpg

 

Player Avatar
adeina ❧ we can’t be friends ❦
January 22nd, 2022 4:11:17am
1,757 Posts

I love the style of your coding! :D




 

Player Avatar
↬ JADE - TTCG is back!
January 22nd, 2022 4:21:14am
3,792 Posts

Usually when this specific issue occurs (the page views differently from the layout account than from an outside account), something in your syntax is incorrect such as too many semi-colons after a declaration or an incorrectly placed semi-colon or parentheses etc. Proper syntax is selector { declaration property: declaration value; }.

I believe I identified where this may be the case for you. Under your SPECIAL TEXT section, you have the following coding..

p { 
text-align: center;
color: #a4bdc1 ; 
font-family: cambria;
sans-serif; 
font-size: 11px; }

I've highlighted the mistake. font-family cambria; is fine, however the sans-serif; is a declaration value without a declaration property therefore the coding has no idea what to do with that information and basically fails to properly display. If you would like both fonts to be referenced, you can change the declaration to font-family: cambria, sans-serif;  (see * below for more info as to why multiple fonts can be added to the font-family property)

Once this change is made, your coding should be the same regardless of what account you're viewing it from. (: If it continues to be an issue, please respond here or even message me directly and I'll look into it further! But I really do believe that's what is causing the issue.

P.S. Sorry for the long winded explanation. I like to make sure it's clear what went wrong to avoid future mishaps (even though I'm sure this was probably a typo and/or something that was intended to be deleted instead of an intentional input). Now if this happens again in the future, I hope you'll know what to look for! ♥

* Having two different fonts separated by a comma creates a "fallback" system to ensure maximum compatibility between browsers/operating systems. Typically you would start with the font you want (like one from google fonts that you've imported) and end with a generic family that is available universally on the internet if no other fonts are available/are not displaying.




JtyYqQ.png

 

Player Avatar
a z a l i e - 🌵 livin the dream-blitzy still watching-
January 22nd, 2022 10:54:10am
1,855 Posts

Id like a spot for this coding too!




qNxdJKY.png

 

Player Avatar
Dakiti ✵
January 22nd, 2022 12:13:33pm
295 Posts

Once I get the coding to 100% I'll be MORE than happy to get a few of you guys on the list! :)




 

Player Avatar
apothecary 𖤓 moon made
January 22nd, 2022 12:30:39pm
976 Posts

Add me to the list too please :D




apo-sig-by-utakata-creations-dh42lww

 

Player Avatar
vanity 🎀
January 22nd, 2022 1:13:28pm
306 Posts

it looks awesome!




Vanity-Fjord.png 6h5drue.png

 

Player Avatar
Event Coordinator Panthera Onca .:. The Night Floof 🐆
January 22nd, 2022 6:55:27pm
28,211 Posts

omg i love that!! :o




RSF4Fpu.png

 

Player Avatar
Dakiti ✵
January 22nd, 2022 9:58:40pm
295 Posts

SSSSOOOOOO, with the help of Prynne (Thank you, Thank you!) I think I was able to fix the issue. That layout is now available in the auction! :) 


 


Going to try and work on some expandables next. 




 

Player Avatar
↬ JADE - TTCG is back!
January 22nd, 2022 10:13:53pm
3,792 Posts

You're so welcome! ♥ It looks great and sounds like you have a nice line of people waiting to get some coding from you! (:




JtyYqQ.png

 

Player Avatar
awd [main!]
January 22nd, 2022 10:14:44pm
603 Posts

-stalks auction-




 

View Comments 1